23 #ifndef RadarSlantRangeMap_h 24 #define RadarSlantRangeMap_h 88 std::vector<double> p_time;
89 std::vector<double> p_a0;
90 std::vector<double> p_a1;
91 std::vector<double> p_a2;
92 std::vector<double> p_a3;
96 double p_initialMinGroundRangeGuess;
97 double p_initialMaxGroundRangeGuess;
100 double p_dopplerSigma;
void SetWeightFactors(double range_sigma, double doppler_sigma)
Set the weight factors for slant range and Doppler shift.
void ComputeA()
Set new A-coefficients based on the current ephemeris time.
virtual ~RadarSlantRangeMap()
Destructor.
RadarSlantRangeMap(Camera *parent, double groundRangeResolution)
Radar ground to slant range map constructor.
virtual bool SetFocalPlane(const double dx, const double dy)
Set the ground range and compute a slant range.
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Set the slant range and compute a ground range.
A single keyword-value pair.
Distort/undistort focal plane coordinates.
void SetCoefficients(PvlKeyword &keyword)
Load the ground range/slant range coefficients from the RangeCoefficientSet keyword.
Convert between radar ground range and slant range.
Namespace for ISIS/Bullet specific routines.