lsst.meas.base  14.0-10-g2b7913f+1
Public Member Functions | Public Attributes | List of all members
lsst::meas::base::GaussianCentroidControl Class Reference

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

#include <GaussianCentroid.h>

Public Member Functions

 GaussianCentroidControl ()
 

Public Attributes

bool doFootprintCheck
 Default constructor. More...
 
double maxDistToPeak
 "If set > 0, Centroid Check also checks distance from footprint peak." ; More...
 

Detailed Description

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

At present, GaussianCentroidAlgorithm has no configuration options. Also, it does not currently set an error, though it should

Definition at line 69 of file GaussianCentroid.h.

Constructor & Destructor Documentation

◆ GaussianCentroidControl()

lsst::meas::base::GaussianCentroidControl::GaussianCentroidControl ( )
inline

Definition at line 80 of file GaussianCentroid.h.

Member Data Documentation

◆ doFootprintCheck

bool lsst::meas::base::GaussianCentroidControl::doFootprintCheck

Default constructor.

All control classes should define a default constructor that sets all fields to their default values."Do check that the centroid is contained in footprint." ;

Definition at line 77 of file GaussianCentroid.h.

◆ maxDistToPeak

double lsst::meas::base::GaussianCentroidControl::maxDistToPeak

"If set > 0, Centroid Check also checks distance from footprint peak." ;

Definition at line 79 of file GaussianCentroid.h.


The documentation for this class was generated from the following file: