lsst.meas.astrom  13.0-14-g9415442+11
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic Class Reference
Inheritance diagram for lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic:

Public Member Functions

def __init__
 

Public Attributes

 maxMatchDist
 
 autoMaxMatchDist
 
 maxShift
 
 lastMatchedPattern
 
 failedPatternList
 

Detailed Description

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

Attributes
----------
maxMatchDist : lsst.afw.geom.Angle
autoMaxMatchDist : lsst.afw.geom.Angle
maxShift : lsst.afw.geom.Angle
lastMatchedPattern : int
failedPatternList : list of ints

Definition at line 20 of file matchPessimisticB.py.

Constructor & Destructor Documentation

def lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.__init__ (   self,
  maxMatchDist = None,
  autoMaxMatchDist = None,
  maxShift = None,
  lastMatchedPattern = None,
  failedPatternList = None 
)
Construct a MatchPessimisticTolerance

MatchPessimisticBTask relies on several state variables to be
preserved over different iterations in the
AstrometryTask.matchAndFitWcs loop of AstrometryTask.

Parameters
----------
maxMatchDist : afw.geom.Angle
    Current 2 sigma scatter from the previous matched wcs (if it
    exists. It is None if this is the first iteration.)
autoMatxMatchDist : afw.geom.Angle
    Result of the automated match tolerance generation.
maxShift  : afw.geom.Angle
    None for the first iteration or is the magnitude of the previous
    iteration's wcs shift.
lastMatchedPattern : int
    Reference to the position in themagnitude sorted source array where
    a successful pattern match was found.
failedPatternList : list of ints
    List of ints specifying indicies in the magnitude sourced source
    array to skip. These are skipped are previous iterations that are
    likely false positives due to the code having to soften after a
    pattern is matched.

Definition at line 35 of file matchPessimisticB.py.

Member Data Documentation

lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.autoMaxMatchDist

Definition at line 62 of file matchPessimisticB.py.

lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.failedPatternList

Definition at line 66 of file matchPessimisticB.py.

lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.lastMatchedPattern

Definition at line 64 of file matchPessimisticB.py.

lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.maxMatchDist

Definition at line 61 of file matchPessimisticB.py.

lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.maxShift

Definition at line 63 of file matchPessimisticB.py.


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