|
Isis 3.0 Programmer Reference
| Home |
Convert between slantrange/groundrange and ra/dec coordinates. More...
#include <RadarSkyMap.h>


Public Member Functions | |
| RadarSkyMap (Camera *parent) | |
| Constructor a map between focal plane x/y and right acension/declination. More... | |
| virtual | ~RadarSkyMap () |
| Destructor. More... | |
| virtual bool | SetFocalPlane (const double ux, const double uy, const double uz) |
| Compute ra/dec from slant range. More... | |
| virtual bool | SetSky (const double ra, const double dec) |
| Compute slant range from ra/dec. More... | |
| double | FocalPlaneX () const |
| Return undistorted focal plane x. More... | |
| double | FocalPlaneY () const |
| Return undistorted focal plane y. More... | |
Protected Attributes | |
| Camera * | p_camera |
| double | p_focalPlaneX |
| double | p_focalPlaneY |
Convert between slantrange/groundrange and ra/dec coordinates.
Radar can never paint a star so this routine alway returns false for a sky intersection
Definition at line 48 of file RadarSkyMap.h.
| Isis::RadarSkyMap::RadarSkyMap | ( | Camera * | parent | ) |
Constructor a map between focal plane x/y and right acension/declination.
| parent | parent camera which will use this map |
Definition at line 32 of file RadarSkyMap.cpp.
|
inlinevirtual |
Destructor.
Definition at line 53 of file RadarSkyMap.h.
|
inlineinherited |
Return undistorted focal plane x.
Definition at line 60 of file CameraSkyMap.h.
Referenced by Isis::Camera::SetRightAscensionDeclination().
|
inlineinherited |
Return undistorted focal plane y.
Definition at line 65 of file CameraSkyMap.h.
Referenced by Isis::Camera::SetRightAscensionDeclination().
|
virtual |
Compute ra/dec from slant range.
Radar can't paint a star will always return false
| ux | distorted focal plane x in millimeters |
| uy | distorted focal plane y in millimeters |
| uz | distorted focal plane z in millimeters |
Reimplemented from Isis::CameraSkyMap.
Definition at line 45 of file RadarSkyMap.cpp.
|
virtual |
Compute slant range from ra/dec.
Radar can't paint a star will always return false
| ra | The right ascension angle |
| dec | The declination |
Reimplemented from Isis::CameraSkyMap.
Definition at line 59 of file RadarSkyMap.cpp.