Isis 3 Programmer Reference
NewHorizonsLorriDistortionMap.h
Go to the documentation of this file.
1 #ifndef NewHorizonsLorriDistortionMap_h
2 #define NewHorizonsLorriDistortionMap_h
3 
23 #include "CameraDistortionMap.h"
24 #include "Camera.h"
25 
26 namespace Isis {
42  public:
43  NewHorizonsLorriDistortionMap(Camera *parent, double e2, double e5, double e6,
44  double zDirection = 1.0);
46 
47  bool SetFocalPlane(const double ux, const double uy);
48  bool SetUndistortedFocalPlane(const double dx, const double dy);
49 
50  private:
51  double p_e2;
52  double p_e5;
53  double p_e6;
54  };
55 };
56 #endif
bool SetUndistortedFocalPlane(const double dx, const double dy)
Compute distorted focal plane x/y.
New Horizons LORRI Distortion Map.
Distort/undistort focal plane coordinates.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
NewHorizonsLorriDistortionMap(Camera *parent, double e2, double e5, double e6, double zDirection=1.0)
Constructs a Distortion Map object for the New Horizons LORRI Camera.
bool SetFocalPlane(const double ux, const double uy)
Compute undistorted focal plane x/y.