lsst.meas.astrom  13.0-16-g30f6da5+32
Classes | Namespaces | Functions
SipTransform.h File Reference
#include "lsst/afw/geom/LinearTransform.h"
#include "lsst/afw/geom/AffineTransform.h"
#include "lsst/afw/geom/Box.h"
#include "lsst/afw/geom/Angle.h"
#include "lsst/meas/astrom/PolynomialTransform.h"

Go to the source code of this file.

Classes

class  lsst::meas::astrom::SipTransformBase
 Base class for SIP transform objects. More...
 
class  lsst::meas::astrom::SipForwardTransform
 A transform that maps pixel coordinates to intermediate world coordinates according to the SIP convention. More...
 
class  lsst::meas::astrom::SipReverseTransform
 A transform that maps intermediate world coordinates to pixel coordinates according to the SIP convention. More...
 

Namespaces

 lsst
 
 lsst::afw
 
 lsst::afw::image
 
 lsst::afw::coord
 
 lsst::meas
 
 lsst::meas::astrom
 

Functions

std::shared_ptr< afw::image::TanWcs > lsst::meas::astrom::makeWcs (SipForwardTransform const &sipForward, SipReverseTransform const &sipReverse, afw::coord::Coord const &skyOrigin)
 Create a new TAN SIP Wcs from a pair of SIP transforms and the sky origin. More...
 
std::shared_ptr< afw::image::TanWcs > lsst::meas::astrom::transformWcsPixels (afw::image::TanWcs const &wcs, afw::geom::AffineTransform const &s)
 Create a new TanWcs whose pixel coordinate system has been transformed via an affine transform. More...
 
std::shared_ptr< afw::image::TanWcs > lsst::meas::astrom::rotateWcsPixelsBy90 (afw::image::TanWcs const &wcs, int nQuarter, afw::geom::Extent2I const &dimensions)
 Return a new TanWcs that represents a rotation of the image it corresponds to about the image's center. More...