Isis 3 Programmer Reference
Isis::RadarSkyMap Class Reference

Convert between slantrange/groundrange and ra/dec coordinates. More...

#include <RadarSkyMap.h>

Inheritance diagram for Isis::RadarSkyMap:
Inheritance graph
Collaboration diagram for Isis::RadarSkyMap:
Collaboration graph

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

Camerap_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.
 

Detailed Description

Convert between slantrange/groundrange and ra/dec coordinates.

Radar can never paint a star so this routine alway returns false for a sky intersection

See also
Camera
Author
2008-06-17 Jeff Anderson
History
2008-06-17 Jeff Anderson - Original version

Definition at line 31 of file RadarSkyMap.h.

Constructor & Destructor Documentation

◆ RadarSkyMap()

Isis::RadarSkyMap::RadarSkyMap ( Camera * parent)

Constructor a map between focal plane x/y and right acension/declination.

Parameters
parentparent camera which will use this map

Definition at line 16 of file RadarSkyMap.cpp.

◆ ~RadarSkyMap()

virtual Isis::RadarSkyMap::~RadarSkyMap ( )
inlinevirtual

Destructor.

Definition at line 36 of file RadarSkyMap.h.

Member Function Documentation

◆ FocalPlaneX()

double Isis::CameraSkyMap::FocalPlaneX ( ) const
inlineinherited
Returns
The undistorted focal plane x

Definition at line 47 of file CameraSkyMap.h.

References Isis::CameraSkyMap::p_focalPlaneX.

Referenced by Isis::Camera::SetRightAscensionDeclination().

◆ FocalPlaneY()

double Isis::CameraSkyMap::FocalPlaneY ( ) const
inlineinherited
Returns
The undistorted focal plane y

Definition at line 54 of file CameraSkyMap.h.

References Isis::CameraSkyMap::p_focalPlaneY.

Referenced by Isis::Camera::SetRightAscensionDeclination().

◆ SetFocalPlane()

bool Isis::RadarSkyMap::SetFocalPlane ( const double ux,
const double uy,
const double uz )
virtual

Compute ra/dec from slant range.

Radar can't paint a star will always return false

Parameters
uxdistorted focal plane x in millimeters
uydistorted focal plane y in millimeters
uzdistorted focal plane z in millimeters
Returns
conversion was successful

Reimplemented from Isis::CameraSkyMap.

Definition at line 29 of file RadarSkyMap.cpp.

◆ SetSky()

bool Isis::RadarSkyMap::SetSky ( const double ra,
const double dec )
virtual

Compute slant range from ra/dec.

Radar can't paint a star will always return false

Parameters
raThe right ascension angle
decThe declination

Reimplemented from Isis::CameraSkyMap.

Definition at line 43 of file RadarSkyMap.cpp.

Member Data Documentation

◆ p_camera

◆ p_focalPlaneX

double Isis::CameraSkyMap::p_focalPlaneX
protectedinherited

◆ p_focalPlaneY

double Isis::CameraSkyMap::p_focalPlaneY
protectedinherited

The documentation for this class was generated from the following files: