lsst.meas.algorithms g1581cd22ba+09d2bac32a
Loading...
Searching...
No Matches
lsst.meas.algorithms.measureApCorr.MeasureApCorrError Class Reference
Inheritance diagram for lsst.meas.algorithms.measureApCorr.MeasureApCorrError:

Public Member Functions

 __init__ (self, *, name, nSources, ndof, iteration=None)
 
 metadata (self)
 

Public Attributes

 name = name
 
 nSources = nSources
 
 ndof = ndof
 
 iteration = iteration
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.algorithms.measureApCorr.MeasureApCorrError.__init__ ( self,
* ,
name,
nSources,
ndof,
iteration = None )

Definition at line 53 of file measureApCorr.py.

Member Function Documentation

◆ metadata()

lsst.meas.algorithms.measureApCorr.MeasureApCorrError.metadata ( self)

Definition at line 67 of file measureApCorr.py.

Member Data Documentation

◆ iteration

lsst.meas.algorithms.measureApCorr.MeasureApCorrError.iteration = iteration

Definition at line 64 of file measureApCorr.py.

◆ name

lsst.meas.algorithms.measureApCorr.MeasureApCorrError.name = name

Definition at line 61 of file measureApCorr.py.

◆ ndof

lsst.meas.algorithms.measureApCorr.MeasureApCorrError.ndof = ndof

Definition at line 63 of file measureApCorr.py.

◆ nSources

lsst.meas.algorithms.measureApCorr.MeasureApCorrError.nSources = nSources

Definition at line 62 of file measureApCorr.py.


The documentation for this class was generated from the following file: