23 #ifndef LSST_AFW_DETECTION_Psf_h_INCLUDED 24 #define LSST_AFW_DETECTION_Psf_h_INCLUDED 97 Psf& operator=(
Psf const&) =
delete;
98 Psf& operator=(
Psf&&) =
delete;
271 unsigned int warpBuffer = 5);
325 #endif // !LSST_AFW_DETECTION_Psf_h_INCLUDED An ellipse core with quadrupole moments as parameters.
Interface supporting iteration over heterogenous containers.
std::shared_ptr< typehandling::Storable > cloneStorable() const override final
Polymorphic deep-copy.
ImageOwnerEnum
Enum passed to computeImage and computeKernelImage to determine image ownership.
image::Color getAverageColor() const
Return the average Color of the stars used to construct the Psf.
Point< double, 2 > Point2D
A base class for image defects.
math::Kernel::Pixel Pixel
Pixel type of Image returned by computeImage.
Cache of most recently used values.
Describe the colour of a source.
Citizen is a class that should be among all LSST classes base classes, and handles basic memory manag...
A polymorphic base class for representing an image's Point Spread Function.
A CRTP facade class for subclasses of Persistable.
An integer coordinate rectangle.
image::Image< Pixel > Image
Image type returned by computeImage.