lsst.meas.algorithms
13.0-18-gc4ad4228+1
|
An intermediate base class for Psfs that use an image representation. More...
#include <ImagePsf.h>
Protected Member Functions | |
ImagePsf (bool isFixed=false) | |
virtual double | doComputeApertureFlux (double radius, afw::geom::Point2D const &position, afw::image::Color const &color) const |
virtual afw::geom::ellipses::Quadrupole | doComputeShape (afw::geom::Point2D const &position, afw::image::Color const &color) const |
An intermediate base class for Psfs that use an image representation.
ImagePsf exists only to provide implementations of doComputeApertureFlux and doComputeShape for its derived classes. These implementations use the SincFlux and SdssShape algorithms defined in meas_algorithms, and hence could not be included with the Psf base class in afw.
Definition at line 37 of file ImagePsf.h.
|
inlineexplicitprotected |
Definition at line 40 of file ImagePsf.h.
|
protectedvirtual |
Definition at line 31 of file ImagePsf.cc.
|
protectedvirtual |
Definition at line 46 of file ImagePsf.cc.