25 #ifndef LSST_JOINTCAL_PROJECTION_HANDLER_H 26 #define LSST_JOINTCAL_PROJECTION_HANDLER_H 83 #endif // LSST_JOINTCAL_PROJECTION_HANDLER_H
const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const
A projection handler in which all CCDs from the same visit have the same tangent point.
A base class for image defects.
This is a virtual class that allows a lot of freedom in the choice of the projection from "Sky" (wher...
The simplest implementation of ProjectionHandler.
virtual const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const =0
virtual ~ProjectionHandler()
Handler of an actual image from a single CCD.