LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas::base::SdssShapeControl Class Reference

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...
 

Detailed Description

A C++ control class to handle SdssShapeAlgorithm's configuration.

Definition at line 52 of file SdssShape.h.

Constructor & Destructor Documentation

◆ SdssShapeControl()

lsst::meas::base::SdssShapeControl::SdssShapeControl ( )
inline

Definition at line 62 of file SdssShape.h.

63  : background(0.0), maxIter(100), maxShift(), tol1(1E-5), tol2(1E-4), doMeasurePsf(true) {}

Member Data Documentation

◆ background

double lsst::meas::base::SdssShapeControl::background

"Additional value to add to background" ;

Definition at line 54 of file SdssShape.h.

◆ doMeasurePsf

bool lsst::meas::base::SdssShapeControl::doMeasurePsf

"Whether to also compute the shape of the PSF model" ;

Definition at line 59 of file SdssShape.h.

◆ maxIter

int lsst::meas::base::SdssShapeControl::maxIter

"Maximum number of iterations" ;

Definition at line 55 of file SdssShape.h.

◆ maxShift

double lsst::meas::base::SdssShapeControl::maxShift

"Maximum centroid shift, limited to 2-10" ;

Definition at line 56 of file SdssShape.h.

◆ tol1

float lsst::meas::base::SdssShapeControl::tol1

"Convergence tolerance for e1,e2" ;

Definition at line 57 of file SdssShape.h.

◆ tol2

float lsst::meas::base::SdssShapeControl::tol2

"Convergence tolerance for FWHM" ;

Definition at line 58 of file SdssShape.h.


The documentation for this class was generated from the following file:
lsst::meas::base::SdssShapeControl::tol2
float tol2
"Convergence tolerance for FWHM" ;
Definition: SdssShape.h:58
lsst::meas::base::SdssShapeControl::maxIter
int maxIter
"Maximum number of iterations" ;
Definition: SdssShape.h:55
lsst::meas::base::SdssShapeControl::tol1
float tol1
"Convergence tolerance for e1,e2" ;
Definition: SdssShape.h:57
lsst::meas::base::SdssShapeControl::doMeasurePsf
bool doMeasurePsf
"Whether to also compute the shape of the PSF model" ;
Definition: SdssShape.h:59
lsst::meas::base::SdssShapeControl::maxShift
double maxShift
"Maximum centroid shift, limited to 2-10" ;
Definition: SdssShape.h:56
lsst::meas::base::SdssShapeControl::background
double background
"Additional value to add to background" ;
Definition: SdssShape.h:54