|
lsst.jointcal
14.0-28-ge87de3a+2
|
#include <algorithm>#include "Eigen/Core"#include "lsst/jointcal/SipToGtransfo.h"#include "lsst/afw/geom/Angle.h"#include "lsst/afw/geom/SkyWcs.h"#include "lsst/afw/geom/SpherePoint.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 | |
| std::shared_ptr< lsst::afw::geom::SkyWcs > | lsst::jointcal::gtransfoToTanWcs (const lsst::jointcal::TanSipPix2RaDec wcsTransfo, const lsst::jointcal::Frame &ccdFrame, const bool noLowOrderSipTerms=false) |
| Transform the other way around. More... | |
1.8.13