1#ifndef OsirisRexDistortionMap_h
2#define OsirisRexDistortionMap_h
36 virtual void SetDistortion(
int naifIkCode, QString filterName);
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
Distort/undistort focal plane coordinates for OSIRIS REx's cameras.
Definition OsirisRexDistortionMap.h:30
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
Definition OsirisRexDistortionMap.cpp:120
virtual ~OsirisRexDistortionMap()
Default Destructor.
Definition OsirisRexDistortionMap.cpp:45
OsirisRexDistortionMap(Camera *parent, double zDirection=1.0)
OSIRIS REx Camera distortion map constructor.
Definition OsirisRexDistortionMap.cpp:33
double m_distortionOriginSample
The distortion's origin sample coordinate.
Definition OsirisRexDistortionMap.h:46
virtual void SetDistortion(int naifIkCode, QString filterName)
Load distortion coefficients and center-of-distortion for OCAMS.
Definition OsirisRexDistortionMap.cpp:71
double m_detectorOriginLine
The origin of the detector's line coordinate.
Definition OsirisRexDistortionMap.h:45
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.
Definition OsirisRexDistortionMap.cpp:206
double m_pixelPitch
The pixel pitch for OCAMS.
Definition OsirisRexDistortionMap.h:43
double m_distortionOriginLine
The distortion's origin line coordinate.
Definition OsirisRexDistortionMap.h:47
double m_detectorOriginSample
The origin of the detector's sample coordinate.
Definition OsirisRexDistortionMap.h:44
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16