USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::RadarSkyMap Class Reference

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

#include <RadarSkyMap.h>

Inherits Isis::CameraSkyMap.

List of all members.

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
 Return undistorted focal plane x.
double FocalPlaneY () const
 Return undistorted focal plane y.

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 ( ) [inline, virtual]

Destructor.


Member Function Documentation

double Isis::CameraSkyMap::FocalPlaneX ( ) const [inline, inherited]

Return undistorted focal plane x.

References Isis::CameraSkyMap::p_focalPlaneX.

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

double Isis::CameraSkyMap::FocalPlaneY ( ) const [inline, inherited]

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


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