Isis 3 Programmer Reference
NewHorizonsLeisaCamera.h
Go to the documentation of this file.
1 #ifndef NewHorizonsLeisaCamera_h
2 #define NewHorizonsLeisaCamera_h
3 
23 #include "LineScanCamera.h"
24 
25 #include <QVector>
26 
27 namespace Isis {
48  public:
51 
54 
57  return false;
58  };
59 
66  virtual int CkFrameId() const { return (-98000); }//from NAIF_INSTRUMENT_ID in /usgs/cpkgs/isis3/data/newhorizons/kernels/ck/*.lbl or spacit R or spacit S on ck
67 
74  virtual int CkReferenceId() const { return (1); } //can get from spacit S on ck
75 
82  virtual int SpkReferenceId() const { return (1); } //can get from spacit S on spk
83 
84 
85  void SetBand(const int vband);
86 
87  private:
89 
94  };
95 };
96 #endif
void SetBand(const int vband)
Change the New Horizons camera parameters based on the band number.
QVector< double > m_origTransy
The original transy affine coefficients from the iak.
virtual int CkReferenceId() const
CK Reference ID -.
QVector< double > m_origTranss
The original transs affine coefficients from the iak.
Generic class for Line Scan Cameras.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
bool IsBandIndependent()
Flag that NewHorizonsLeisaCamera is band-dependent.
This is the camera model for LEISA, New Hoirzon&#39;s infrared Spectrometer.
QVector< double > m_origTransl
The original transl affine coefficients from the iak.
NewHorizonsLeisaCamera(Cube &cube)
Create a NewHorizonsLeisaCamera object.
~NewHorizonsLeisaCamera()
Destroys the NewHorizonsLeisaCamera object.
QVector< int > m_originalBand
Stores the band bin OriginalBand keyword values.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
QVector< double > m_origTransx
The original transx affine coefficients from the iak.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
IO Handler for Isis Cubes.
Definition: Cube.h:170