Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis Developer Reference
ShadowCamCamera.h
Go to the documentation of this file.
1#ifndef ShadowCamCamera_h
2#define ShadowCamCamera_h
8
9/* SPDX-License-Identifier: CC0-1.0 */
10
11#include <QString>
12
13#include "Cube.h"
14#include "LineScanCamera.h"
15
16namespace Isis {
31
33 public:
46 ShadowCamCamera(Cube &cube);
48
57 double getIkernValue(int naifCode, const QString &keyword);
58
65 virtual int CkFrameId() const { return -155151; }
66
72 virtual int CkReferenceId() const { return 1; }
73
79 virtual int SpkReferenceId() const { return 1; }
80
81 private:
82 };
83}
84
85#endif
IO Handler for Isis Cubes.
Definition Cube.h:168
LineScanCamera(Isis::Cube &cube)
Constructs the LineScanCamera object.
Definition LineScanCamera.cpp:16
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition ShadowCamCamera.h:65
ShadowCamCamera(Cube &cube)
Constructor for the ShadowCam Camera Model.
Definition ShadowCamCamera.cpp:31
~ShadowCamCamera()
Definition ShadowCamCamera.h:47
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition ShadowCamCamera.h:72
double getIkernValue(int naifCode, const QString &keyword)
Retrieves a double value from the IK based on the naifIkCode and the provided keyword.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition ShadowCamCamera.h:79
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16