23 #ifndef LSST_AFW_DETECTION_GaussianPsf_h_INCLUDED 24 #define LSST_AFW_DETECTION_GaussianPsf_h_INCLUDED 90 #if 0 // We could reimplement this more efficiently than what's in the base class, 117 #endif // !LSST_AFW_DETECTION_Psf_h_INCLUDED An ellipse core with quadrupole moments as parameters.
afw::table::PointKey< int > dimensions
An object passed to Persistable::write to allow it to persist itself.
std::string getPythonModule() const override
Return the fully-qualified Python module that should be imported to guarantee that its factory is reg...
GaussianPsf(int width, int height, double sigma)
Constructor for a GaussianPsf.
std::shared_ptr< afw::detection::Psf > resized(int width, int height) const override
Return a clone with specified kernel dimensions.
A base class for image defects.
bool isPersistable() const noexcept override
Whether the Psf is persistable; always true.
std::shared_ptr< afw::detection::Psf > clone() const override
Polymorphic deep copy; should usually be unnecessary because Psfs are immutable.
lsst::geom::Extent2I getDimensions() const
Return the dimensions of the images returned by computeImage()
afw::table::Key< double > sigma
GaussianPsf & operator=(GaussianPsf const &)=delete
double getSigma() const
Return the radius of the Gaussian.
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.
An integer coordinate rectangle.
A circularly symmetric Gaussian Psf class with no spatial variation, intended mostly for testing purp...
void write(OutputArchiveHandle &handle) const override
Write the object to one or more catalogs.
std::string getPersistenceName() const override
Return the unique name used to persist this object and look up its factory.