lsst.jointcal
16.0-3-g21cc1d5+3
|
A projection handler in which all CCDs from the same visit have the same tangent point. More...
#include <ProjectionHandler.h>
Public Member Functions | |
OneTPPerVisitHandler (const CcdImageList &ccdImageList) | |
const std::shared_ptr< const Gtransfo > | getSky2TP (const CcdImage &ccdImage) const |
A projection handler in which all CCDs from the same visit have the same tangent point.
We arbitrarily chose that all chips from a same visit have the same tangent point.
Definition at line 45 of file ProjectionHandler.h.
lsst::jointcal::OneTPPerVisitHandler::OneTPPerVisitHandler | ( | const CcdImageList & | ccdImageList | ) |
Definition at line 12 of file Projectionhandler.cc.
|
virtual |
Implements lsst::jointcal::ProjectionHandler.
Definition at line 19 of file Projectionhandler.cc.