File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
ThemisIrDistortionMap.h
1 #ifndef ThemisIrDistortionMap_h
2 #define ThemisIrDistortionMap_h
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 #include "CameraDistortionMap.h"
13 
14 namespace Isis {
36  public:
38 
39  virtual bool SetFocalPlane(const double dx, const double dy);
40 
41  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
42 
43  void SetBand(int band);
44 
45  private:
46  double p_k;
47  double p_alpha1;
48  double p_alpha2;
49  };
50 };
51 #endif
Isis::ThemisIrDistortionMap::SetUndistortedFocalPlane
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition: ThemisIrDistortionMap.cpp:55
Isis::ThemisIrDistortionMap::ThemisIrDistortionMap
ThemisIrDistortionMap(Camera *parent)
Definition: ThemisIrDistortionMap.cpp:18
Isis::Camera
Definition: Camera.h:236
Isis::ThemisIrDistortionMap::SetFocalPlane
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition: ThemisIrDistortionMap.cpp:38
Isis::ThemisIrDistortionMap
Distort/undistort focal plane coordinates.
Definition: ThemisIrDistortionMap.h:35
Isis::CameraDistortionMap
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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/13/2023 15:17:23