|
lsst.meas.astrom
18.1.0-7-gae09a6d+6
|
#include <matchOptimisticB.h>
Public Member Functions | |
| MatchOptimisticBControl () | |
| void | validate () const |
| ~MatchOptimisticBControl () | |
Public Attributes | |
| std::string | refFluxField |
| "name of flux field in reference catalog" ; More... | |
| std::string | sourceFluxField |
| "name of flux field in source catalog" ; More... | |
| int | numBrightStars |
| "maximum number of bright reference stars to use" ; More... | |
| int | minMatchedPairs |
| "minimum number of matches" ; More... | |
| double | matchingAllowancePix |
| "maximum allowed distance between reference objects and sources (pixels)" ; More... | |
| double | maxOffsetPix |
| "maximum allowed frame translation (pixels)" ; More... | |
| double | maxRotationDeg |
| "maximum allowed frame rotation (deg)" ; More... | |
| double | allowedNonperpDeg |
| "allowed non-perpendicularity of x and y axes (deg)" ; More... | |
| int | numPointsForShape |
| "number of points in a matching shape" ; More... | |
| double | maxDeterminant |
| "?" ; More... | |
Definition at line 75 of file matchOptimisticB.h.
|
inline |
Definition at line 88 of file matchOptimisticB.h.
|
inline |
Definition at line 104 of file matchOptimisticB.h.
| void lsst::meas::astrom::MatchOptimisticBControl::validate | ( | ) | const |
Definition at line 403 of file matchOptimisticB.cc.
| double lsst::meas::astrom::MatchOptimisticBControl::allowedNonperpDeg |
"allowed non-perpendicularity of x and y axes (deg)" ;
Definition at line 84 of file matchOptimisticB.h.
| double lsst::meas::astrom::MatchOptimisticBControl::matchingAllowancePix |
"maximum allowed distance between reference objects and sources (pixels)" ;
Definition at line 81 of file matchOptimisticB.h.
| double lsst::meas::astrom::MatchOptimisticBControl::maxDeterminant |
"?" ;
Definition at line 86 of file matchOptimisticB.h.
| double lsst::meas::astrom::MatchOptimisticBControl::maxOffsetPix |
"maximum allowed frame translation (pixels)" ;
Definition at line 82 of file matchOptimisticB.h.
| double lsst::meas::astrom::MatchOptimisticBControl::maxRotationDeg |
"maximum allowed frame rotation (deg)" ;
Definition at line 83 of file matchOptimisticB.h.
| int lsst::meas::astrom::MatchOptimisticBControl::minMatchedPairs |
"minimum number of matches" ;
Definition at line 79 of file matchOptimisticB.h.
| int lsst::meas::astrom::MatchOptimisticBControl::numBrightStars |
"maximum number of bright reference stars to use" ;
Definition at line 78 of file matchOptimisticB.h.
| int lsst::meas::astrom::MatchOptimisticBControl::numPointsForShape |
"number of points in a matching shape" ;
Definition at line 85 of file matchOptimisticB.h.
| std::string lsst::meas::astrom::MatchOptimisticBControl::refFluxField |
"name of flux field in reference catalog" ;
Definition at line 76 of file matchOptimisticB.h.
| std::string lsst::meas::astrom::MatchOptimisticBControl::sourceFluxField |
"name of flux field in source catalog" ;
Definition at line 77 of file matchOptimisticB.h.
1.8.13