MatchOptimisticBConfig#
- class lsst.meas.astrom.MatchOptimisticBConfig(*args, **kw)#
Bases:
ConfigConfiguration for MatchOptimisticBTask
Attributes Summary
Allowed non-perpendicularity of x and y (degree) (
float, default0.2)maximum determinant of linear transformation matrix for a usable solution (
float, default0.02)Maximum separation between reference objects and sources beyond which they will not be considered a match (arcsec) (
float, default2.0)Maximum allowed shift of WCS, due to matching (pixel).
Rotation angle allowed between sources and position reference objects (degrees) (
float, default1.0)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 (
float, default0.3)Minimum number of matched pairs; see also minFracMatchedPairs (
int, default30)Maximum number of bright stars to use in fit.
number of points to define a shape for matching (
int, default6)Attributes Documentation
- allowedNonperpDeg#
Allowed non-perpendicularity of x and y (degree) (
float, default0.2)Valid Range = [-inf,45.0)
- maxDeterminant#
maximum determinant of linear transformation matrix for a usable solution (
float, default0.02)
- maxMatchDistArcSec#
Maximum separation between reference objects and sources beyond which they will not be considered a match (arcsec) (
float, default2.0)Valid Range = [0,inf)
- maxOffsetPix#
Maximum allowed shift of WCS, due to matching (pixel). When changing this value, the LoadReferenceObjectsConfig.pixelMargin should also be updated. (
int, default250)Valid Range = [-inf,4000)
- maxRotationDeg#
Rotation angle allowed between sources and position reference objects (degrees) (
float, default1.0)Valid Range = [-inf,6.0)
- minFracMatchedPairs#
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 (
float, default0.3)Valid Range = [0,1)
- minMatchedPairs#
Minimum number of matched pairs; see also minFracMatchedPairs (
int, default30)Valid Range = [2,inf)
- numBrightStars#
Maximum number of bright stars to use in fit. (
int, default150)Valid Range = [2,inf)
- numPointsForShape#
number of points to define a shape for matching (
int, default6)