File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
KaguyaMiCamera.h
Go to the documentation of this file.
1 #ifndef KaguyaMiCamera_h
2 #define KaguyaMiCamera_h
3 
23 #include "LineScanCamera.h"
24 
25 namespace Isis {
50  class KaguyaMiCamera : public LineScanCamera {
51  public:
52  KaguyaMiCamera(Cube &cube);
53 
56 
63  virtual int CkFrameId() const { return (-131000); }
64 
71  virtual int CkReferenceId() const { return (1); }
72 
79  virtual int SpkReferenceId() const { return (1); }
80  };
81 };
82 #endif
KaguyaMiCamera(Cube &cube)
Constructor for the Kaguya MI Camera Model.
Generic class for Line Scan Cameras.
LRO Narrow Angle Camera Model.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
~KaguyaMiCamera()
Destroys the LroNarrowAngleCamera object.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
virtual int CkReferenceId() const
CK Reference ID - J2000.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
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:56