15 #include "carma/szaarrayutils/szaconst.h"
73 inline void setA(
double a) {
87 inline void setB(
double b) {
107 void pack(
signed* s_elements);
132 #endif // End #ifndef
double getA()
Return the A coefficient of the above equation.
double getB()
Return the B coefficient of the above equation.
While computing pointing corrections, an object of the following type is used to communicate accumula...
bool isUsable()
Method to query if this refraction correction is usable.
double apply(PointingCorrections *f)
Apply the refraction correction to the pointing corrections.
void setB(double b)
Set the B coefficient of the above equation.
Tagged: Thu Nov 13 16:53:47 UTC 2003.
void reset()
Reset internal data members to something sensible.
Mode
Enumerate valid refraction models.
void pack(signed *s_elements)
Method to pack our refraction coefficients in a format suitable for writing to the register database...
void setA(double a)
Set the A coefficient of the above equation.
Class to encapsulate refraction corrections.
void setUsable(bool usable)
Method to set the usable status of this correction.