LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas::base::SdssCentroidControl Class Reference

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

#include <SdssCentroid.h>

Public Member Functions

 SdssCentroidControl ()
 Default constructor. More...
 

Public Attributes

int binmax
 "maximum allowed binning" ; More...
 
double peakMin
 "if the peak's less than this insist on binning at least once" ; More...
 
double wfac
 "fiddle factor for adjusting the binning" ; More...
 

Detailed Description

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

Definition at line 46 of file SdssCentroid.h.

Constructor & Destructor Documentation

lsst::meas::base::SdssCentroidControl::SdssCentroidControl ( )
inline

Default constructor.

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

Definition at line 59 of file SdssCentroid.h.

59 : binmax(16), peakMin(-1.0), wfac(1.5) {}
int binmax
&quot;maximum allowed binning&quot; ;
Definition: SdssCentroid.h:49
double peakMin
&quot;if the peak&#39;s less than this insist on binning at least once&quot; ;
Definition: SdssCentroid.h:50
double wfac
&quot;fiddle factor for adjusting the binning&quot; ;
Definition: SdssCentroid.h:51

Member Data Documentation

int lsst::meas::base::SdssCentroidControl::binmax

"maximum allowed binning" ;

Definition at line 49 of file SdssCentroid.h.

double lsst::meas::base::SdssCentroidControl::peakMin

"if the peak's less than this insist on binning at least once" ;

Definition at line 50 of file SdssCentroid.h.

double lsst::meas::base::SdssCentroidControl::wfac

"fiddle factor for adjusting the binning" ;

Definition at line 51 of file SdssCentroid.h.


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