Class CircularApertureFluxAlgorithm

Inheritance Relationships

Base Type

Class Documentation

class CircularApertureFluxAlgorithm : public lsst::meas::base::ApertureFluxAlgorithm

Public Functions

CircularApertureFluxAlgorithm(Control const &ctrl, std::string const &name, afw::table::Schema &schema, daf::base::PropertySet &metadata)
virtual void measure(afw::table::SourceRecord &record, afw::image::Exposure<float> const &exposure) const

Measure the configured apertures on the given image.

Python plugins will delegate to this method.

Parameters
  • [inout] record: Record used to save outputs and retrieve positions.

  • [in] exposure: Image to be measured.