1#ifndef ClementineUvvisDistortionMap_h
2#define ClementineUvvisDistortionMap_h
35 double k1,
double k2,
double k3,
36 double p1,
double p2);
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
Distortion map for the Clementine UVVIS camera.
Definition ClementineUvvisDistortionMap.h:32
~ClementineUvvisDistortionMap()
Deconstruct the distortion map for the Clementine UVVIS instrument.
Definition ClementineUvvisDistortionMap.cpp:53
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:33
bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition ClementineUvvisDistortionMap.cpp:69
bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition ClementineUvvisDistortionMap.cpp:111
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16