File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
JunoDistortionMap.h
1#ifndef JunoDistortionMap_h
2#define JunoDistortionMap_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include <vector>
13#include "CameraDistortionMap.h"
14
15namespace Isis {
32 public:
34
35 virtual void SetDistortion(int naifIkCode);
36
37 virtual ~JunoDistortionMap();
38
39 virtual bool SetFocalPlane(double dx, double dy);
40
41 virtual bool SetUndistortedFocalPlane(double ux, double uy);
42 };
43};
44#endif
Distort/undistort focal plane coordinates.
Distort/undistort focal plane coordinates for Juno's JunoCam camera.
virtual void SetDistortion(int naifIkCode)
Load distortion coefficients for JunoCam.
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
virtual ~JunoDistortionMap()
Destructor.
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.
JunoDistortionMap(Camera *parent)
Juno JunoCam distortion map constructor.
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: 02/24/2025 16:15:01