Isis 3 Programmer Reference
NewHorizonsLeisaCamera.h
1 #ifndef NewHorizonsLeisaCamera_h
2 #define NewHorizonsLeisaCamera_h
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 #include "LineScanCamera.h"
13 
14 #include <QVector>
15 
16 namespace Isis {
37  public:
40 
43 
46  return false;
47  };
48 
55  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
56 
63  virtual int CkReferenceId() const { return (1); } //can get from spacit S on ck
64 
71  virtual int SpkReferenceId() const { return (1); } //can get from spacit S on spk
72 
73 
74  void SetBand(const int vband);
75 
76  private:
78 
83  };
84 };
85 #endif
Isis::NewHorizonsLeisaCamera
This is the camera model for LEISA, New Hoirzon's infrared Spectrometer.
Definition: NewHorizonsLeisaCamera.h:36
Isis::NewHorizonsLeisaCamera::NewHorizonsLeisaCamera
NewHorizonsLeisaCamera(Cube &cube)
Create a NewHorizonsLeisaCamera object.
Definition: NewHorizonsLeisaCamera.cpp:39
Isis::NewHorizonsLeisaCamera::m_origTransy
QVector< double > m_origTransy
The original transy affine coefficients from the iak.
Definition: NewHorizonsLeisaCamera.h:80
Isis::NewHorizonsLeisaCamera::CkReferenceId
virtual int CkReferenceId() const
CK Reference ID -.
Definition: NewHorizonsLeisaCamera.h:63
Isis::NewHorizonsLeisaCamera::SetBand
void SetBand(const int vband)
Change the New Horizons camera parameters based on the band number.
Definition: NewHorizonsLeisaCamera.cpp:119
Isis::NewHorizonsLeisaCamera::~NewHorizonsLeisaCamera
~NewHorizonsLeisaCamera()
Destroys the NewHorizonsLeisaCamera object.
Definition: NewHorizonsLeisaCamera.h:42
Isis::NewHorizonsLeisaCamera::m_origTranss
QVector< double > m_origTranss
The original transs affine coefficients from the iak.
Definition: NewHorizonsLeisaCamera.h:81
Isis::NewHorizonsLeisaCamera::CkFrameId
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: NewHorizonsLeisaCamera.h:55
Isis::NewHorizonsLeisaCamera::m_originalBand
QVector< int > m_originalBand
Stores the band bin OriginalBand keyword values.
Definition: NewHorizonsLeisaCamera.h:77
Isis::NewHorizonsLeisaCamera::SpkReferenceId
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: NewHorizonsLeisaCamera.h:71
Isis::NewHorizonsLeisaCamera::IsBandIndependent
bool IsBandIndependent()
Flag that NewHorizonsLeisaCamera is band-dependent.
Definition: NewHorizonsLeisaCamera.h:45
Isis::LineScanCamera
Generic class for Line Scan Cameras.
Definition: LineScanCamera.h:36
Isis::Cube
IO Handler for Isis Cubes.
Definition: Cube.h:167
Isis::NewHorizonsLeisaCamera::m_origTransl
QVector< double > m_origTransl
The original transl affine coefficients from the iak.
Definition: NewHorizonsLeisaCamera.h:82
QVector< int >
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Isis::NewHorizonsLeisaCamera::m_origTransx
QVector< double > m_origTransx
The original transx affine coefficients from the iak.
Definition: NewHorizonsLeisaCamera.h:79