File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
JunoDistortionMap.h
Go to the documentation of this file.
1 
23 #ifndef JunoDistortionMap_h
24 #define JunoDistortionMap_h
25 
26 #include <vector>
27 #include "CameraDistortionMap.h"
28 
29 namespace Isis {
46  public:
47  JunoDistortionMap(Camera *parent);
48 
49  virtual void SetDistortion(int naifIkCode);
50 
51  virtual ~JunoDistortionMap();
52 
53  virtual bool SetFocalPlane(double dx, double dy);
54 
55  virtual bool SetUndistortedFocalPlane(double ux, double uy);
56  };
57 };
58 #endif
virtual void SetDistortion(int naifIkCode)
Load distortion coefficients for JunoCam.
virtual ~JunoDistortionMap()
Destructor.
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
Distort/undistort focal plane coordinates.
Distort/undistort focal plane coordinates for Juno&#39;s JunoCam camera.
JunoDistortionMap(Camera *parent)
Juno JunoCam distortion map constructor.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.

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:22:53