lsst.meas.algorithms ge6526c86ff+1bccc98490
|
Public Member Functions | |
__init__ (self, *name, nSources, ndof, iteration=None) | |
metadata (self) | |
Public Attributes | |
name | |
nSources | |
ndof | |
iteration | |
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.
Definition at line 38 of file measureApCorr.py.
lsst.meas.algorithms.measureApCorr.MeasureApCorrError.__init__ | ( | self, | |
* | name, | ||
nSources, | |||
ndof, | |||
iteration = None ) |
Definition at line 53 of file measureApCorr.py.
lsst.meas.algorithms.measureApCorr.MeasureApCorrError.metadata | ( | self | ) |
Definition at line 67 of file measureApCorr.py.
lsst.meas.algorithms.measureApCorr.MeasureApCorrError.iteration |
Definition at line 64 of file measureApCorr.py.
lsst.meas.algorithms.measureApCorr.MeasureApCorrError.name |
Definition at line 61 of file measureApCorr.py.
lsst.meas.algorithms.measureApCorr.MeasureApCorrError.ndof |
Definition at line 63 of file measureApCorr.py.
lsst.meas.algorithms.measureApCorr.MeasureApCorrError.nSources |
Definition at line 62 of file measureApCorr.py.