Isis 3 Programmer Reference
|
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 |
double | FocalPlaneY () const |
Protected Attributes | |
Camera * | p_camera |
The main camera to calculate distortions on. More... | |
double | p_focalPlaneX |
Undistorted x value for the focal plane. More... | |
double | p_focalPlaneY |
Undistorted y value for the focal plane. More... | |
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 |
Definition at line 63 of file CameraSkyMap.h.
References Isis::CameraSkyMap::p_focalPlaneX.
Referenced by Isis::Camera::SetRightAscensionDeclination().
|
inlineinherited |
Definition at line 70 of file CameraSkyMap.h.
References Isis::CameraSkyMap::p_focalPlaneY.
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.
|
protectedinherited |
The main camera to calculate distortions on.
Definition at line 72 of file CameraSkyMap.h.
Referenced by Isis::CameraSkyMap::CameraSkyMap(), Isis::VimsSkyMap::Init(), Isis::CameraSkyMap::SetFocalPlane(), Isis::VimsSkyMap::SetFocalPlane(), Isis::CameraSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().
|
protectedinherited |
Undistorted x value for the focal plane.
Definition at line 76 of file CameraSkyMap.h.
Referenced by Isis::CameraSkyMap::FocalPlaneX(), Isis::CameraSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().
|
protectedinherited |
Undistorted y value for the focal plane.
Definition at line 77 of file CameraSkyMap.h.
Referenced by Isis::CameraSkyMap::FocalPlaneY(), Isis::CameraSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().