Isis 3 Programmer Reference
|
Container for HiRISE calibration data. More...
#include <HiCalData.h>
Public Member Functions | |
HiCalData (Cube &cube) | |
virtual | ~HiCalData () |
Destructor. More... | |
void | load (Cube &cube) |
HiMatrix | getReverseClock () |
HiMatrix | getMask () |
HiMatrix | getRamp () |
HiMatrix | getDark () |
HiMatrix | getBuffer () |
HiMatrix | getReverseClockExtended () |
HiMatrix | getMaskExtended () |
HiMatrix | getRampExtended () |
HiMatrix | getDarkExtended () |
HiMatrix | getBufferExtended () |
Private Attributes | |
HiMatrix | _calimage |
HiMatrix | _calbuffer |
HiMatrix | _caldark |
HiMatrix | _buffer |
HiMatrix | _dark |
int | _binning |
int | _tdi |
int | _cpmm |
int | _channelNo |
int | _firstReverseLine |
int | _lastReverseLine |
int | _firstMaskLine |
int | _lastMaskLine |
int | _firstRampLine |
int | _lastRampLine |
Container for HiRISE calibration data.
Definition at line 50 of file HiCalData.h.
|
inlinevirtual |
Destructor.
Definition at line 64 of file HiCalData.h.