2 #ifndef LSST_JOINTCAL_SIP_TO_GTRANSFO_H
3 #define LSST_JOINTCAL_SIP_TO_GTRANSFO_H
5 #include "lsst/afw/image/TanWcs.h"
8 namespace jointcal = lsst::jointcal;
16 TanSipPix2RaDec
convertTanWcs(
const std::shared_ptr<lsst::afw::image::TanWcs> wcs);
19 PTR(lsst::afw::image::TanWcs)
20 gtransfoToTanWcs(const lsst::jointcal::TanSipPix2RaDec wcsTransfo, const lsst::jointcal::Frame &ccdFrame,
21 const
bool noLowOrderSipTerms = false);
25 #endif // LSST_JOINTCAL_SIP_TO_GTRANSFO_H
boost::shared_ptr< lsst::afw::image::TanWcs > gtransfoToTanWcs(const lsst::jointcal::TanSipPix2RaDec wcsTransfo, const lsst::jointcal::Frame &ccdFrame, const bool noLowOrderSipTerms=false)
Transform the other way around.
TanSipPix2RaDec convertTanWcs(const std::shared_ptr< lsst::afw::image::TanWcs > wcs)
Transform an afw TanWcs into a Gtransfo.