lsst.meas.astrom g991b906543+9a7b30876f
|
Public Member Functions | |
__init__ (self, distMean, maxMeanDist, distMedian, **kwargs) | |
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.
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.