Isis 3 Programmer Reference
ThemisVisDistortionMap.h
Go to the documentation of this file.
1 #ifndef ThemisVisDistortionMap_h
2 #define ThemisVisDistortionMap_h
3 
22 #include "CameraDistortionMap.h"
23 
24 namespace Isis {
48  public:
51 
52  virtual bool SetFocalPlane(const double dx, const double dy);
53  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
54 
55  private:
56  double p_irPixelPitch;
57  double p_visPixelPitch;
58 
63  double p_irBoreLine;
64  };
65 };
66 #endif
double p_visPixelPitch
Pixel Pitch for Themis Vis Camera (in meters per pixel).
Distort/undistort focal plane coordinates.
double p_irBoreLine
The bore line for Themis IR instrument.
Distort/undistort focal plane coordinates.
double p_ir_b5_effectiveDetectorLine
Effective 1-based detector line number used for observing the Band 5, i.e., average of the 16 detecto...
double p_irPixelPitch
Pixel Pitch for Themis Ir Camera (in meters per pixel).
ThemisVisDistortionMap(Camera *parent)
Constructs a Distortion Map for the Themis Vis Camera.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Sets the focal plane value for the distortion map.
virtual bool SetFocalPlane(const double dx, const double dy)
Sets the focal plane value for the distortion map.