Loading [MathJax]/jax/output/NativeMML/config.js
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

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:29:44