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