lsst.meas.astrom g991b906543+f45185db35
|
Public Member Functions | |
__init__ (self, msg, **kwargs) | |
__str__ (self) | |
metadata (self) | |
Public Attributes | |
msg | |
Protected Attributes | |
_metadata | |
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 ) |
Reimplemented in lsst.meas.astrom.exceptions.BadAstrometryFit.
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 |
Definition at line 39 of file exceptions.py.