  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    1 #ifndef VimsGroundMap_h 
    2 #define VimsGroundMap_h 
   12 #include "CameraGroundMap.h" 
  121       double p_minX,p_maxX;
 
  122       double p_minY,p_maxY;
 
  123       double p_minZ,p_maxZ;
 
  125       QVector3D p_xyzMap[64][64];
 
 
 
double p_uy
Distorted focal plane y, in millimeters.
 
double p_irExp
IR exposure duration, divided by 1000.
 
VimsGroundMap(Camera *parent, Pvl &lab)
Constructs the VimsGroundMap object.
 
virtual bool SetGround(const Latitude &lat, const Longitude &lon)
Compute undistorted focal plane coordinate from ground position.
 
This class is designed to encapsulate the concept of a Latitude.
 
int p_camLineOffset
Line offset.
 
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ground position from focal plane coordinate.
 
SpiceDouble p_etStart
Start ephemeris time.
 
int p_swathLength
SwathLength keyword value from the instrument group of the labels.
 
double p_yPixSize
Y pixel size.
 
Container for cube-like labels.
 
void Init(Pvl &lab)
Initialize vims camera model.
 
virtual ~VimsGroundMap()
Destroys the VimsGroundMap object.
 
This class is designed to encapsulate the concept of a Longitude.
 
Convert between undistorted focal plane and ground coordinates.
 
double p_visExp
VIS exposure duration, divided by 1000.
 
int p_swathWidth
SwathWidth keyword value from the instrument group of the labels.
 
double p_interlineDelay
InterlineDelayDuration keyword value from the instrument group of the labels, divided by 1000.
 
double p_xPixSize
X pixel size.
 
double p_uz
Distorted focal plane z, in millimeters.
 
void LookDirection(double v[3])
Determines the look direction in the camera coordinate system.
 
double p_xBore
X boresight.
 
QString p_channel
Channel keyword value from the instrument group of the labels.
 
double p_yBore
Y boresight.
 
Convert between undistorted focal plane and ground coordinates.
 
double p_ux
Distorted focal plane x, in millimeters.
 
int p_camSampOffset
Sample offset.
 
This class defines a body-fixed surface point.
 
This is free and unencumbered software released into the public domain.