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

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

#include <NaiveCentroid.h>

Public Member Functions

 NaiveCentroidControl ()
 Default constructor. More...
 

Public Attributes

double background
 "Value to subtract from the image pixel values" ; More...
 
bool doFootprintCheck
 "Do check that the centroid is contained in footprint." ; More...
 
double maxDistToPeak
 "If set > 0, Centroid Check also checks distance from footprint peak." ; More...
 

Detailed Description

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

Definition at line 44 of file NaiveCentroid.h.

Constructor & Destructor Documentation

◆ NaiveCentroidControl()

lsst::meas::base::NaiveCentroidControl::NaiveCentroidControl ( )
inline

Default constructor.

All control classes should define a default constructor that sets all fields to their default values.

Definition at line 56 of file NaiveCentroid.h.

56 : background(0.0), doFootprintCheck(true), maxDistToPeak(-1.0) {}

Member Data Documentation

◆ background

double lsst::meas::base::NaiveCentroidControl::background

"Value to subtract from the image pixel values" ;

Definition at line 46 of file NaiveCentroid.h.

◆ doFootprintCheck

bool lsst::meas::base::NaiveCentroidControl::doFootprintCheck

"Do check that the centroid is contained in footprint." ;

Definition at line 47 of file NaiveCentroid.h.

◆ maxDistToPeak

double lsst::meas::base::NaiveCentroidControl::maxDistToPeak

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

Definition at line 49 of file NaiveCentroid.h.


The documentation for this class was generated from the following file:
lsst::meas::base::NaiveCentroidControl::background
double background
"Value to subtract from the image pixel values" ;
Definition: NaiveCentroid.h:46
lsst::meas::base::NaiveCentroidControl::maxDistToPeak
double maxDistToPeak
"If set > 0, Centroid Check also checks distance from footprint peak." ;
Definition: NaiveCentroid.h:49
lsst::meas::base::NaiveCentroidControl::doFootprintCheck
bool doFootprintCheck
"Do check that the centroid is contained in footprint." ;
Definition: NaiveCentroid.h:47