Class IdentityProjectionHandler¶
Defined in File ProjectionHandler.h
Inheritance Relationships¶
Base Type¶
public lsst::jointcal::ProjectionHandler
(Struct ProjectionHandler)
Class Documentation¶
-
class
IdentityProjectionHandler
: public lsst::jointcal::ProjectionHandler¶ The simplest implementation of ProjectionHandler. Means that coordinates of objects are expressed in the same space as the arrival mapping space. This is useful for fitting transform rms between images.
Public Functions
-
const std::shared_ptr<const AstrometryTransform>
getSkyToTangentPlane
(const CcdImage &ccdImage) const¶
-
const std::shared_ptr<const AstrometryTransform>