|
lsst.meas.algorithms g1d3acf762d+df4e4cf2ad
|
Public Member Functions | |
| __init__ (self, msg, nGoodPix, nPix, **kwargs) | |
| __str__ (self) | |
| metadata (self) | |
Public Attributes | |
| msg = msg | |
Protected Attributes | |
| _metadata = kwargs | |
Raised if an insufficient number of sky sources are found for
dynamic detection.
Parameters
----------
msg : `str`
Error message.
nGoodPix : `int`
Number of good pixels (i.e. not NO_DATA or BAD).
nPix : `int`
Total number of pixels.
**kwargs : `dict`, optional
Additional keyword arguments to initialize the Exception base class.
Definition at line 28 of file dynamicDetection.py.
| lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError.__init__ | ( | self, | |
| msg, | |||
| nGoodPix, | |||
| nPix, | |||
| ** | kwargs ) |
Definition at line 43 of file dynamicDetection.py.
| lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError.__str__ | ( | self | ) |
Definition at line 50 of file dynamicDetection.py.
| lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError.metadata | ( | self | ) |
Definition at line 55 of file dynamicDetection.py.
|
protected |
Definition at line 45 of file dynamicDetection.py.
| lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError.msg = msg |
Definition at line 44 of file dynamicDetection.py.