|
lsst.meas.astrom g0e76e35be5+e8e946ae08
|
Public Member Functions | |
| __init__ (self, maxMatchDist=None) | |
Public Attributes | |
| maxMatchDist = 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 35 of file matchOptimisticBTask.py.
| lsst.meas.astrom.matchOptimisticBTask.MatchTolerance.__init__ | ( | self, | |
| maxMatchDist = None ) |
Definition at line 49 of file matchOptimisticBTask.py.
| lsst.meas.astrom.matchOptimisticBTask.MatchTolerance.maxMatchDist = maxMatchDist |
Definition at line 50 of file matchOptimisticBTask.py.