|
lsst.meas.algorithms g1581cd22ba+880e5d07f7
|
Public Member Functions | |
| __init__ (self, msg, **kwargs) | |
| __str__ (self) | |
| metadata (self) | |
Public Attributes | |
| msg = msg | |
Protected Attributes | |
| _metadata = kwargs | |
Raised when we cannot generate a PSF for detection
Parameters
----------
msg : `str`
Error message.
**kwargs : `dict`, optional
Additional keyword arguments to initialize the Exception base class.
Definition at line 43 of file detection.py.
| lsst.meas.algorithms.detection.PsfGenerationError.__init__ | ( | self, | |
| msg, | |||
| ** | kwargs ) |
Definition at line 53 of file detection.py.
| lsst.meas.algorithms.detection.PsfGenerationError.__str__ | ( | self | ) |
Definition at line 58 of file detection.py.
| lsst.meas.algorithms.detection.PsfGenerationError.metadata | ( | self | ) |
Definition at line 63 of file detection.py.
|
protected |
Definition at line 55 of file detection.py.
| lsst.meas.algorithms.detection.PsfGenerationError.msg = msg |
Definition at line 54 of file detection.py.