File failed to load: https://isis.astrogeology.usgs.gov/7.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
DawnFcCamera.h
Go to the documentation of this file.
1#ifndef DawnFcCamera_h
2#define DawnFcCamera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14namespace Isis {
47 class DawnFcCamera : public FramingCamera {
48 public:
49 DawnFcCamera(Cube &cube);
52 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
53 double exposureDuration);
54
61 virtual int CkFrameId() const { return (-203000); }
62
69 virtual int CkReferenceId() const { return (1); }
70
77 virtual int SpkReferenceId() const { return (1); }
78 };
79};
80#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
This is the camera model for the Dawn Framing Camera.
Definition: DawnFcCamera.h:47
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
Definition: DawnFcCamera.cpp:157
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: DawnFcCamera.h:77
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: DawnFcCamera.h:61
~DawnFcCamera()
Destroys the DawnFcCamera Object.
Definition: DawnFcCamera.h:51
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: DawnFcCamera.h:69
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 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:08:56