23 #ifndef LSST_MEAS_ALGORITHMS_ImagePsf_h_INCLUDED 24 #define LSST_MEAS_ALGORITHMS_ImagePsf_h_INCLUDED 31 namespace algorithms {
55 #endif // !LSST_MEAS_ALGORITHMS_ImagePsf_h_INCLUDED An ellipse core with quadrupole moments as parameters.
virtual afw::geom::ellipses::Quadrupole doComputeShape(geom::Point2D const &position, afw::image::Color const &color) const
These virtual member functions are private, not protected, because we only want derived classes to im...
A base class for image defects.
ImagePsf(bool isFixed=false)
An intermediate base class for Psfs that use an image representation.
virtual double doComputeApertureFlux(double radius, geom::Point2D const &position, afw::image::Color const &color) const
These virtual member functions are private, not protected, because we only want derived classes to im...
Describe the colour of a source.
A polymorphic base class for representing an image's Point Spread Function.
A CRTP facade class for subclasses of Persistable.