24#ifndef LSST_MEAS_BASE_NaiveCentroid_h_INCLUDED
25#define LSST_MEAS_BASE_NaiveCentroid_h_INCLUDED
32#include "lsst/pex/config.h"
45 "This algorithm and its control class are deprecated and will be removed after "
49 LSST_CONTROL_FIELD(doFootprintCheck,
bool,
"Do check that the centroid is contained in footprint.");
51 maxDistToPeak,
double,
52 "If >0; maximum distance in pixels between the footprint peak and centroid allowed before "
53 "resetToPeak flag is set.");
72 "This algorithm and its control class are deprecated and will be removed after "
99 "This algorithm and its control class are deprecated and will be removed after "
A FunctorKey for CentroidResult.
vector-type utility class to build a collection of FlagDefinitions
Utility class for handling flag fields that indicate the failure modes of an algorithm.
Exception to be thrown when a measurement algorithm experiences a known failure mode.
A class that calculates a centroid as a simple unweighted first moment of the 3x3 region around a pix...
static FlagDefinition const NO_COUNTS
static FlagDefinition const FAILURE
NaiveCentroidControl Control
static FlagDefinition const EDGE
A C++ control class to handle NaiveCentroidAlgorithm's configuration.
NaiveCentroidControl()
Default constructor.
An abstract base classes for which the same implementation can be used for both SingleFrameAlgorithm ...
Simple class used to define and document flags The name and doc constitute the identity of the FlagDe...