|
Eigen::Matrix2d | lsst::afw::geom::makeCdMatrix (lsst::geom::Angle const &scale, lsst::geom::Angle const &orientation=0 *lsst::geom::degrees, bool flipX=false) |
| Make a WCS CD matrix. More...
|
|
std::shared_ptr< TransformPoint2ToPoint2 > | lsst::afw::geom::makeWcsPairTransform (SkyWcs const &src, SkyWcs const &dst) |
| A Transform obtained by putting two SkyWcs objects "back to back". More...
|
|
std::shared_ptr< SkyWcs > | lsst::afw::geom::makeFlippedWcs (SkyWcs const &wcs, bool flipLR, bool flipTB, lsst::geom::Point2D const ¢er) |
| Return a copy of a FITS-WCS with pixel positions flipped around a specified center. More...
|
|
std::shared_ptr< SkyWcs > | lsst::afw::geom::makeModifiedWcs (TransformPoint2ToPoint2 const &pixelTransform, SkyWcs const &wcs, bool modifyActualPixels) |
| Create a new SkyWcs whose pixels are transformed by pixelTransform, as described below. More...
|
|
std::shared_ptr< SkyWcs > | lsst::afw::geom::makeSkyWcs (daf::base::PropertySet &metadata, bool strip=false) |
| Construct a SkyWcs from FITS keywords. More...
|
|
std::shared_ptr< SkyWcs > | lsst::afw::geom::makeSkyWcs (lsst::geom::Point2D const &crpix, lsst::geom::SpherePoint const &crval, Eigen::Matrix2d const &cdMatrix, std::string const &projection="TAN") |
| Construct a simple FITS SkyWcs with no distortion. More...
|
|
std::shared_ptr< SkyWcs > | lsst::afw::geom::makeSkyWcs (TransformPoint2ToPoint2 const &pixelsToFieldAngle, lsst::geom::Angle const &orientation, bool flipX, lsst::geom::SpherePoint const &boresight, std::string const &projection="TAN") |
| Construct a FITS SkyWcs from camera geometry. More...
|
|
std::shared_ptr< SkyWcs > | lsst::afw::geom::makeTanSipWcs (lsst::geom::Point2D const &crpix, lsst::geom::SpherePoint const &crval, Eigen::Matrix2d const &cdMatrix, Eigen::MatrixXd const &sipA, Eigen::MatrixXd const &sipB) |
| Construct a TAN-SIP SkyWcs with forward SIP distortion terms and an iterative inverse. More...
|
|
std::shared_ptr< SkyWcs > | lsst::afw::geom::makeTanSipWcs (lsst::geom::Point2D const &crpix, lsst::geom::SpherePoint const &crval, Eigen::Matrix2d const &cdMatrix, Eigen::MatrixXd const &sipA, Eigen::MatrixXd const &sipB, Eigen::MatrixXd const &sipAp, Eigen::MatrixXd const &sipBp) |
| Construct a TAN WCS with forward and inverse SIP distortion terms. More...
|
|
std::shared_ptr< TransformPoint2ToSpherePoint > | lsst::afw::geom::getIntermediateWorldCoordsToSky (SkyWcs const &wcs, bool simplify=true) |
| Return a transform from intermediate world coordinates to sky. More...
|
|
std::shared_ptr< TransformPoint2ToPoint2 > | lsst::afw::geom::getPixelToIntermediateWorldCoords (SkyWcs const &wcs, bool simplify=true) |
| Return a transform from pixel coordinates to intermediate world coordinates. More...
|
|
std::ostream & | lsst::afw::geom::operator<< (std::ostream &os, SkyWcs const &wcs) |
| Print a SkyWcs to an ostream (delegates to SkyWcs.toString()). More...
|
|