Isis Developer 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. | |
virtual | ~RadarSkyMap () |
Destructor. | |
virtual bool | SetFocalPlane (const double ux, const double uy, const double uz) |
Compute ra/dec from slant range. | |
virtual bool | SetSky (const double ra, const double dec) |
Compute slant range from ra/dec. | |
double | FocalPlaneX () const |
double | FocalPlaneY () const |
Protected Attributes | |
Camera * | p_camera |
The main camera to calculate distortions on. | |
double | p_focalPlaneX |
Undistorted x value for the focal plane. | |
double | p_focalPlaneY |
Undistorted y value for the focal plane. | |
Convert between slantrange/groundrange and ra/dec coordinates.
Radar can never paint a star so this routine alway returns false for a sky intersection
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 |
|
inlinevirtual |
Destructor.
|
inlineinherited |
References Isis::CameraSkyMap::p_focalPlaneX.
Referenced by Isis::Camera::SetRightAscensionDeclination().
|
inlineinherited |
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.
|
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.
|
protectedinherited |
The main camera to calculate distortions on.
Referenced by Isis::CameraSkyMap::CameraSkyMap(), Isis::CSMSkyMap::CSMSkyMap(), Isis::VimsSkyMap::Init(), Isis::CameraSkyMap::SetFocalPlane(), Isis::VimsSkyMap::SetFocalPlane(), Isis::CameraSkyMap::SetSky(), Isis::CSMSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().
|
protectedinherited |
Undistorted x value for the focal plane.
Referenced by Isis::CameraSkyMap::FocalPlaneX(), Isis::CameraSkyMap::SetSky(), Isis::CSMSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().
|
protectedinherited |
Undistorted y value for the focal plane.
Referenced by Isis::CameraSkyMap::FocalPlaneY(), Isis::CameraSkyMap::SetSky(), Isis::CSMSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().