1 #ifndef ClementineUvvisDistortionMap_h 2 #define ClementineUvvisDistortionMap_h 51 double k1,
double k2,
double k3,
52 double p1,
double p2);
~ClementineUvvisDistortionMap()
Deconstruct the distortion map for the Clementine UVVIS instrument.
Definition: ClementineUvvisDistortionMap.cpp:68
Distortion map for the Clementine UVVIS camera.
Definition: ClementineUvvisDistortionMap.h:48
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:57
ClementineUvvisDistortionMap(Camera *parent, double xp, double yp, double k1, double k2, double k3, double p1, double p2)
Construct a distortion map for the Clementine UVVIS instrument.
Definition: ClementineUvvisDistortionMap.cpp:48
bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition: ClementineUvvisDistortionMap.cpp:126
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition: ClementineUvvisDistortionMap.cpp:84