36 void RadarGroundRangeMap::setTransform(
int naifIkCode,
37 double groundRangeResolution,
38 int samples, Radar::LookDirection ldir) {
40 double transx[3], transy[3];
41 double transs[3], transl[3];
45 transx[0] = -1.0 * groundRangeResolution;
46 transx[1] = groundRangeResolution;
50 transs[1] = 1.0 / groundRangeResolution;
61 std::string icode =
"INS" +
IString(naifIkCode);
62 pdpool_c((icode +
"_TRANSX").c_str(), 3, transx);
63 pdpool_c((icode +
"_TRANSY").c_str(), 3, transy);
64 pdpool_c((icode +
"_ITRANSS").c_str(), 3, transs);
65 pdpool_c((icode +
"_ITRANSL").c_str(), 3, transl);
Convert between distorted focal plane and detector coordinates.
RadarGroundRangeMap(Camera *parent, const int naifIkCode)
Construct mapping between detectors and focal plane x/y.
Adds specific functionality to C++ strings.
Namespace for ISIS/Bullet specific routines.