1#ifndef RadarSlantRangeMap_h
2#define RadarSlantRangeMap_h
72 std::vector<double> p_time;
73 std::vector<double> p_a0;
74 std::vector<double> p_a1;
75 std::vector<double> p_a2;
76 std::vector<double> p_a3;
80 double p_initialMinGroundRangeGuess;
81 double p_initialMaxGroundRangeGuess;
84 double p_dopplerSigma;
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
A single keyword-value pair.
Definition PvlKeyword.h:87
Convert between radar ground range and slant range.
Definition RadarSlantRangeMap.h:53
void SetCoefficients(PvlKeyword &keyword)
Load the ground range/slant range coefficients from the RangeCoefficientSet keyword.
Definition RadarSlantRangeMap.cpp:256
virtual ~RadarSlantRangeMap()
Destructor.
Definition RadarSlantRangeMap.h:58
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Set the slant range and compute a ground range.
Definition RadarSlantRangeMap.cpp:68
RadarSlantRangeMap(Camera *parent, double groundRangeResolution)
Radar ground to slant range map constructor.
Definition RadarSlantRangeMap.cpp:24
void SetWeightFactors(double range_sigma, double doppler_sigma)
Set the weight factors for slant range and Doppler shift.
Definition RadarSlantRangeMap.cpp:309
virtual bool SetFocalPlane(const double dx, const double dy)
Set the ground range and compute a slant range.
Definition RadarSlantRangeMap.cpp:51
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16