Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
VimsGroundMap.h
1 #ifndef VimsGroundMap_h
2 #define VimsGroundMap_h
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 #include "CameraGroundMap.h"
13 
14 #include <QVector3D>
15 
16 namespace Isis {
17  class Distance;
18  class Latitude;
19  class Longitude;
20 
77  class VimsGroundMap : public CameraGroundMap {
78  public:
79  VimsGroundMap(Camera *parent, Pvl &lab);
80 
81  virtual ~VimsGroundMap();
82 
83  virtual bool SetFocalPlane(const double ux, const double uy,
84  const double uz);
85 
86  virtual bool SetGround(const Latitude &lat, const Longitude &lon);
87 // bool SetGroundwithLatitudeLongitude(const Latitude &lat, const Longitude &lon);
88 // bool SetGroundwithRadiusLongitude(const double &radius, const Longitude &lon);
89  virtual bool SetGround(const SurfacePoint &surfacePoint);
90 
91  void Init(Pvl &lab);
92 
93  private:
94  void LookDirection(double v[3]);
95 
96  SpiceDouble p_etStart;
97 
101  double p_ux;
102  double p_uy;
103  double p_uz;
104 
105  double p_xPixSize;
106  double p_yPixSize;
107  double p_xBore;
108  double p_yBore;
109 
110  QString p_channel;
112  double p_visExp;
113  double p_irExp;
120 
121  double p_minX,p_maxX;
122  double p_minY,p_maxY;
123  double p_minZ,p_maxZ;
124 
125  QVector3D p_xyzMap[64][64];
126 
127  };
128 };
129 #endif
Isis::VimsGroundMap::p_uy
double p_uy
Distorted focal plane y, in millimeters.
Definition: VimsGroundMap.h:102
Isis::VimsGroundMap::p_irExp
double p_irExp
IR exposure duration, divided by 1000.
Definition: VimsGroundMap.h:113
Isis::VimsGroundMap::VimsGroundMap
VimsGroundMap(Camera *parent, Pvl &lab)
Constructs the VimsGroundMap object.
Definition: VimsGroundMap.cpp:42
Isis::VimsGroundMap::SetGround
virtual bool SetGround(const Latitude &lat, const Longitude &lon)
Compute undistorted focal plane coordinate from ground position.
Definition: VimsGroundMap.cpp:359
Isis::Latitude
This class is designed to encapsulate the concept of a Latitude.
Definition: Latitude.h:51
Isis::VimsGroundMap::p_camLineOffset
int p_camLineOffset
Line offset.
Definition: VimsGroundMap.h:119
Isis::VimsGroundMap::SetFocalPlane
virtual bool SetFocalPlane(const double ux, const double uy, const double uz)
Compute ground position from focal plane coordinate.
Definition: VimsGroundMap.cpp:287
Isis::VimsGroundMap::p_etStart
SpiceDouble p_etStart
Start ephemeris time.
Definition: VimsGroundMap.h:96
Isis::VimsGroundMap::p_swathLength
int p_swathLength
SwathLength keyword value from the instrument group of the labels.
Definition: VimsGroundMap.h:116
Isis::VimsGroundMap::p_yPixSize
double p_yPixSize
Y pixel size.
Definition: VimsGroundMap.h:106
Isis::Pvl
Container for cube-like labels.
Definition: Pvl.h:119
Isis::Camera
Definition: Camera.h:236
Isis::VimsGroundMap::Init
void Init(Pvl &lab)
Initialize vims camera model.
Definition: VimsGroundMap.cpp:116
Isis::VimsGroundMap::~VimsGroundMap
virtual ~VimsGroundMap()
Destroys the VimsGroundMap object.
Definition: VimsGroundMap.cpp:64
Isis::Longitude
This class is designed to encapsulate the concept of a Longitude.
Definition: Longitude.h:40
Isis::CameraGroundMap
Convert between undistorted focal plane and ground coordinates.
Definition: CameraGroundMap.h:73
Isis::VimsGroundMap::p_visExp
double p_visExp
VIS exposure duration, divided by 1000.
Definition: VimsGroundMap.h:112
Isis::VimsGroundMap::p_swathWidth
int p_swathWidth
SwathWidth keyword value from the instrument group of the labels.
Definition: VimsGroundMap.h:114
Isis::VimsGroundMap::p_interlineDelay
double p_interlineDelay
InterlineDelayDuration keyword value from the instrument group of the labels, divided by 1000.
Definition: VimsGroundMap.h:98
Isis::VimsGroundMap::p_xPixSize
double p_xPixSize
X pixel size.
Definition: VimsGroundMap.h:105
Isis::VimsGroundMap::p_uz
double p_uz
Distorted focal plane z, in millimeters.
Definition: VimsGroundMap.h:103
Isis::VimsGroundMap::LookDirection
void LookDirection(double v[3])
Determines the look direction in the camera coordinate system.
Definition: VimsGroundMap.cpp:511
Isis::VimsGroundMap::p_xBore
double p_xBore
X boresight.
Definition: VimsGroundMap.h:107
Isis::VimsGroundMap::p_channel
QString p_channel
Channel keyword value from the instrument group of the labels.
Definition: VimsGroundMap.h:110
Isis::VimsGroundMap::p_yBore
double p_yBore
Y boresight.
Definition: VimsGroundMap.h:108
Isis::VimsGroundMap
Convert between undistorted focal plane and ground coordinates.
Definition: VimsGroundMap.h:77
Isis::VimsGroundMap::p_ux
double p_ux
Distorted focal plane x, in millimeters.
Definition: VimsGroundMap.h:101
Isis::VimsGroundMap::p_camSampOffset
int p_camSampOffset
Sample offset.
Definition: VimsGroundMap.h:118
Isis::SurfacePoint
This class defines a body-fixed surface point.
Definition: SurfacePoint.h:132
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:17:27