|
lsst.meas.astrom
18.1.0-5-gaeab27e+20
|
Public Member Functions | |
| def | __init__ (self, maxMatchDist=None, autoMaxMatchDist=None, maxShift=None, lastMatchedPattern=None, failedPatternList=None, PPMbObj=None) |
Public Attributes | |
| maxMatchDist | |
| autoMaxMatchDist | |
| maxShift | |
| lastMatchedPattern | |
| PPMbObj | |
| failedPatternList | |
Stores match tolerances for use in AstrometryTask and later
iterations of the matcher.
MatchPessimisticBTask relies on several state variables to be
preserved over different iterations in the
AstrometryTask.matchAndFitWcs loop of AstrometryTask.
Parameters
----------
maxMatchDist : `lsst.geom.Angle`
Maximum distance to consider a match from the previous match/fit
iteration.
autoMaxMatchDist : `lsst.geom.Angle`
Automated estimation of the maxMatchDist from the sky statistics of the
source and reference catalogs.
maxShift : `lsst.geom.Angle`
Maximum shift found in the previous match/fit cycle.
lastMatchedPattern : `int`
Index of the last source pattern that was matched into the reference
data.
failedPatternList : `list` of `int`
Previous matches were found to be false positives.
PPMbObj : `lsst.meas.astrom.PessimisticPatternMatcherB`
Initialized Pessimistic pattern matcher object. Storing this prevents
the need for recalculation of the searchable distances in the PPMB.
Definition at line 18 of file matchPessimisticB.py.
| def lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.__init__ | ( | self, | |
maxMatchDist = None, |
|||
autoMaxMatchDist = None, |
|||
maxShift = None, |
|||
lastMatchedPattern = None, |
|||
failedPatternList = None, |
|||
PPMbObj = None |
|||
| ) |
Definition at line 48 of file matchPessimisticB.py.
| lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.autoMaxMatchDist |
Definition at line 50 of file matchPessimisticB.py.
| lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.failedPatternList |
Definition at line 55 of file matchPessimisticB.py.
| lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.lastMatchedPattern |
Definition at line 52 of file matchPessimisticB.py.
| lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.maxMatchDist |
Definition at line 49 of file matchPessimisticB.py.
| lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.maxShift |
Definition at line 51 of file matchPessimisticB.py.
| lsst.meas.astrom.matchPessimisticB.MatchTolerancePessimistic.PPMbObj |
Definition at line 53 of file matchPessimisticB.py.
1.8.13