23 #ifndef LSST_MEAS_ALGORITHMS_KernelPsf_h_INCLUDED 24 #define LSST_MEAS_ALGORITHMS_KernelPsf_h_INCLUDED 28 namespace lsst {
namespace meas {
namespace algorithms {
88 virtual PTR(
Image) doComputeKernelImage(
104 #endif // !LSST_MEAS_ALGORITHMS_KernelPsf_h_INCLUDED virtual boost::shared_ptr< afw::detection::Psf > clone() const
Polymorphic deep copy.
A Psf defined by a Kernel.
virtual std::string getPythonModule() const
boost::shared_ptr< afw::math::Kernel const > getKernel() const
Return the Kernel used to define this Psf.
virtual boost::shared_ptr< afw::detection::Psf > resized(int width, int height) const
Return a clone with specified kernel dimensions.
KernelPsf(afw::math::Kernel const &kernel, afw::geom::Point2D const &averagePosition=afw::geom::Point2D())
Construct a KernelPsf with a clone of the given kernel.
virtual void write(OutputArchiveHandle &handle) const
virtual bool isPersistable() const
Whether this object is persistable; just delegates to the kernel.
io::OutputArchiveHandle OutputArchiveHandle
An intermediate base class for Psfs that use an image representation.
tbl::PointKey< double > averagePosition
A PersistableFactory for KernelPsf and its subclasses.
virtual std::string getPersistenceName() const
virtual afw::geom::Point2D getAveragePosition() const
Return average position of stars; used as default position.