Struct ProjectionHandler

Inheritance Relationships

Derived Types

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()