LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas::extensions::simpleShape::SimpleShapeControl Class Reference

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

#include <simpleShape.h>

Public Member Functions

 SimpleShapeControl ()
 

Public Attributes

double sigma
 "Sigma of circular Gaussian used as weight function, in pixels" ; More...
 
double nSigmaRegion
 "Maximum radius for pixels to include, in units of sigma" ; More...
 

Detailed Description

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

Definition at line 44 of file simpleShape.h.

Constructor & Destructor Documentation

◆ SimpleShapeControl()

lsst::meas::extensions::simpleShape::SimpleShapeControl::SimpleShapeControl ( )
inline

Definition at line 49 of file simpleShape.h.

49 : sigma(1.5), nSigmaRegion(3) {}

Member Data Documentation

◆ nSigmaRegion

double lsst::meas::extensions::simpleShape::SimpleShapeControl::nSigmaRegion

"Maximum radius for pixels to include, in units of sigma" ;

Definition at line 47 of file simpleShape.h.

◆ sigma

double lsst::meas::extensions::simpleShape::SimpleShapeControl::sigma

"Sigma of circular Gaussian used as weight function, in pixels" ;

Definition at line 46 of file simpleShape.h.


The documentation for this class was generated from the following file:
lsst::meas::extensions::simpleShape::SimpleShapeControl::nSigmaRegion
double nSigmaRegion
"Maximum radius for pixels to include, in units of sigma" ;
Definition: simpleShape.h:47
lsst::meas::extensions::simpleShape::SimpleShapeControl::sigma
double sigma
"Sigma of circular Gaussian used as weight function, in pixels" ;
Definition: simpleShape.h:46