Isis 3 Developer 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 
59  double p_ir_b5_effectiveDetectorLine;
63  double p_irBoreLine;
64  };
65 };
66 #endif
Distort/undistort focal plane coordinates.
Definition: ThemisVisDistortionMap.h:47
Definition: Camera.h:249
~ThemisVisDistortionMap()
Definition: ThemisVisDistortionMap.cpp:57
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:57
ThemisVisDistortionMap(Camera *parent)
Constructs a Distortion Map for the Themis Vis Camera.
Definition: ThemisVisDistortionMap.cpp:36
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.
Definition: ThemisVisDistortionMap.cpp:115
virtual bool SetFocalPlane(const double dx, const double dy)
Sets the focal plane value for the distortion map.
Definition: ThemisVisDistortionMap.cpp:171