|
lsst.meas.astrom
17.0.1-10-gd2c662c+5
|
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 14 of file matchOptimisticBTask.py.
| def lsst.meas.astrom.matchOptimisticBTask.MatchTolerance.__init__ | ( | self, | |
maxMatchDist = None |
|||
| ) |
Definition at line 28 of file matchOptimisticBTask.py.
| lsst.meas.astrom.matchOptimisticBTask.MatchTolerance.maxMatchDist |
Definition at line 29 of file matchOptimisticBTask.py.
1.8.13