lsst.meas.astrom  14.0-7-g0d69b06+3
Public Member Functions | Public Attributes | List of all members
lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchTolerance Class Reference
Inheritance diagram for lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchTolerance:
lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic

Public Member Functions

def __init__ (self, maxMatchDist=None)
 

Public Attributes

 maxMatchDist
 

Detailed Description

Stores match tolerances for use in AstrometryTask and later
iterations of the matcher.

Attributes
----------
maxMatchDist : lsst.afw.geom.Angle

Definition at line 21 of file matchOptimisticBContinued.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchTolerance.__init__ (   self,
  maxMatchDist = None 
)
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.

Definition at line 30 of file matchOptimisticBContinued.py.

Member Data Documentation

◆ maxMatchDist

lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchTolerance.maxMatchDist

Definition at line 35 of file matchOptimisticBContinued.py.


The documentation for this class was generated from the following file: