Isis 3 Programmer Reference
|
#include <HiLab.h>
Public Member Functions | |
HiLab (Cube *cube) | |
Constructs a HiLab Object. More... | |
int | getCpmmNumber () |
Returns the value of the CpmmNumber keyword read from the instrument group in the labels of a hiris cube. More... | |
int | getChannel () |
Returns the value of the ChannelNumber keyword read from the instrument group in the labels of a hirise cube. More... | |
int | getBin () |
Returns the bin value, read as the value of the Summing keyword from the instrument group in the labels of a hirise cube. More... | |
int | getTdi () |
Returns the value of the Tdi keyword read from the instrument group in the labels of a hirise cube. More... | |
int | getCcd () |
Returns the value of the ccd from a lookup table based on the cpmm number. More... | |
Private Attributes | |
int | p_cpmmNumber |
Value of the CpmmNumber keyword from the cube's Instrument group. More... | |
int | p_channel |
Value of the ChannelNumber keyword from the cube's Instrument group. More... | |
int | p_bin |
Value of the Summing keyword from the cube's Instrument group, if it exists. More... | |
int | p_tdi |
Value of the Tdi keyword from the cube's Instrument group, if it exists. More... | |
Process HiRise label.
This class retrieves label keyword values from an Isis3 HiRise cube file. This class receives a Cube object from an opened HiRise cube file and has methods to return HiRise specific keyword values from the label.
2005-06-29 unknown - Original Version
2006-08-17 Debbie A. Cook - Added members p_bin and p_tdi along with methods to retrieve them and the ccd
2008-05-12 Steven Lambright - Removed references to CubeInfo
2012-04-16 Jeannie Walldren - Wrapped class inside Isis namespace. Added documentation.
Isis::HiLab::HiLab | ( | Cube * | cube | ) |
Constructs a HiLab Object.
cube | The cube containing the HiRise labels to be processed. |
Definition at line 30 of file HiLab.cpp.
References _FILEINFO_, Isis::Cube::group(), and Isis::PvlContainer::hasKeyword().
|
inline |
int Isis::HiLab::getCcd | ( | ) |
|
inline |
|
inline |
Returns the value of the CpmmNumber keyword read from the instrument group in the labels of a hiris cube.
Definition at line 59 of file HiLab.h.
References p_cpmmNumber.
|
inline |
|
private |
|
private |
Value of the ChannelNumber keyword from the cube's Instrument group.
Definition at line 105 of file HiLab.h.
Referenced by getChannel().
|
private |
Value of the CpmmNumber keyword from the cube's Instrument group.
Definition at line 103 of file HiLab.h.
Referenced by getCpmmNumber().
|
private |