|
lsst.meas.astrom g374be3e903+3c89c0e672
|
#include <sstream>#include "lsst/geom/Point.h"#include "lsst/geom/Angle.h"#include "lsst/geom/SpherePoint.h"#include "lsst/geom/AffineTransform.h"#include "lsst/geom/LinearTransform.h"#include "lsst/afw/geom/SkyWcs.h"#include "lsst/afw/geom/transformFactory.h"#include "lsst/meas/astrom/SipTransform.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::meas |
| namespace | lsst::meas::astrom |
Functions | |
| std::shared_ptr< afw::geom::SkyWcs > | lsst::meas::astrom::makeWcs (SipForwardTransform const &sipForward, SipReverseTransform const &sipReverse, geom::SpherePoint const &skyOrigin) |
| Create a new TAN SIP Wcs from a pair of SIP transforms and the sky origin. | |
| std::shared_ptr< afw::geom::SkyWcs > | lsst::meas::astrom::transformWcsPixels (afw::geom::SkyWcs const &wcs, geom::AffineTransform const &s) |
| Create a new SkyWcs whose pixel coordinate system has been transformed via an affine transform. | |
| std::shared_ptr< afw::geom::SkyWcs > | lsst::meas::astrom::rotateWcsPixelsBy90 (afw::geom::SkyWcs const &wcs, int nQuarter, geom::Extent2I const &dimensions) |
| Return a new SkyWcs that represents a rotation of the image it corresponds to about the image's center. | |