14#include "Directional.h"
24 double get_x ()
const;
27 double get_y ()
const;
Directional()
Default constructor.
Definition Directional.C:17
Meridian mounted antenna, with first rotation in meridianal plane.
Definition Meridian.h:20
Matrix< 3, 3, double > get_basis(const Vector< 3, double > &from_source) const
Get the receptor basis in the reference frame of the observatory.
Definition Meridian.C:31
double get_x() const
Get the x angle in radians.
Definition Meridian.C:11
double get_y() const
Get the y angle in radians.
Definition Meridian.C:18
std::string get_name() const
Get the name of the mount.
Definition Meridian.C:25
double y
The telescope y in radians.
Definition Meridian.h:41
double x
The telescope x in radians.
Definition Meridian.h:38