File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
ThemisIrDistortionMap.h
Go to the documentation of this file.
1 #ifndef ThemisIrDistortionMap_h
2 #define ThemisIrDistortionMap_h
3 
24 #include "CameraDistortionMap.h"
25 
26 namespace Isis {
48  public:
50 
51  virtual bool SetFocalPlane(const double dx, const double dy);
52 
53  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
54 
55  void SetBand(int band);
56 
57  private:
58  double p_k;
59  double p_alpha1;
60  double p_alpha2;
61  };
62 };
63 #endif
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Distort/undistort focal plane coordinates.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Distort/undistort focal plane coordinates.

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:32:45