An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
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. | |
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
Definition at line 31 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 16 of file RadarSkyMap.cpp.
|
inlinevirtual |
Destructor.
Definition at line 36 of file RadarSkyMap.h.
|
inlineinherited |
Definition at line 47 of file CameraSkyMap.h.
References p_focalPlaneX.
|
inlineinherited |
Definition at line 54 of file CameraSkyMap.h.
References p_focalPlaneY.
|
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 29 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 43 of file RadarSkyMap.cpp.
|
protectedinherited |
The main camera to calculate distortions on.
Definition at line 59 of file CameraSkyMap.h.
Referenced by CameraSkyMap(), Isis::CSMSkyMap::CSMSkyMap(), Isis::VimsSkyMap::Init(), SetFocalPlane(), Isis::VimsSkyMap::SetFocalPlane(), SetSky(), Isis::CSMSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().
|
protectedinherited |
Undistorted x value for the focal plane.
Definition at line 60 of file CameraSkyMap.h.
Referenced by FocalPlaneX(), SetSky(), Isis::CSMSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().
|
protectedinherited |
Undistorted y value for the focal plane.
Definition at line 61 of file CameraSkyMap.h.
Referenced by FocalPlaneY(), SetSky(), Isis::CSMSkyMap::SetSky(), Isis::LineScanCameraSkyMap::SetSky(), and Isis::VimsSkyMap::SetSky().