File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
1 #ifndef OsirisRexDistortionMap_h
2 #define OsirisRexDistortionMap_h
12 #include "CameraDistortionMap.h"
36 virtual void SetDistortion(
int naifIkCode, QString filterName);
Distort/undistort focal plane coordinates for OSIRIS REx's cameras.
double m_distortionOriginLine
The distortion's origin line coordinate.
virtual void SetDistortion(int naifIkCode, QString filterName)
Load distortion coefficients and center-of-distortion for OCAMS.
double m_detectorOriginSample
The origin of the detector's sample coordinate.
double m_detectorOriginLine
The origin of the detector's line coordinate.
double m_distortionOriginSample
The distortion's origin sample coordinate.
Distort/undistort focal plane coordinates.
virtual ~OsirisRexDistortionMap()
Default Destructor.
double m_pixelPitch
The pixel pitch for OCAMS.
OsirisRexDistortionMap(Camera *parent, double zDirection=1.0)
OSIRIS REx Camera distortion map constructor.
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
This is free and unencumbered software released into the public domain.