lsst.meas.astrom gaea863341c+e98cf60e7d
Loading...
Searching...
No Matches
lsst.meas.astrom.exceptions.BadAstrometryFit Class Reference
Inheritance diagram for lsst.meas.astrom.exceptions.BadAstrometryFit:
lsst.meas.astrom.exceptions.AstrometryError

Public Member Functions

 __init__ (self, distMean, maxMeanDist, distMedian, **kwargs)
 
 __str__ (self)
 
 metadata (self)
 

Public Attributes

 msg = msg
 

Protected Attributes

 _metadata = kwargs
 

Detailed Description

Raised if the quality of the astrometric fit is worse than some
threshold.

Parameters
----------
distMean : `float`
    Mean on-sky separation of matched sources, in arcseconds.
distMedian : `float`
    Median on-sky separation of matched sources, in arcseconds.

Definition at line 55 of file exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.astrom.exceptions.BadAstrometryFit.__init__ ( self,
distMean,
maxMeanDist,
distMedian,
** kwargs )

Definition at line 66 of file exceptions.py.

Member Function Documentation

◆ __str__()

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

Definition at line 43 of file exceptions.py.

◆ metadata()

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

Definition at line 48 of file exceptions.py.

Member Data Documentation

◆ _metadata

lsst.meas.astrom.exceptions.AstrometryError._metadata = kwargs
protectedinherited

Definition at line 40 of file exceptions.py.

◆ msg

lsst.meas.astrom.exceptions.AstrometryError.msg = msg
inherited

Definition at line 39 of file exceptions.py.


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