25 #ifndef LSST_JOINTCAL_PROJECTION_HANDLER_H
26 #define LSST_JOINTCAL_PROJECTION_HANDLER_H
66 const CcdImage &ccdImage)
const override {
88 const CcdImage &ccdImage)
const override;
Handler of an actual image from a single CCD.
The simplest implementation of ProjectionHandler.
void print(std::ostream &out) const override
Print a string representation of the contents of this mapping, for debugging.
const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const override
A projection handler in which all CCDs from the same visit have the same tangent point.
const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const override
OneTPPerVisitHandler(const CcdImageList &ccdImageList)
void print(std::ostream &out) const override
Print a string representation of the contents of this mapping, for debugging.
std::ostream & operator<<(std::ostream &stream, AstrometryMapping const &mapping)
Class for a simple mapping implementing a generic AstrometryTransform.
This is a virtual class that allows a lot of freedom in the choice of the projection from "Sky" (wher...
virtual ~ProjectionHandler()
virtual void print(std::ostream &out) const =0
Print a string representation of the contents of this mapping, for debugging.
virtual const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const =0