lsst.jointcal
14.0-19-g0e46020+13
|
#include <algorithm>
#include "Eigen/Core"
#include "lsst/jointcal/SipToGtransfo.h"
#include "lsst/afw/image/ImageUtils.h"
#include "lsst/jointcal/Point.h"
#include "lsst/jointcal/Frame.h"
#include "lsst/daf/base/PropertySet.h"
Go to the source code of this file.
Namespaces | |
lsst | |
Class for a simple mapping implementing a generic Gtransfo. | |
lsst::jointcal | |
Typedefs | |
typedef std::shared_ptr< jointcal::GtransfoPoly > | lsst::jointcal::GtPoly_Ptr |
Functions | |
TanSipPix2RaDec | lsst::jointcal::convertTanWcs (const std::shared_ptr< lsst::afw::image::TanWcs > wcs) |
Transform an afw TanWcs into a Gtransfo. More... | |
boost::shared_ptr< lsst::afw::image::TanWcs > | lsst::jointcal::gtransfoToTanWcs (const lsst::jointcal::TanSipPix2RaDec wcsTransfo, const lsst::jointcal::Frame &ccdFrame, const bool noLowOrderSipTerms=false) |
Transform the other way around. More... | |