File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
ThemisVisDistortionMap.h
Go to the documentation of this file.
1#ifndef ThemisVisDistortionMap_h
2#define ThemisVisDistortionMap_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "CameraDistortionMap.h"
13
14namespace Isis {
38 public:
41
42 virtual bool SetFocalPlane(const double dx, const double dy);
43 virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
44
45 private:
46 double p_irPixelPitch;
47 double p_visPixelPitch;
48
49 double p_ir_b5_effectiveDetectorLine;
53 double p_irBoreLine;
54 };
55};
56#endif
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
Definition Camera.h:236
Distort/undistort focal plane coordinates.
Definition ThemisVisDistortionMap.h:37
ThemisVisDistortionMap(Camera *parent)
Constructs a Distortion Map for the Themis Vis Camera.
Definition ThemisVisDistortionMap.cpp:25
~ThemisVisDistortionMap()
Definition ThemisVisDistortionMap.cpp:46
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Sets the focal plane value for the distortion map.
Definition ThemisVisDistortionMap.cpp:104
virtual bool SetFocalPlane(const double dx, const double dy)
Sets the focal plane value for the distortion map.
Definition ThemisVisDistortionMap.cpp:160
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: 10/05/2024 03:00:24