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