Configuration for MatchPessimisticBTask
Definition at line 69 of file matchPessimisticB.py.
def lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.setDefaults |
( |
|
self | ) |
|
def lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.validate |
( |
|
self | ) |
|
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.matcherIterations |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Number of softening iterations in matcher.",
Definition at line 95 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.maxOffsetPix |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Maximum allowed shift of WCS, due to matching (pixel).",
Definition at line 101 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.maxRotationDeg |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Rotation angle allowed between sources and position reference "
Definition at line 107 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.minFracMatchedPairs |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Minimum number of matched pairs as a fraction of the smaller of "
3 "the number of reference stars or the number of good sources; "
4 "the actual minimum is the smaller of this value or "
Definition at line 85 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.minMatchedPairs |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Minimum number of matched pairs; see also minFracMatchedPairs.",
Definition at line 79 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.numBrightStars |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Number of bright stars to use. Sets the max number of patterns "
Definition at line 72 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.numPatternConsensus |
|
static |
Initial value:
2 doc=
"Number of implied shift/rotations from patterns that must agree "
3 "before it a given shift/rotation is accepted. This is only used "
4 "after the first softening iteration fails and if both the "
5 "number of reference and source objects is greater than "
Definition at line 125 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.numPointsForShape |
|
static |
Initial value:
2 doc=
"Number of points to define a shape for matching.",
Definition at line 114 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.numPointsForShapeAttempt |
|
static |
Initial value:
2 doc=
"Number of points to try for creating a shape. This value should "
3 "be greater than or equal to numPointsForShape.",
Definition at line 119 of file matchPessimisticB.py.
tuple lsst.meas.astrom.matchPessimisticB.MatchPessimisticBConfig.sourceSelector |
|
static |
Initial value: 1 = sourceSelectorRegistry.makeField(
2 doc=
"How to select sources for cross-matching. The default "
3 "matcherSourceSelector removes objects with low S/N, bad "
4 "saturated objects, edge objects, and interpolated objects.",
5 default=
"matcherPessimistic"
Definition at line 134 of file matchPessimisticB.py.
The documentation for this class was generated from the following file: