1#ifndef ThemisVisCamera_h 
    2#define ThemisVisCamera_h 
   12#include "PushFrameCamera.h" 
IO Handler for Isis Cubes.
 
Generic class for Push Frame Cameras.
 
bool IsBandIndependent()
The camera model is band dependent (i.e.
 
int p_nframes
Number of frames in whole image.
 
double p_etStart
Ephemeris Start iTime.
 
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
 
double BandEphemerisTimeOffset(int vband)
Calculates time offset for the given cube band number.
 
~ThemisVisCamera()
Destroys the Themis Vis Camera object.
 
void SetBand(const int band)
Sets the band in the camera model.
 
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
 
double p_bandTimeOffset
Offset iTime for Band.
 
virtual int CkReferenceId() const
CK Reference ID - MARSIAU.
 
double p_interframeDelay
Interframe Delay value from labels.
 
ThemisVisCamera(Cube &cube)
Constructor for the Themis Vis Camera Model.
 
QList< int > p_filterNumber
List of filter number values from the Instrument BandBin group that correspond to each band in the cu...
 
double p_exposureDur
Exposure Duration value from labels.
 
This is free and unencumbered software released into the public domain.