1 #ifndef FramingCamera_h
2 #define FramingCamera_h
FramingCamera(Cube &cube)
Constructs the FramingCamera object.
~FramingCamera()
Destroys the FramingCamera Object.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)=0
Returns the shutter open and close times.
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions...
CameraType
This enum defines the types of cameras supported in this class.
FramingCamera & operator=(const FramingCamera &)
Assigning cameras is not allowed.
virtual CameraType GetCameraType() const
This method returns Framing camera type.
Generic class for Framing Cameras.
IO Handler for Isis Cubes.