|
| SingleGaussianPsf (int width, int height, double sigma) |
| Constructor for a SingleGaussianPsf. More...
|
|
boost::shared_ptr< afw::detection::Psf > | clone () const override |
| Polymorphic deep copy; should usually unnecessary because Psfs are immutable. More...
|
|
boost::shared_ptr< afw::detection::Psf > | resized (int width, int height) const override |
| Return a clone with specified kernel dimensions. More...
|
|
double | getSigma () const |
| Return the radius of the Gaussian. More...
|
|
bool | isPersistable () const noexcept override |
| Whether the Psf is persistable; always true. More...
|
|
boost::shared_ptr< afw::math::Kernel const > | getKernel () const |
| Return the Kernel used to define this Psf. More...
|
|
geom::Point2D | getAveragePosition () const override |
| Return average position of stars; used as default position. More...
|
|
std::shared_ptr< typehandling::Storable > | cloneStorable () const override final |
|
std::shared_ptr< Image > | computeImage (lsst::geom::Point2D position=makeNullPoint(), image::Color color=image::Color(), ImageOwnerEnum owner=COPY) const |
|
std::shared_ptr< Image > | computeKernelImage (lsst::geom::Point2D position=makeNullPoint(), image::Color color=image::Color(), ImageOwnerEnum owner=COPY) const |
|
double | computePeak (lsst::geom::Point2D position=makeNullPoint(), image::Color color=image::Color()) const |
|
double | computeApertureFlux (double radius, lsst::geom::Point2D position=makeNullPoint(), image::Color color=image::Color()) const |
|
geom::ellipses::Quadrupole | computeShape (lsst::geom::Point2D position=makeNullPoint(), image::Color color=image::Color()) const |
|
std::shared_ptr< math::Kernel const > | getLocalKernel (lsst::geom::Point2D position=makeNullPoint(), image::Color color=image::Color()) const |
|
image::Color | getAverageColor () const |
|
lsst::geom::Box2I | computeBBox (lsst::geom::Point2D position=makeNullPoint(), image::Color color=image::Color()) const |
|
std::size_t | getCacheCapacity () const |
|
void | setCacheCapacity (std::size_t capacity) |
|
virtual std::string | toString () const |
|
virtual std::size_t | hash_value () const |
|
virtual bool | equals (Storable const &other) const noexcept |
|
virtual bool | equals (Storable const &other) const noexcept |
|
void | writeFits (std::string const &fileName, std::string const &mode="w") const |
|
void | writeFits (fits::MemFileManager &manager, std::string const &mode="w") const |
|
void | writeFits (fits::Fits &fitsfile) const |
|
std::ostream & | operator<< (std::ostream &os, Storable const &storable) |
|
std::ostream & | operator<< (std::ostream &os, Storable const &storable) |
|
std::string | repr () const |
|
void | markPersistent (void) |
|
memId | getId () const |
|
|
static std::shared_ptr< SingleGaussianPsf > | readFits (fits::Fits &fitsfile) |
|
static std::shared_ptr< SingleGaussianPsf > | readFits (std::string const &fileName, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< SingleGaussianPsf > | readFits (fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< SingleGaussianPsf > | dynamicCast (std::shared_ptr< Persistable > const &ptr) |
|
static std::shared_ptr< KernelPsf > | readFits (fits::Fits &fitsfile) |
|
static std::shared_ptr< KernelPsf > | readFits (std::string const &fileName, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< KernelPsf > | readFits (fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< ImagePsf > | readFits (fits::Fits &fitsfile) |
|
static std::shared_ptr< ImagePsf > | readFits (std::string const &fileName, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< ImagePsf > | readFits (fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< Psf > | readFits (fits::Fits &fitsfile) |
|
static std::shared_ptr< Psf > | readFits (std::string const &fileName, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< Psf > | readFits (fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< Psf > | readFits (fits::Fits &fitsfile) |
|
static std::shared_ptr< Psf > | readFits (fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) |
|
static std::shared_ptr< KernelPsf > | dynamicCast (std::shared_ptr< Persistable > const &ptr) |
|
static std::shared_ptr< ImagePsf > | dynamicCast (std::shared_ptr< Persistable > const &ptr) |
|
static std::shared_ptr< Psf > | dynamicCast (std::shared_ptr< Persistable > const &ptr) |
|
static std::shared_ptr< Image > | recenterKernelImage (std::shared_ptr< Image > im, lsst::geom::Point2D const &position, std::string const &warpAlgorithm="lanczos5", unsigned int warpBuffer=5) |
|
static bool | hasBeenCorrupted () |
|
static memId | getNextMemId () |
|
static int | init () |
|
static int | census (int, memId startingMemId=0) |
|
static void | census (std::ostream &stream, memId startingMemId=0) |
|
static const std::vector< const Citizen *> * | census () |
|
static int | census (int, memId startingMemId=0) |
|
static void | census (std::ostream &stream, memId startingMemId=0) |
|
static const std::vector< const Citizen *> * | census () |
|
static memId | setNewCallbackId (memId id) |
|
static memId | setNewCallbackId (memId id) |
|
static memId | setDeleteCallbackId (memId id) |
|
static memId | setDeleteCallbackId (memId id) |
|
static memNewCallback | setNewCallback (memNewCallback func) |
|
static memCallback | setDeleteCallback (memCallback func) |
|
static memCallback | setCorruptionCallback (memCallback func) |
|
Represent a PSF as a circularly symmetrical Gaussian.
Definition at line 37 of file SingleGaussianPsf.h.