lsst.jointcal
16.0-24-gd8faad8+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 68 of file ProjectionHandler.h.
lsst::jointcal::OneTPPerVisitHandler::OneTPPerVisitHandler | ( | const CcdImageList & | ccdImageList | ) |
Definition at line 36 of file Projectionhandler.cc.
|
virtual |
Implements lsst::jointcal::ProjectionHandler.
Definition at line 43 of file Projectionhandler.cc.