1 #ifndef CARMA_SERVICES_UVTRACK_H
2 #define CARMA_SERVICES_UVTRACK_H
6 #include "carma/services/Interpolator.h"
23 UvTrack( const ::std::string & arrayConfig,
24 const Frequency & freq );
34 double optimalLength(
const DecAngle & dec );
35 double policyLength(
const DecAngle & dec );
36 double policyLength(
const double decDegrees );
37 double optimalLength(
const double decDegrees );
42 double maxLength(
void )
const {
43 return MAX_ALLOWABLE_LENGTH_HRS;
50 ::std::string arrayConfig_;
51 services::Frequency freq_;;
52 services::Interpolator * interp_;
54 static const double MAX_ALLOWABLE_LENGTH_HRS;
55 static const double HIGH_FREQ_CUTOFF_GHZ;
63 #endif //CARMA_SERVICES_UVTRACK_H
carma/services/Frequency.h Representation of Frequency.