lsst.jointcal  16.0-6-gf89f2d9+1
Public Member Functions | List of all members
lsst::jointcal::IdentityProjectionHandler Class Reference

The simplest implementation of ProjectionHandler. More...

#include <ProjectionHandler.h>

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

Public Member Functions

const std::shared_ptr< const GtransfogetSky2TP (const CcdImage &ccdImage) const
 

Detailed Description

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 transfo rms between images.

Definition at line 31 of file ProjectionHandler.h.

Member Function Documentation

◆ getSky2TP()

const std::shared_ptr<const Gtransfo> lsst::jointcal::IdentityProjectionHandler::getSky2TP ( const CcdImage ccdImage) const
inlinevirtual

Implements lsst::jointcal::ProjectionHandler.

Definition at line 35 of file ProjectionHandler.h.


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