Isis 3 Programmer Reference
OsirisRexOcamsCamera.h
1#ifndef OsirisRexOcamsCamera_h
2#define OsirisRexOcamsCamera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14#include <QString>
15
16namespace Isis {
46 public:
49
50 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
51 double exposureDuration);
52
53 virtual int CkFrameId() const;
54 virtual int CkReferenceId() const;
55 virtual int SpkReferenceId() const;
56
57 };
58};
59#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.
This class models the behavior and attributes of the OSIRIS-REx Cameras: Mapping Camera,...
OsirisRexOcamsCamera(Cube &cube)
Constructs an OSIRIS-REx Camera Model using the image labels.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
~OsirisRexOcamsCamera()
Destroys the MapCamera object.
virtual int CkFrameId() const
The frame ID for the spacecraft (or instrument) used by the Camera-matrix Kernel.
virtual int CkReferenceId() const
The frame ID for the reference coordinate system used by the Camera-matrix Kernel.
virtual int SpkReferenceId() const
The reference frame ID for the Spacecraft Kernel is 1, representing 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