Isis 3 Programmer Reference
ThemisVisDistortionMap.h
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:
48
53 double p_irBoreLine;
54 };
55};
56#endif
Distort/undistort focal plane coordinates.
Distort/undistort focal plane coordinates.
ThemisVisDistortionMap(Camera *parent)
Constructs a Distortion Map for the Themis Vis Camera.
double p_visPixelPitch
Pixel Pitch for Themis Vis Camera (in meters per pixel).
double p_irPixelPitch
Pixel Pitch for Themis Ir Camera (in meters per pixel).
double p_ir_b5_effectiveDetectorLine
Effective 1-based detector line number used for observing the Band 5, i.e., average of the 16 detecto...
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Sets the focal plane value for the distortion map.
double p_irBoreLine
The bore line for Themis IR instrument.
virtual bool SetFocalPlane(const double dx, const double dy)
Sets the focal plane value for the distortion map.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16