lsst.meas.astrom gcf9c84bd28+6c2bae5111
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig Class Reference
Inheritance diagram for lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig:

Static Public Attributes

pexConfig maxMatchDistArcSec
 
pexConfig numBrightStars
 
pexConfig minMatchedPairs
 
pexConfig minFracMatchedPairs
 
pexConfig maxOffsetPix
 
pexConfig maxRotationDeg
 
pexConfig allowedNonperpDeg
 
pexConfig numPointsForShape
 
pexConfig maxDeterminant
 

Detailed Description

Configuration for MatchOptimisticBTask

Definition at line 33 of file matchOptimisticBTask.py.

Member Data Documentation

◆ allowedNonperpDeg

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.allowedNonperpDeg
static
Initial value:
= pexConfig.RangeField(
doc="Allowed non-perpendicularity of x and y (degree)",
dtype=float,
default=3.0,
max=45.0,
)

Definition at line 77 of file matchOptimisticBTask.py.

◆ maxDeterminant

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.maxDeterminant
static
Initial value:
= pexConfig.Field(
doc="maximum determinant of linear transformation matrix for a usable solution",
dtype=float,
default=0.02,
)

Definition at line 88 of file matchOptimisticBTask.py.

◆ maxMatchDistArcSec

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.maxMatchDistArcSec
static
Initial value:
= pexConfig.RangeField(
doc="Maximum separation between reference objects and sources "
"beyond which they will not be considered a match (arcsec)",
dtype=float,
default=3,
min=0,
)

Definition at line 36 of file matchOptimisticBTask.py.

◆ maxOffsetPix

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.maxOffsetPix
static
Initial value:
= pexConfig.RangeField(
doc="Maximum allowed shift of WCS, due to matching (pixel). "
"When changing this value, the LoadReferenceObjectsConfig.pixelMargin should also be updated.",
dtype=int,
default=250,
max=4000,
)

Definition at line 64 of file matchOptimisticBTask.py.

◆ maxRotationDeg

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.maxRotationDeg
static
Initial value:
= pexConfig.RangeField(
doc="Rotation angle allowed between sources and position reference objects (degrees)",
dtype=float,
default=1.0,
max=6.0,
)

Definition at line 71 of file matchOptimisticBTask.py.

◆ minFracMatchedPairs

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.minFracMatchedPairs
static
Initial value:
= pexConfig.RangeField(
doc="Minimum number of matched pairs as a fraction of the smaller of "
"the number of reference stars or the number of good sources; "
"the actual minimum is the smaller of this value or minMatchedPairs",
dtype=float,
default=0.3,
min=0,
max=1,
)

Definition at line 55 of file matchOptimisticBTask.py.

◆ minMatchedPairs

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.minMatchedPairs
static
Initial value:
= pexConfig.RangeField(
doc="Minimum number of matched pairs; see also minFracMatchedPairs",
dtype=int,
default=30,
min=2,
)

Definition at line 49 of file matchOptimisticBTask.py.

◆ numBrightStars

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.numBrightStars
static
Initial value:
= pexConfig.RangeField(
doc="Number of bright stars to use",
dtype=int,
default=50,
min=2,
)

Definition at line 43 of file matchOptimisticBTask.py.

◆ numPointsForShape

pexConfig lsst.meas.astrom.matchOptimisticBTask.MatchOptimisticBConfig.numPointsForShape
static
Initial value:
= pexConfig.Field(
doc="number of points to define a shape for matching",
dtype=int,
default=6,
)

Definition at line 83 of file matchOptimisticBTask.py.


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