23 #ifndef LSST_MEAS_ALGORITHMS_KernelPsf_h_INCLUDED 24 #define LSST_MEAS_ALGORITHMS_KernelPsf_h_INCLUDED 31 namespace algorithms {
80 template <
typename T,
typename K>
97 #endif // !LSST_MEAS_ALGORITHMS_KernelPsf_h_INCLUDED
A Psf defined by a Kernel.
An object passed to Persistable::write to allow it to persist itself.
boost::shared_ptr< afw::detection::Psf > resized(int width, int height) const override
Return a clone with specified kernel dimensions.
boost::shared_ptr< afw::math::Kernel const > getKernel() const
Return the Kernel used to define this Psf.
A base class for image defects.
void write(OutputArchiveHandle &handle) const override
Write the object to one or more catalogs.
std::string getPythonModule() const override
Return the fully-qualified Python module that should be imported to guarantee that its factory is reg...
afw::table::PointKey< double > averagePosition
boost::shared_ptr< afw::detection::Psf > clone() const override
Polymorphic deep copy.
An intermediate base class for Psfs that use an image representation.
A PersistableFactory for KernelPsf and its subclasses.
bool isPersistable() const noexcept override
Whether this object is persistable; just delegates to the kernel.
std::string getPersistenceName() const override
Return the unique name used to persist this object and look up its factory.
Describe the colour of a source.
A polymorphic base class for representing an image's Point Spread Function.
KernelPsf(afw::math::Kernel const &kernel, geom::Point2D const &averagePosition=geom::Point2D())
Construct a KernelPsf with a clone of the given kernel.
A CRTP facade class for subclasses of Persistable.
Kernels are used for convolution with MaskedImages and (eventually) Images.
An integer coordinate rectangle.
geom::Point2D getAveragePosition() const override
Return average position of stars; used as default position.