File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
KaguyaTcCamera.h
Go to the documentation of this file.
1 #ifndef KaguyaTcCamera_h
2 #define KaguyaTcCamera_h
3 
23 #include "LineScanCamera.h"
24 
25 namespace Isis {
40  class KaguyaTcCamera : public LineScanCamera {
41  public:
42  KaguyaTcCamera(Cube &cube);
44  virtual int CkFrameId() const;
45  virtual int CkReferenceId() const;
46  virtual int SpkReferenceId() const;
47  };
48 };
49 #endif
~KaguyaTcCamera()
Destroys the KaguyaTcCamera object.
virtual int CkReferenceId() const
CK Reference ID - J2000.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Generic class for Line Scan Cameras.
This is the camera model for the Kaguya Terrain Cameras TC1 and TC2.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
KaguyaTcCamera(Cube &cube)
Constructor for the Kaguya TC Camera Model.
IO Handler for Isis Cubes.
Definition: Cube.h:170

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: 07/12/2023 23:22:59