LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.meas.astrom.matchOptimisticB.MatchOptimisticBConfig Class Reference
Inheritance diagram for lsst.meas.astrom.matchOptimisticB.MatchOptimisticBConfig:

Static Public Attributes

tuple sourceFluxType
 
tuple maxMatchDistArcSec
 
tuple numBrightStars
 
tuple minMatchedPairs
 
tuple minFracMatchedPairs
 
tuple maxOffsetPix
 
tuple maxRotationDeg
 
tuple allowedNonperpDeg
 
tuple numPointsForShape
 
tuple maxDeterminant
 

Detailed Description

Configuration for MatchOptimisticBTask

Definition at line 14 of file matchOptimisticB.py.

Member Data Documentation

tuple lsst.meas.astrom.matchOptimisticB.MatchOptimisticBConfig.allowedNonperpDeg
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "Allowed non-perpendicularity of x and y (degree)",
3  dtype = float,
4  default = 3.0,
5  max = 45.0,
6  )

Definition at line 62 of file matchOptimisticB.py.

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

Definition at line 73 of file matchOptimisticB.py.

tuple lsst.meas.astrom.matchOptimisticB.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)",
4  dtype = float,
5  default = 3,
6  min = 0,
7  )

Definition at line 22 of file matchOptimisticB.py.

tuple lsst.meas.astrom.matchOptimisticB.MatchOptimisticBConfig.maxOffsetPix
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "Maximum allowed shift of WCS, due to matching (pixel)",
3  dtype = int,
4  default = 300,
5  max = 4000,
6  )

Definition at line 50 of file matchOptimisticB.py.

tuple lsst.meas.astrom.matchOptimisticB.MatchOptimisticBConfig.maxRotationDeg
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "Rotation angle allowed between sources and position reference objects (degrees)",
3  dtype = float,
4  default = 1.0,
5  max = 6.0,
6  )

Definition at line 56 of file matchOptimisticB.py.

tuple lsst.meas.astrom.matchOptimisticB.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",
5  dtype = float,
6  default = 0.3,
7  min = 0,
8  max = 1,
9  )

Definition at line 41 of file matchOptimisticB.py.

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

Definition at line 35 of file matchOptimisticB.py.

tuple lsst.meas.astrom.matchOptimisticB.MatchOptimisticBConfig.numBrightStars
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "Number of bright stars to use",
3  dtype = int,
4  default = 50,
5  min = 2,
6  )

Definition at line 29 of file matchOptimisticB.py.

tuple lsst.meas.astrom.matchOptimisticB.MatchOptimisticBConfig.numPointsForShape
static
Initial value:
1 = pexConfig.Field(
2  doc = "number of points to define a shape for matching",
3  dtype = int,
4  default = 6,
5  )

Definition at line 68 of file matchOptimisticB.py.

tuple lsst.meas.astrom.matchOptimisticB.MatchOptimisticBConfig.sourceFluxType
static
Initial value:
1 = pexConfig.Field(
2  doc = "Type of source flux; typically one of Ap or Psf",
3  dtype = str,
4  default = "Ap",
5  )

Definition at line 17 of file matchOptimisticB.py.


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