Isis 3 Programmer Reference
NewHorizonsMvicFrameCamera.h
Go to the documentation of this file.
1 #ifndef NewHorizonsMvicFrameCamera_h
2 #define NewHorizonsMvicFrameCamera_h
3 
23 #include "FramingCamera.h"
24 
25 #include <QString>
26 
27 namespace Isis {
45  public:
48 
49 
52 
53 
54  // Sets the band to the band number given
55  void SetBand(const int vband);
56 
57 
58 // /**
59 // * The camera model is band dependent, so this method returns false
60 // *
61 // * @return bool False
62 // */
66 
67 
68  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
69  double exposureDuration);
70 
71 
78  virtual int CkFrameId() const { return (-98000); }
79 
80 
87  virtual int CkReferenceId() const { return (1); }
88 
89 
96  virtual int SpkReferenceId() const { return (1); }
97 
98  private:
99  QList<int> m_originalBand;
100  QList<QString> m_utcTime;
101  double m_etStart;
102  double m_exposure;
103  };
104 };
105 #endif
virtual int CkReferenceId() const
CK Reference ID - J2000.
void SetBand(const int vband)
Sets the band in the camera model.
NewHorizonsMvicFrameCamera(Cube &cube)
Create a NewHorizonsMvicFrameCamera object.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
The camera model is band dependent, so this method returns false.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3075
Generic class for Framing Cameras.
Definition: FramingCamera.h:48
~NewHorizonsMvicFrameCamera()
Destroys the NewHorizonsMvicFrameCamera object.
This is the camera model for the New Horizons MVIC Frame mode Camera.
IO Handler for Isis Cubes.
Definition: Cube.h:170
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions...
Definition: Spice.cpp:809