|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
Functions to handle coordinates. More...
#include <iostream>#include <limits>#include <map>#include "boost/shared_ptr.hpp"#include "lsst/afw/geom/Point.h"#include "lsst/afw/geom/Angle.h"#include "lsst/afw/coord/Utils.h"#include "lsst/afw/coord/Observatory.h"#include "lsst/daf/base.h"Go to the source code of this file.
Classes | |
| class | lsst::afw::coord::Coord |
| class | lsst::afw::coord::IcrsCoord |
| A class to handle Icrs coordinates (inherits from Coord) More... | |
| class | lsst::afw::coord::Fk5Coord |
| A class to handle Fk5 coordinates (inherits from Coord) More... | |
| class | lsst::afw::coord::GalacticCoord |
| A class to handle Galactic coordinates (inherits from Coord) More... | |
| class | lsst::afw::coord::EclipticCoord |
| A class to handle Ecliptic coordinates (inherits from Coord) More... | |
| class | lsst::afw::coord::TopocentricCoord |
| A class to handle topocentric (AltAz) coordinates (inherits from Coord) More... | |
Namespaces | |
| lsst | |
| Estimate image backgrounds. | |
| lsst::afw | |
| lsst::afw::coord | |
Enumerations | |
| enum | lsst::afw::coord::CoordSystem { lsst::afw::coord::FK5, lsst::afw::coord::ICRS, lsst::afw::coord::GALACTIC, lsst::afw::coord::ECLIPTIC, lsst::afw::coord::TOPOCENTRIC } |
Functions | |
| CoordSystem | lsst::afw::coord::makeCoordEnum (std::string const system) |
| A utility function to get the enum value of a coordinate system from a string name. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system, lsst::afw::geom::Angle const ra, lsst::afw::geom::Angle const dec, double const epoch) |
| Factory function to create a Coord of arbitrary type with decimal RA,Dec. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system, std::string const ra, std::string const dec, double const epoch) |
| Factory function to create a Coord of arbitrary type with string RA [in degrees, not hours!], Dec. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system, lsst::afw::geom::Point2D const &p2d, lsst::afw::geom::AngleUnit unit, double const epoch) |
| Factory function to create a Coord of arbitrary type with Point2D. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system, lsst::afw::geom::Point3D const &p3d, double const epoch, bool normalize=true, lsst::afw::geom::Angle const defaultLongitude=lsst::afw::geom::Angle(0.)) |
| Factory function to create a Coord of arbitrary type with a Point3D. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system) |
| Lightweight factory to make an empty coord. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system, lsst::afw::geom::Angle const ra, lsst::afw::geom::Angle const dec) |
| Factory function to create a Coord of arbitrary type with decimal RA,Dec in degrees. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system, std::string const ra, std::string const dec) |
| Factory function to create a Coord of arbitrary type with string RA [in degrees, not hours!], Dec. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system, lsst::afw::geom::Point2D const &p2d, lsst::afw::geom::AngleUnit unit) |
| Factory function to create a Coord of arbitrary type with Point2D. More... | |
| Coord::Ptr | lsst::afw::coord::makeCoord (CoordSystem const system, lsst::afw::geom::Point3D const &p3d, bool normalize=true, lsst::afw::geom::Angle const defaultLongitude=lsst::afw::geom::Angle(0.)) |
| Factory function to create a Coord of arbitrary type with a Point3D. More... | |
| lsst::afw::geom::Angle | lsst::afw::coord::eclipticPoleInclination (double const epoch) |
| get the inclination of the ecliptic pole (obliquity) at epoch More... | |
| lsst::afw::geom::Angle | lsst::afw::coord::dmsStringToAngle (std::string const dms) |
| Convert a dd:mm:ss string to Angle. More... | |
| lsst::afw::geom::Angle | lsst::afw::coord::hmsStringToAngle (std::string const hms) |
| Convert a hh:mm:ss string to Angle. More... | |
| std::string | lsst::afw::coord::angleToDmsString (lsst::afw::geom::Angle const deg) |
| a Function to convert a coordinate in decimal degrees to a string with form dd:mm:ss More... | |
| std::string | lsst::afw::coord::angleToHmsString (lsst::afw::geom::Angle const deg) |
| a function to convert decimal degrees to a string with form hh:mm:ss.s More... | |
| std::ostream & | lsst::afw::coord::operator<< (std::ostream &os, Coord const &coord) |
1.8.5