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