Loading [MathJax]/jax/output/NativeMML/config.js
Isis Developer Reference
SsiCamera.h
Go to the documentation of this file.
1#ifndef SsiCamera_h
2#define SsiCamera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14namespace Isis {
54 class SsiCamera : public FramingCamera {
55 public:
56 SsiCamera(Cube &cube);
59 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
60 double exposureDuration);
61
68 virtual int CkFrameId() const { return (-77001); }
69
76 virtual int CkReferenceId() const { return (2); }
77
84 virtual int SpkReferenceId() const { return (21); }
85 };
86};
87#endif
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3099
IO Handler for Isis Cubes.
Definition: Cube.h:168
Generic class for Framing Cameras.
Definition: FramingCamera.h:32
virtual iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions.
Definition: Spice.cpp:894
This is the camera model for the Galileo Solid State Imaging Camera.
Definition: SsiCamera.h:54
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
Definition: SsiCamera.cpp:128
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: SsiCamera.h:68
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: SsiCamera.h:84
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: SsiCamera.h:76
~SsiCamera()
Destroys the SsiCamera object.
Definition: SsiCamera.h:58
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 22:09:29