lsst.meas.astrom g991b906543+23540ee355
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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)
 

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 )

Reimplemented from lsst.meas.astrom.exceptions.AstrometryError.

Definition at line 66 of file exceptions.py.


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