MeasureApCorrError¶
- exception lsst.meas.algorithms.MeasureApCorrError(*, name, nSources, ndof, iteration=None)¶
Raised if Aperture Correction fails in a non-recoverable way.
- Parameters:
- name
str
Name of the kind of aperture correction that failed; typically an instFlux catalog field.
- nSources
int
Number of sources available to the fitter at the point of failure.
- ndof
int
Number of degrees of freedom required at the point of failure.
- iteration
int
, optional Which fit iteration the failure occurred in.
- name