LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
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;
95 #endif // LSST_JOINTCAL_PROJECTION_HANDLER_H
void print(std::ostream &out) const override
Print a string representation of the contents of this mapping, for debugging.
A projection handler in which all CCDs from the same visit have the same tangent point.
std::ostream & operator<<(std::ostream &stream, AstrometryMapping const &mapping)
Handler of an actual image from a single CCD.
const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const override
virtual void print(std::ostream &out) const =0
Print a string representation of the contents of this mapping, for debugging.
void print(std::ostream &out) const override
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
A base class for image defects.
virtual ~ProjectionHandler()
OneTPPerVisitHandler(const CcdImageList &ccdImageList)
This is a virtual class that allows a lot of freedom in the choice of the projection from "Sky" (wher...
const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const override
The simplest implementation of ProjectionHandler.