CARMA C++
|
While computing pointing corrections, an object of the following type is used to communicate accumulated azimuth and elevation corrections along with their sin() and cos(), between the functions that implement the various correction stages. More...
#include <carma/antenna/sza/antenna/control/PointingCorrections.h>
Public Member Functions | |
PointingCorrections () | |
Constructor. More... | |
Public Attributes | |
double | az |
The apparent azimuth of the source. More... | |
double | cos_az |
cos(az) More... | |
double | cos_el |
cos(el) More... | |
double | cos_lat |
cos(lat) More... | |
double | el |
The apparent elevation of the source. More... | |
double | lat |
The corrected latitude of the source. More... | |
double | pa |
The apparent parallactic angle of the source. More... | |
double | sin_az |
sin(az) More... | |
double | sin_el |
sin(el) More... | |
double | sin_lat |
sin(lat) More... | |
While computing pointing corrections, an object of the following type is used to communicate accumulated azimuth and elevation corrections along with their sin() and cos(), between the functions that implement the various correction stages.
Definition at line 22 of file PointingCorrections.h.
sza::antenna::control::PointingCorrections::PointingCorrections | ( | ) |
Constructor.
double sza::antenna::control::PointingCorrections::az |
The apparent azimuth of the source.
Definition at line 34 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::cos_az |
cos(az)
Definition at line 59 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::cos_el |
cos(el)
Definition at line 69 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::cos_lat |
cos(lat)
Definition at line 79 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::el |
The apparent elevation of the source.
Definition at line 39 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::lat |
The corrected latitude of the source.
Definition at line 49 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::pa |
The apparent parallactic angle of the source.
Definition at line 44 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::sin_az |
sin(az)
Definition at line 54 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::sin_el |
sin(el)
Definition at line 64 of file PointingCorrections.h.
double sza::antenna::control::PointingCorrections::sin_lat |
sin(lat)
Definition at line 74 of file PointingCorrections.h.