Configuration for MatchOptimisticBTask
Definition at line 38 of file matchOptimisticBContinued.py.
def lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.setDefaults |
( |
|
self | ) |
|
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.allowedNonperpDeg |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Allowed non-perpendicularity of x and y (degree)",
Definition at line 81 of file matchOptimisticBContinued.py.
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.maxDeterminant |
|
static |
Initial value:
2 doc=
"maximum determinant of linear transformation matrix for a usable solution",
Definition at line 92 of file matchOptimisticBContinued.py.
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.maxMatchDistArcSec |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Maximum separation between reference objects and sources "
3 "beyond which they will not be considered a match (arcsec)",
Definition at line 41 of file matchOptimisticBContinued.py.
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.maxOffsetPix |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Maximum allowed shift of WCS, due to matching (pixel)",
Definition at line 69 of file matchOptimisticBContinued.py.
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.maxRotationDeg |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Rotation angle allowed between sources and position reference objects (degrees)",
Definition at line 75 of file matchOptimisticBContinued.py.
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.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 minMatchedPairs",
Definition at line 60 of file matchOptimisticBContinued.py.
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.minMatchedPairs |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"Minimum number of matched pairs; see also minFracMatchedPairs",
Definition at line 54 of file matchOptimisticBContinued.py.
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.numBrightStars |
|
static |
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.numPointsForShape |
|
static |
tuple lsst.meas.astrom.matchOptimisticB.matchOptimisticBContinued.MatchOptimisticBConfig.sourceSelector |
|
static |
Initial value: 1 = sourceSelectorRegistry.makeField(
2 doc=
"How to select sources for cross-matching",
Definition at line 97 of file matchOptimisticBContinued.py.
The documentation for this class was generated from the following file: