|
lsst.meas.astrom gecc7e12556+761723e472
|
Public Member Functions | |
| def | __init__ (self, maxMatchDist=None) |
Public Attributes | |
| maxMatchDist | |
Stores match tolerances for use in `lsst.meas.astrom.AstrometryTask` and
later iterations of the matcher.
MatchOptimsiticBTask relies on a maximum distance for matching
set by either the default in MatchOptimisticBConfig or the 2 sigma
scatter found after AstrometryTask has fit for a wcs.
Parameters
----------
maxMatchDist : `lsst.geom.Angle`
Current maximum distance to consider a match.
Definition at line 15 of file matchOptimisticBTask.py.
| def lsst.meas.astrom.matchOptimisticBTask.MatchTolerance.__init__ | ( | self, | |
maxMatchDist = None |
|||
| ) |
Reimplemented in lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.
Definition at line 29 of file matchOptimisticBTask.py.
| lsst.meas.astrom.matchOptimisticBTask.MatchTolerance.maxMatchDist |
Definition at line 30 of file matchOptimisticBTask.py.