Isis Developer Reference
RadarGroundRangeMap.h
Go to the documentation of this file.
1#ifndef RadarGroundRangeMap_h
2#define RadarGroundRangeMap_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "Camera.h"
11#include "CameraFocalPlaneMap.h"
12
13namespace Isis {
14
15#ifndef RADAR_LOOK_DIR
16 namespace Radar {
18 }
19#define RADAR_LOOK_DIR
20#endif
21
39 public:
40 RadarGroundRangeMap(Camera *parent, const int naifIkCode);
41
42 static void setTransform(int naifIkCode, double groundRangeResolution,
43 int samples, Radar::LookDirection ldir);
44 };
45};
46#endif
Convert between distorted focal plane and detector coordinates.
Definition CameraFocalPlaneMap.h:85
Definition Camera.h:236
Construct a mapping between image sample and Radar ground range.
Definition RadarGroundRangeMap.h:38
RadarGroundRangeMap(Camera *parent, const int naifIkCode)
Construct mapping between detectors and focal plane x/y.
Definition RadarGroundRangeMap.cpp:16
static void setTransform(int naifIkCode, double groundRangeResolution, int samples, Radar::LookDirection ldir)
Definition RadarGroundRangeMap.cpp:20
LookDirection
Definition RadarGroundMap.h:18
@ Right
Definition RadarGroundMap.h:18
@ Left
Definition RadarGroundMap.h:18
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16