|
lsst.meas.astrom gaea863341c+c32f4afa6f
|
Public Member Functions | |
| __init__ (self, msg, **kwargs) | |
| __str__ (self) | |
| metadata (self) | |
Public Attributes | |
| msg = msg | |
Protected Attributes | |
| _metadata = kwargs | |
Parent class for failures in astrometric fitting.
Parameters
----------
msg : `str`
Informative message about the nature of the error.
**kwargs
All other arguments are added to a ``_metadata`` attribute, which is
used to generate the metadata property for Task annotation.
Definition at line 27 of file exceptions.py.
| lsst.meas.astrom.exceptions.AstrometryError.__init__ | ( | self, | |
| msg, | |||
| ** | kwargs ) |
Definition at line 38 of file exceptions.py.
| lsst.meas.astrom.exceptions.AstrometryError.__str__ | ( | self | ) |
Definition at line 43 of file exceptions.py.
| lsst.meas.astrom.exceptions.AstrometryError.metadata | ( | self | ) |
Definition at line 48 of file exceptions.py.
|
protected |
Definition at line 40 of file exceptions.py.
| lsst.meas.astrom.exceptions.AstrometryError.msg = msg |
Definition at line 39 of file exceptions.py.