|
lsst.meas.base
18.1.0-5-g5d04eb7+8
|
A C++ control class to handle SdssShapeAlgorithm's configuration. More...
#include <SdssShape.h>
Public Member Functions | |
| SdssShapeControl () | |
Public Attributes | |
| double | background |
| "Additional value to add to background" ; More... | |
| int | maxIter |
| "Maximum number of iterations" ; More... | |
| double | maxShift |
| "Maximum centroid shift, limited to 2-10" ; More... | |
| float | tol1 |
| "Convergence tolerance for e1,e2" ; More... | |
| float | tol2 |
| "Convergence tolerance for FWHM" ; More... | |
| bool | doMeasurePsf |
| "Whether to also compute the shape of the PSF model" ; More... | |
A C++ control class to handle SdssShapeAlgorithm's configuration.
Definition at line 52 of file SdssShape.h.
|
inline |
Definition at line 62 of file SdssShape.h.
| double lsst::meas::base::SdssShapeControl::background |
"Additional value to add to background" ;
Definition at line 54 of file SdssShape.h.
| bool lsst::meas::base::SdssShapeControl::doMeasurePsf |
"Whether to also compute the shape of the PSF model" ;
Definition at line 59 of file SdssShape.h.
| int lsst::meas::base::SdssShapeControl::maxIter |
"Maximum number of iterations" ;
Definition at line 55 of file SdssShape.h.
| double lsst::meas::base::SdssShapeControl::maxShift |
"Maximum centroid shift, limited to 2-10" ;
Definition at line 56 of file SdssShape.h.
| float lsst::meas::base::SdssShapeControl::tol1 |
"Convergence tolerance for e1,e2" ;
Definition at line 57 of file SdssShape.h.
| float lsst::meas::base::SdssShapeControl::tol2 |
"Convergence tolerance for FWHM" ;
Definition at line 58 of file SdssShape.h.
1.8.13