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