|
Isis 3 Programmer Reference
|
12 #include "CameraSkyMap.h"
56 virtual bool SetSky(
const double ra,
const double dec);
double p_maxDec
Maximum declination.
double p_uz
Distorted focal plane z, in millimeters.
SpiceDouble p_etStart
Start ephemeris time.
VimsSkyMap(Camera *parent, Pvl &lab)
Constructs the VimsSkyMap object.
double p_uy
Distorted focal plane y, in millimeters.
double p_interlineDelay
InterlineDelayDuration keyword value from the instrument group of the labels, divided by 1000.
double p_decMap[64][64]
Declination map.
double p_minRa
Minimum right ascension.
virtual bool SetSky(const double ra, const double dec)
Sets the sky position to the given ra and dec.
Container for cube-like labels.
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ground position from focal plane coordinate.
double p_yPixSize
Y pixel size.
double p_xBore
X boresight.
double p_yBore
Y boresight.
int p_swathLength
SwathLength keyword value from the instrument group of the labels.
double p_visExp
VIS exposure duration, divided by 1000.
double p_ux
Distorted focal plane x, in millimeters.
Convert between undistorted focal plane and ground coordinates.
int p_swathWidth
SwathWidth keyword value from the instrument group of the labels.
double p_maxRa
Maximum right ascension.
int p_camSampOffset
Sample offset.
double p_raMap[64][64]
Right ascension map.
void Init(Pvl &lab)
Initialize vims sky model.
Convert between undistorted focal plane and ra/dec coordinates.
double p_xPixSize
X pixel size.
double p_minDec
Minimum declination.
double p_irExp
IR exposure duration, divided by 1000.
QString p_channel
Channel keyword value from the instrument group of the labels.
int p_camLineOffset
Line offset.
void LookDirection(double v[3])
Determines the look direction in the camera coordinate system.
This is free and unencumbered software released into the public domain.
virtual ~VimsSkyMap()
Destroys the VimsSkyMap object.