24 # if !defined(LSST_MEAS_EXTENSIONS_PSFEX_PSFEX_H) 25 #define LSST_MEAS_EXTENSIONS_PSFEX_PSFEX_H 1 29 #include "lsst/meas/extensions/psfex/psf.hh" 31 namespace lsst {
namespace meas {
namespace extensions {
namespace psfex {
47 lsst::meas::extensions::psfex::Psf
const&
psf,
126 #endif // !LSST_MEAS_EXTENSIONS_PSFEX_PSFEX_H table::Key< float > _pixstep
virtual lsst::afw::geom::Point2D getAveragePosition() const
Return average position of stars; used as default position.
table::Key< table::Array< int > > _size
virtual bool isPersistable() const noexcept override
Is this object persistable?
An object passed to Persistable::write to allow it to persist itself.
Low-level polynomials (including special polynomials) in C++.
Represent a PSF as a linear combination of PSFEX (== Karhunen-Loeve) basis functions.
A base class for image defects.
A kernel that is a linear combination of fixed basis kernels.
afw::table::PointKey< double > averagePosition
table::Key< table::Array< float > > _comp
An intermediate base class for Psfs that use an image representation.
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.