CARMA C++
PointingCorrections.h
Go to the documentation of this file.
1 #ifndef POINTINGCORRECTIONS_H
2 #define POINTINGCORRECTIONS_H
3 
11 namespace sza {
12  namespace antenna {
13  namespace control {
14 
23 
24  public:
25 
30 
34  double az;
35 
39  double el;
40 
44  double pa;
45 
49  double lat;
50 
54  double sin_az;
55 
59  double cos_az;
60 
64  double sin_el;
65 
69  double cos_el;
70 
74  double sin_lat;
75 
79  double cos_lat;
80 
81  }; // End class PointingCorrections
82 
83  }; // End namespace control
84  }; // End namespace antenna
85 }; // End namespace sza
86 
87 #endif // End #ifndef
While computing pointing corrections, an object of the following type is used to communicate accumula...
double az
The apparent azimuth of the source.
double lat
The corrected latitude of the source.
double pa
The apparent parallactic angle of the source.
double el
The apparent elevation of the source.