siderust-cpp 0.8.0
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).
 
const Geodeticsiderust::ROQUE_DE_LOS_MUCHACHOS ()
 Roque de los Muchachos Observatory (La Palma, Spain).
 
const Geodeticsiderust::EL_PARANAL ()
 El Paranal Observatory (Chile).
 
const Geodeticsiderust::MAUNA_KEA ()
 Mauna Kea Observatory (Hawaii, USA).
 
const Geodeticsiderust::LA_SILLA_OBSERVATORY ()
 La Silla Observatory (Chile).
 
Geodetic siderust::roque_de_los_muchachos ()
 
Geodetic siderust::el_paranal ()
 
Geodetic siderust::mauna_kea ()
 
Geodetic siderust::la_silla ()
 

Detailed Description

Named observatory locations.

Definition in file observatories.hpp.