Isis 3 Developer 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 {
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
Definition: RadarGroundMap.h:35
Definition: Camera.h:249
static void setTransform(int naifIkCode, double groundRangeResolution, int samples, Radar::LookDirection ldir)
Definition: RadarGroundRangeMap.cpp:36
Convert between distorted focal plane and detector coordinates.
Definition: CameraFocalPlaneMap.h:101
Construct a mapping between image sample and Radar ground range.
Definition: RadarGroundRangeMap.h:54
LookDirection
Definition: RadarGroundMap.h:35
RadarGroundRangeMap(Camera *parent, const int naifIkCode)
Construct mapping between detectors and focal plane x/y.
Definition: RadarGroundRangeMap.cpp:32
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Definition: RadarGroundMap.h:35