lsst.jointcal  16.0-2-g90dae03
Public Member Functions | List of all members
lsst::jointcal::ProjectionHandler Struct Referenceabstract

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>

Inheritance diagram for lsst::jointcal::ProjectionHandler:
lsst::jointcal::IdentityProjectionHandler lsst::jointcal::OneTPPerVisitHandler

Public Member Functions

virtual const std::shared_ptr< const GtransfogetSky2TP (const CcdImage &ccdImage) const =0
 
virtual ~ProjectionHandler ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~ProjectionHandler()

virtual lsst::jointcal::ProjectionHandler::~ProjectionHandler ( )
inlinevirtual

Definition at line 23 of file ProjectionHandler.h.

Member Function Documentation

◆ getSky2TP()

virtual const std::shared_ptr<const Gtransfo> lsst::jointcal::ProjectionHandler::getSky2TP ( const CcdImage ccdImage) const
pure virtual

The documentation for this struct was generated from the following file: