Struct ProjectionHandler¶
Defined in File ProjectionHandler.h
Inheritance Relationships¶
Derived Types¶
public lsst::jointcal::IdentityProjectionHandler
(Class IdentityProjectionHandler)public lsst::jointcal::OneTPPerVisitHandler
(Class OneTPPerVisitHandler)
Struct Documentation¶
-
struct
ProjectionHandler
This is a virtual class that allows a lot of freedom in the choice of the projection from “Sky” (where coodinates are reported) to tangent plane (where they are compared to transformed measurements)
Subclassed by lsst::jointcal::IdentityProjectionHandler, lsst::jointcal::OneTPPerVisitHandler
Public Functions
-
virtual const std::shared_ptr<const AstrometryTransform>
getSkyToTangentPlane
(const CcdImage &ccdImage) const = 0¶
-
virtual
~ProjectionHandler
()¶
-
virtual const std::shared_ptr<const AstrometryTransform>