Class lsst::meas::base::NaiveCentroidAlgorithm

class NaiveCentroidAlgorithm : public lsst::meas::base::SimpleAlgorithm

A class that calculates a centroid as a simple unweighted first moment of the 3x3 region around a pixel.

A fixed background (set via config) may optionally be subtracted. This algorithm does not currently report an error, but it probably should.