Ask a Question | Search PSRCHIVE: |
Home
|
Telescope.h void set_coordinates() Set the coordinates using the telescope name. Definition: Telescope.h:118 std::string get_name() const Get the name of the observatory and/or primary reflector. Definition: Telescope.h:96 @ Equatorial Equatorial (right ascension, declination) Definition: Telescope.h:60 void set_primary(Reflector _primary) Set the type of primary reflector. Definition: Telescope.h:128 @ Meridian Meridian (aka X-Y, meridianal longitude and latitude) Definition: Telescope.h:64 void set_mount(Mount _mount) Set the type of primary reflector mount. Definition: Telescope.h:123 Angle get_longitude() const Get the longitude of the antenna. Definition: Telescope.h:106 Mount get_mount() const Get the type of primary reflector mount. Definition: Telescope.h:121 std::string name Name of the observatory and/or primary reflector. Definition: Telescope.h:141 void set_longitude(const Angle &_longitude) Set the longitude of the antenna. Definition: Telescope.h:108 static const Site * location(const std::string &antenna) Type * release() float get_elevation() const Get the elevation of the antenna in metres. Definition: Telescope.h:111 Directional * get_Directional() const Get a Directional object set up for this telescope. Definition: Telescope.C:75 Contains information about the telescope used for the observation. Definition: Telescope.h:26 float elevation Elevation of the antenna in metres. Definition: Telescope.h:150 Angle get_latitude() const Get the latitude of the antenna. Definition: Telescope.h:101 Definition: ArchiveExtension.h:28 void set_focus(Focus _focus) Set the type of focus. Definition: Telescope.h:133 void set_name(const std::string &_name) Set the name of the observatory and/or primary reflector. Definition: Telescope.h:98 Focus get_focus() const Get the type of focus. Definition: Telescope.h:131 const Telescope & operator=(const Telescope &extension) Operator =. Definition: Telescope.C:38 void set_elevation(float _elevation) Set the elevation of the antenna in metres. Definition: Telescope.h:113 Reflector get_primary() const Get the type of primary reflector. Definition: Telescope.h:126 void set_latitude(const Angle &_latitude) Set the latitude of the antenna. Definition: Telescope.h:103 Generated using doxygen 1.8.17
|