File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
TgoCassisDistortionMap.h
Go to the documentation of this file.
1 #ifndef TgoCassisDistortionMap_h
2 #define TgoCassisDistortionMap_h
3 
26 #include <vector>
27 #include "CameraDistortionMap.h"
28 
29 namespace Isis {
59  public:
60  TgoCassisDistortionMap(Camera *parent, int naifIkCode);
61 
62  virtual ~TgoCassisDistortionMap();
63 
64  virtual bool SetFocalPlane(const double dx, const double dy);
65 
66  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
67 
68  private:
69  double chiDotA(double x, double y, QList<double> A);
70 
71  QList<double> m_A1_corr;
73  QList<double> m_A2_corr;
75  QList<double> m_A3_corr;
77  QList<double> m_A1_dist;
79  QList<double> m_A2_dist;
81  QList<double> m_A3_dist;
83  double m_pixelPitch;
85  double m_width;
87  double m_height;
89  };
90 };
91 #endif
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane (x,y) coordinate given the distorted (x,y).
Definition: TgoCassisDistortionMap.cpp:99
Definition: Camera.h:249
Distort/undistort focal plane coordinates.
Definition: TgoCassisDistortionMap.h:58
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:57
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane (x,y) given an undistorted focal plane (x,y).
Definition: TgoCassisDistortionMap.cpp:167
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
TgoCassisDistortionMap(Camera *parent, int naifIkCode)
Exomars TGO CaSSIS distortion map constructor.
Definition: TgoCassisDistortionMap.cpp:43
virtual ~TgoCassisDistortionMap()
Exomars TGO CaSSIS distortion map destructor.
Definition: TgoCassisDistortionMap.cpp:66

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:30