Isis 3 Programmer Reference
RadarGroundRangeMap.h
Go to the documentation of this file.
1 
23 #ifndef RadarGroundRangeMap_h
24 #define RadarGroundRangeMap_h
25 
26 #include "Camera.h"
27 #include "CameraFocalPlaneMap.h"
28 
29 namespace Isis {
30 
31 #ifndef RADAR_LOOK_DIR
32  namespace Radar {
33  enum LookDirection { Left, Right };
34  }
35 #define RADAR_LOOK_DIR
36 #endif
37 
55  public:
56  RadarGroundRangeMap(Camera *parent, const int naifIkCode);
57 
58  static void setTransform(int naifIkCode, double groundRangeResolution,
59  int samples, Radar::LookDirection ldir);
60  };
61 };
62 #endif
Convert between distorted focal plane and detector coordinates.
Construct a mapping between image sample and Radar ground range.
RadarGroundRangeMap(Camera *parent, const int naifIkCode)
Construct mapping between detectors and focal plane x/y.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31