|
lsst.meas.astrom g374be3e903+3c89c0e672
|
Public Member Functions | |
| __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.
| 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.