lsst.jointcal
14.0-18-gbdafc55+4
|
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) More...
#include <ProjectionHandler.h>
Public Member Functions | |
virtual const Gtransfo * | getSky2TP (const CcdImage &ccdImage) const =0 |
virtual | ~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)
Definition at line 20 of file ProjectionHandler.h.
|
inlinevirtual |
Definition at line 23 of file ProjectionHandler.h.
|
pure virtual |
Implemented in lsst::jointcal::OneTPPerVisitHandler, and lsst::jointcal::IdentityProjectionHandler.