lsst.meas.astrom gff1a9f87cc+f7cd9c7162
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
lsst.meas.astrom.exceptions.AstrometryError Class Reference
Inheritance diagram for lsst.meas.astrom.exceptions.AstrometryError:
lsst.meas.astrom.exceptions.AstrometryFitFailure lsst.meas.astrom.exceptions.BadAstrometryFit lsst.meas.astrom.exceptions.MatcherFailure

Public Member Functions

 __init__ (self, msg, **kwargs)
 
 __str__ (self)
 
 metadata (self)
 

Public Attributes

 msg
 

Protected Attributes

 _metadata
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.astrom.exceptions.AstrometryError.__init__ ( self,
msg,
** kwargs )

Reimplemented in lsst.meas.astrom.exceptions.BadAstrometryFit.

Definition at line 38 of file exceptions.py.

Member Function Documentation

◆ __str__()

lsst.meas.astrom.exceptions.AstrometryError.__str__ ( self)

Definition at line 43 of file exceptions.py.

◆ metadata()

lsst.meas.astrom.exceptions.AstrometryError.metadata ( self)

Definition at line 48 of file exceptions.py.

Member Data Documentation

◆ _metadata

lsst.meas.astrom.exceptions.AstrometryError._metadata
protected

Definition at line 40 of file exceptions.py.

◆ msg

lsst.meas.astrom.exceptions.AstrometryError.msg

Definition at line 39 of file exceptions.py.


The documentation for this class was generated from the following file: