lsst.afw
20.0.0-7-geef20c811+1caa149b74
|
lsst::geom::Angle getLongitude() const noexcept
get telescope longitude (positive values are E of Greenwich)
void setElevation(double const elevation)
set telescope elevation (meters above reference spheroid)
Observatory(lsst::geom::Angle const longitude, lsst::geom::Angle const latitude, double const elevation)
Construct an Observatory with longitude and latitude specified as lsst::geom::Angle.
std::string toString() const
get string representation
double getElevation() const noexcept
get telescope elevation (meters above reference spheroid)
table::Key< double > elevation
lsst::geom::Angle getLatitude() const noexcept
get telescope latitude
Hold the location of an observatory.
A base class for image defects.
std::ostream & operator<<(std::ostream &os, Observatory const &obs)
Print an Observatory to the stream.
table::Key< lsst::geom::Angle > longitude
table::Key< lsst::geom::Angle > latitude
void setLatitude(lsst::geom::Angle const latitude)
set telescope latitude (positive values are E of Greenwich)
void setLongitude(lsst::geom::Angle const longitude)
set telescope longitude