24 #ifndef PushFrameCameraGroundMap_h
25 #define PushFrameCameraGroundMap_h
61 p_evenFramelets = evenFramelets;
71 double FindDistance(
int framelet,
const SurfacePoint &surfacePoint);
72 double FindSpacecraftDistance(
int framelet,
This class defines a body-fixed surface point.
Definition: SurfacePoint.h:86
virtual ~PushFrameCameraGroundMap()
Destructor.
Definition: PushFrameCameraGroundMap.h:65
PushFrameCameraGroundMap(Camera *cam, bool evenFramelets)
This is the constructor for the push frame ground map.
Definition: PushFrameCameraGroundMap.h:59
Convert between undistorted focal plane and ground coordinates.
Definition: PushFrameCameraGroundMap.h:51
This class is designed to encapsulate the concept of a Latitude.
Definition: Latitude.h:59
This class is designed to encapsulate the concept of a Longitude.
Definition: Longitude.h:52
Convert between undistorted focal plane and ground coordinates.
Definition: CameraGroundMap.h:85
virtual bool SetGround(const Latitude &lat, const Longitude &lon)
Compute undistorted focal plane coordinate from ground position.
Definition: PushFrameCameraGroundMap.cpp:44