|
Isis Developer Reference
|
Go to the documentation of this file. 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;
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions.
Definition: Spice.cpp:884
double p_focalPlaneX
Distorted focal plane x.
Definition: CameraDistortionMap.h:65
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Set the slant range and compute a ground range.
Definition: RadarSlantRangeMap.cpp:68
A single keyword-value pair.
Definition: PvlKeyword.h:82
virtual ~RadarSlantRangeMap()
Destructor.
Definition: RadarSlantRangeMap.h:58
void SetWeightFactors(double range_sigma, double doppler_sigma)
Set the weight factors for slant range and Doppler shift.
Definition: RadarSlantRangeMap.cpp:309
double p_undistortedFocalPlaneY
Undistorted focal plane y.
Definition: CameraDistortionMap.h:68
virtual bool SetFocalPlane(const double dx, const double dy)
Set the ground range and compute a slant range.
Definition: RadarSlantRangeMap.cpp:51
void SetCoefficients(PvlKeyword &keyword)
Load the ground range/slant range coefficients from the RangeCoefficientSet keyword.
Definition: RadarSlantRangeMap.cpp:256
RadarSlantRangeMap(Camera *parent, double groundRangeResolution)
Radar ground to slant range map constructor.
Definition: RadarSlantRangeMap.cpp:24
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Definition: CameraDistortionMap.h:67
Convert between radar ground range and slant range.
Definition: RadarSlantRangeMap.h:53
void SetFocalLength(double v)
Sets the focal length.
Definition: Camera.cpp:3014
double Et() const
Returns the ephemeris time (TDB) representation of the time as a double.
Definition: iTime.h:126
int Size() const
Number of arrays in the sequence.
Definition: PvlSequence.h:70
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
double toDouble(const QString &string)
Global function to convert from a string to a double.
Definition: IString.cpp:149
Namespace for the standard library.
Parse and return elements of a Pvl sequence.
Definition: PvlSequence.h:46
double p_focalPlaneY
Distorted focal plane y.
Definition: CameraDistortionMap.h:66
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16