1#ifndef LINESCANCAMERA_H
2#define LINESCANCAMERA_H
CameraDetectorMap * DetectorMap()
Returns a pointer to the CameraDetectorMap object.
Camera(Cube &cube)
Constructs the Camera object.
CameraSkyMap * SkyMap()
Returns a pointer to the CameraSkyMap object.
CameraType
This enum defines the types of cameras supported in this class.
@ LineScan
Line Scan Camera.
CameraGroundMap * GroundMap()
Returns a pointer to the CameraGroundMap object.
IO Handler for Isis Cubes.
Convert between parent image coordinates and detector coordinates.
Convert between undistorted focal plane and ground coordinates.
LineScanCameraSkyMap * SkyMap()
Returns a pointer to the LineScanCameraSkyMap object.
LineScanCamera(Isis::Cube &cube)
Constructs the LineScanCamera object.
LineScanCamera & operator=(const LineScanCamera &)
Assigning cameras is not allowed.
LineScanCameraDetectorMap * DetectorMap()
Returns a pointer to the LineScanCameraDetectorMap object.
LineScanCameraGroundMap * GroundMap()
Returns a pointer to the LineScanCameraGroundMap object.
LineScanCamera(const LineScanCamera &)
Copying cameras is not allowed.
virtual CameraType GetCameraType() const
Returns the LineScan type of camera, as enumerated in the Camera class.
Convert between undistorted focal plane and ra/dec coordinates.
This is free and unencumbered software released into the public domain.