23 #ifndef LSST_MEAS_ALGORITHMS_ImagePsf_h_INCLUDED
24 #define LSST_MEAS_ALGORITHMS_ImagePsf_h_INCLUDED
31 namespace algorithms {
42 explicit ImagePsf(
bool isFixed =
false) : afw::detection::
Psf(isFixed) {}
An intermediate base class for Psfs that use an image representation.
virtual afw::geom::ellipses::Quadrupole doComputeShape(geom::Point2D const &position, afw::image::Color const &color) const
ImagePsf(bool isFixed=false)
virtual double doComputeApertureFlux(double radius, geom::Point2D const &position, afw::image::Color const &color) const