checkNollIndices

lsst.ts.wep.utils.checkNollIndices(nollIndices: ndarray) None

Check that Noll indices meet requirements.

Parameters

nollIndicesnp.ndarray

Array of Noll indices.

Raises

ValueError

If nollIndices contains values less than 4, if they’re not ascending and unique, and if azimuthal pairs are not complete.