lsst.meas.astrom  21.0.0-4-g591bb35+4eb04b47bb
Public Member Functions | Public Attributes | List of all members
lsst.meas.astrom.matchOptimisticBTask.MatchTolerance Class Reference
Inheritance diagram for lsst.meas.astrom.matchOptimisticBTask.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 `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.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.astrom.matchOptimisticBTask.MatchTolerance.__init__ (   self,
  maxMatchDist = None 
)

Definition at line 28 of file matchOptimisticBTask.py.

Member Data Documentation

◆ maxMatchDist

lsst.meas.astrom.matchOptimisticBTask.MatchTolerance.maxMatchDist

Definition at line 29 of file matchOptimisticBTask.py.


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