2 #ifndef LSST_JOINTCAL_PROJECTION_HANDLER_H 3 #define LSST_JOINTCAL_PROJECTION_HANDLER_H 46 typedef std::map<const unsigned, std::shared_ptr<const Gtransfo>> TransfoMap;
57 #endif // LSST_JOINTCAL_PROJECTION_HANDLER_H virtual const Gtransfo * getSky2TP(const CcdImage &ccdImage) const =0
A projection handler in which all CCDs from the same visit have the same tangent point.
Class for a simple mapping implementing a generic Gtransfo.
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.
const Gtransfo * getSky2TP(const CcdImage &ccdImage) const
A do-nothing transformation. It anyway has dummy routines to mimick a Gtransfo.
virtual ~ProjectionHandler()
a virtual (interface) class for geometric transformations.
std::list< std::shared_ptr< CcdImage > > CcdImageList
Handler of an actual image from a single CCD.