siderust-cpp
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
observatories.hpp File Reference

Named observatory locations. More...

#include "coordinates.hpp"
#include "ffi_core.hpp"
Include dependency graph for observatories.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  siderust
 
namespace  siderust::detail
 

Functions

Geodetic siderust::detail::make_roque_de_los_muchachos ()
 
Geodetic siderust::detail::make_el_paranal ()
 
Geodetic siderust::detail::make_mauna_kea ()
 
Geodetic siderust::detail::make_la_silla ()
 
Geodetic siderust::geodetic (double lon_deg, double lat_deg, double height_m=0.0)
 Create a custom geodetic position (WGS84).
 
Geodetic siderust::roque_de_los_muchachos ()
 
Geodetic siderust::el_paranal ()
 
Geodetic siderust::mauna_kea ()
 
Geodetic siderust::la_silla ()
 

Variables

const Geodetic siderust::ROQUE_DE_LOS_MUCHACHOS = detail::make_roque_de_los_muchachos()
 Roque de los Muchachos Observatory (La Palma, Spain).
 
const Geodetic siderust::EL_PARANAL = detail::make_el_paranal()
 El Paranal Observatory (Chile).
 
const Geodetic siderust::MAUNA_KEA = detail::make_mauna_kea()
 Mauna Kea Observatory (Hawaii, USA).
 
const Geodetic siderust::LA_SILLA_OBSERVATORY = detail::make_la_silla()
 La Silla Observatory (Chile).
 

Detailed Description

Named observatory locations.

Definition in file observatories.hpp.