Loading [MathJax]/jax/output/NativeMML/config.js
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

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/12/2023 23:31:37