Isis 3 Programmer Reference
RadarSkyMap.cpp
Go to the documentation of this file.
1 
24 #include "RadarSkyMap.h"
25 
26 namespace Isis {
33  }
34 
45  bool RadarSkyMap::SetFocalPlane(const double ux, const double uy,
46  double uz) {
47  return false;
48  }
49 
59  bool RadarSkyMap::SetSky(const double ra, const double dec) {
60  return false;
61  }
62 }
virtual bool SetSky(const double ra, const double dec)
Compute slant range from ra/dec.
Definition: RadarSkyMap.cpp:59
RadarSkyMap(Camera *parent)
Constructor a map between focal plane x/y and right acension/declination.
Definition: RadarSkyMap.cpp:32
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ra/dec from slant range.
Definition: RadarSkyMap.cpp:45
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Convert between undistorted focal plane and ra/dec coordinates.
Definition: CameraSkyMap.h:48