File failed to load: https://isis.astrogeology.usgs.gov/7.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
NewHorizonsLorriCamera.h
Go to the documentation of this file.
1#ifndef NewHorizonsLorriCamera_h
2#define NewHorizonsLorriCamera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14#include <QString>
15
16namespace Isis {
38 public:
41
44
55 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
56 double exposureDuration);
57
58
65 virtual int CkFrameId() const { return (-98000); }
66
67
74 virtual int CkReferenceId() const { return (1); }
75
76
83 virtual int SpkReferenceId() const { return (1); }
84 };
85};
86#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
This is the camera model for the LORRI Framing Camera.
Definition: NewHorizonsLorriCamera.h:37
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: NewHorizonsLorriCamera.h:65
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: NewHorizonsLorriCamera.h:74
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Reimplemented from FrameCamera.
Definition: NewHorizonsLorriCamera.cpp:130
~NewHorizonsLorriCamera()
Destroys the NewHorizonsLorriCamera object.
Definition: NewHorizonsLorriCamera.h:43
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: NewHorizonsLorriCamera.h:83
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 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:15