Isis 3.0
Home
Isis::RadarSkyMap Class Reference

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

#include <RadarSkyMap.h>

Inherits Isis::CameraSkyMap.

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

Camerap_camera
 
double p_focalPlaneX
 
double p_focalPlaneY
 

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

Constructor & Destructor Documentation

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
virtual Isis::RadarSkyMap::~RadarSkyMap ( )
inlinevirtual

Destructor.

Member Function Documentation

double Isis::CameraSkyMap::FocalPlaneX ( ) const
inlineinherited

Return undistorted focal plane x.

References Isis::CameraSkyMap::p_focalPlaneX.

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

double Isis::CameraSkyMap::FocalPlaneY ( ) const
inlineinherited

Return undistorted focal plane y.

References Isis::CameraSkyMap::p_focalPlaneY.

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

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.

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.

Member Data Documentation

double Isis::CameraSkyMap::p_focalPlaneX
protectedinherited
double Isis::CameraSkyMap::p_focalPlaneY
protectedinherited

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