File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
MexHrscSrcCamera.h
1#ifndef MexHrscSrcCamera_h
2#define MexHrscSrcCamera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14#include <QString>
15
16namespace Isis {
30 public:
33
36
45 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
46 double exposureDuration);
47
54 virtual int CkFrameId() const { return (-41001); }
55
56
63 virtual int CkReferenceId() const { return (1); }
64
65
72 virtual int SpkReferenceId() const { return (1); }
73 };
74};
75#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 is the camera model for the Mex HRSC SRC Framing Camera.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
MexHrscSrcCamera(Cube &cube)
Create a MexHrscSrcCamera object.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Reimplemented from FrameCamera.
~MexHrscSrcCamera()
Destroys the MexHrscSrcCamera object.
virtual int CkReferenceId() const
CK Reference ID - J2000.
virtual int SpkReferenceId() const
SPK 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

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/24/2025 16:15:05