Isis 3 Programmer Reference
LoMediumCamera.h
1#ifndef LoMediumCamera_h
2#define LoMediumCamera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14namespace Isis {
59 public:
60 LoMediumCamera(Cube &cube);
69 None
70 };
71 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
72 double exposureDuration);
73
80 virtual int CkFrameId() const { return (m_ckFrameId); }
81
88 virtual int CkReferenceId() const { return (1); }
89
96 virtual int SpkReferenceId() const { return (1); }
97
98 private:
100 };
101};
102#endif
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition Camera.cpp:3093
IO Handler for Isis Cubes.
Definition Cube.h:168
Generic class for Framing Cameras.
Defines the Lunar Orbiter Medium Resolution camera class.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
int m_ckFrameId
LO 3,4,5 CK frame id.
FocalPlaneMapType
This enum defines the types of focal plane maps supported in this class.
@ Fiducial
Fiducial Focal Plane Map.
@ Boresight
Boresight Focal Plane Map.
@ None
No Focal Plane Map.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
LoMediumCamera(Cube &cube)
Initialize the LoMedium camera model.
~LoMediumCamera()
Destroys the LoMediumCamera Object.
virtual int CkReferenceId() const
CK Reference ID - J2000.
virtual iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions.
Definition Spice.cpp:891
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16