Isis 3 Programmer Reference
OsirisRexDistortionMap.h
Go to the documentation of this file.
1 
23 #ifndef OsirisRexDistortionMap_h
24 #define OsirisRexDistortionMap_h
25 
26 #include "CameraDistortionMap.h"
27 
28 namespace Isis {
45  public:
46  OsirisRexDistortionMap(Camera *parent, double zDirection = 1.0);
47 
48  virtual ~OsirisRexDistortionMap();
49 
50  virtual void SetDistortion(int naifIkCode, QString filterName);
51 
52  virtual bool SetFocalPlane(double dx, double dy);
53 
54  virtual bool SetUndistortedFocalPlane(double ux, double uy);
55 
56  protected:
57  double m_pixelPitch;
62  };
63 };
64 #endif
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
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_distortionOriginSample
The distortion's origin sample coordinate.
Distort/undistort focal plane coordinates for OSIRIS REx's cameras.
double m_detectorOriginLine
The origin of the detector's line coordinate.
Distort/undistort focal plane coordinates.
virtual ~OsirisRexDistortionMap()
Default Destructor.
OsirisRexDistortionMap(Camera *parent, double zDirection=1.0)
OSIRIS REx Camera distortion map constructor.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.
double m_pixelPitch
The pixel pitch for OCAMS.
double m_distortionOriginLine
The distortion's origin line coordinate.