|
lsst.meas.algorithms g1d3acf762d+812787a8c8
|
Public Member Functions | |
| __init__ (self, msg, **kwargs) | |
| __str__ (self) | |
| metadata (self) | |
Public Attributes | |
| msg = msg | |
Protected Attributes | |
| _metadata = kwargs | |
Raised if no footprints are detected in the image.
Parameters
----------
msg : `str`
Error message.
**kwargs : `dict`, optional
Additional keyword arguments to initialize the Exception base class.
Definition at line 62 of file dynamicDetection.py.
| lsst.meas.algorithms.dynamicDetection.ZeroFootprintError.__init__ | ( | self, | |
| msg, | |||
| ** | kwargs ) |
Definition at line 72 of file dynamicDetection.py.
| lsst.meas.algorithms.dynamicDetection.ZeroFootprintError.__str__ | ( | self | ) |
Definition at line 77 of file dynamicDetection.py.
| lsst.meas.algorithms.dynamicDetection.ZeroFootprintError.metadata | ( | self | ) |
Definition at line 82 of file dynamicDetection.py.
|
protected |
Definition at line 74 of file dynamicDetection.py.
| lsst.meas.algorithms.dynamicDetection.ZeroFootprintError.msg = msg |
Definition at line 73 of file dynamicDetection.py.