31 #ifndef LSST_AFW_DETECTION_WARPEDPSF_H 32 #define LSST_AFW_DETECTION_WARPEDPSF_H 34 namespace lsst {
namespace meas {
namespace algorithms {
67 unsigned int cache=10000
105 #endif // LSST_MEAS_ALGORITHMS_WARPEDPSF_H
WarpedPsf(boost::shared_ptr< afw::detection::Psf const > undistortedPsf, boost::shared_ptr< afw::geom::TransformPoint2ToPoint2 const > distortion, boost::shared_ptr< afw::math::WarpingControl const > control)
Construct WarpedPsf from unwarped psf and distortion.
virtual afw::geom::Point2D getAveragePosition() const
Return the average of the positions of the stars that went into this Psf.
virtual boost::shared_ptr< afw::detection::Psf::Image > doComputeKernelImage(afw::geom::Point2D const &position, afw::image::Color const &color) const
virtual boost::shared_ptr< afw::detection::Psf > resized(int width, int height) const
Return a clone with specified kernel dimensions.
virtual boost::shared_ptr< afw::detection::Psf > clone() const
Polymorphic deep copy. Usually unnecessary, as Psfs are immutable.
An intermediate base class for Psfs that use an image representation.
boost::shared_ptr< afw::detection::Psf const > _undistortedPsf
boost::shared_ptr< afw::geom::TransformPoint2ToPoint2 const > _distortion
A Psf class that maps an arbitrary Psf through a coordinate transformation.