LSST Applications  21.0.0-172-gfb10e10a+18fedfabac,22.0.0+297cba6710,22.0.0+80564b0ff1,22.0.0+8d77f4f51a,22.0.0+a28f4c53b1,22.0.0+dcf3732eb2,22.0.1-1-g7d6de66+2a20fdde0d,22.0.1-1-g8e32f31+297cba6710,22.0.1-1-geca5380+7fa3b7d9b6,22.0.1-12-g44dc1dc+2a20fdde0d,22.0.1-15-g6a90155+515f58c32b,22.0.1-16-g9282f48+790f5f2caa,22.0.1-2-g92698f7+dcf3732eb2,22.0.1-2-ga9b0f51+7fa3b7d9b6,22.0.1-2-gd1925c9+bf4f0e694f,22.0.1-24-g1ad7a390+a9625a72a8,22.0.1-25-g5bf6245+3ad8ecd50b,22.0.1-25-gb120d7b+8b5510f75f,22.0.1-27-g97737f7+2a20fdde0d,22.0.1-32-gf62ce7b1+aa4237961e,22.0.1-4-g0b3f228+2a20fdde0d,22.0.1-4-g243d05b+871c1b8305,22.0.1-4-g3a563be+32dcf1063f,22.0.1-4-g44f2e3d+9e4ab0f4fa,22.0.1-42-gca6935d93+ba5e5ca3eb,22.0.1-5-g15c806e+85460ae5f3,22.0.1-5-g58711c4+611d128589,22.0.1-5-g75bb458+99c117b92f,22.0.1-6-g1c63a23+7fa3b7d9b6,22.0.1-6-g50866e6+84ff5a128b,22.0.1-6-g8d3140d+720564cf76,22.0.1-6-gd805d02+cc5644f571,22.0.1-8-ge5750ce+85460ae5f3,master-g6e05de7fdc+babf819c66,master-g99da0e417a+8d77f4f51a,w.2021.48
LSST Data Management Base Package
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

 maxMatchDistArcSec
 
 numBrightStars
 
 minMatchedPairs
 
 minFracMatchedPairs
 
 maxOffsetPix
 
 maxRotationDeg
 
 allowedNonperpDeg
 
 numPointsForShape
 
 maxDeterminant
 

Detailed Description

Configuration for MatchOptimisticBTask

Definition at line 33 of file matchOptimisticBTask.py.

Member Data Documentation

◆ allowedNonperpDeg

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

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

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

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

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

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

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

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

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: