Isis 3 Programmer Reference
|
#include <HiLab.h>
Public Member Functions | |
HiLab (Cube *cube) | |
Constructs a HiLab Object. | |
int | getCpmmNumber () |
Returns the value of the CpmmNumber keyword read from the instrument group in the labels of a hiris cube. | |
int | getChannel () |
Returns the value of the ChannelNumber keyword read from the instrument group in the labels of a hirise cube. | |
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. | |
int | getTdi () |
Returns the value of the Tdi keyword read from the instrument group in the labels of a hirise cube. | |
int | getCcd () |
Returns the value of the ccd from a lookup table based on the cpmm number. | |
Private Attributes | |
int | p_cpmmNumber |
Value of the CpmmNumber keyword from the cube's Instrument group. | |
int | p_channel |
Value of the ChannelNumber keyword from the cube's Instrument group. | |
int | p_bin |
Value of the Summing keyword from the cube's Instrument group, if it exists. | |
int | p_tdi |
Value of the Tdi keyword from the cube's Instrument group, if it exists. | |
Process HiRise label.
This class retrieves label keyword values from an Isis 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.
Isis::HiLab::HiLab | ( | Cube * | cube | ) |
Constructs a HiLab Object.
cube | The cube containing the HiRise labels to be processed. |
Definition at line 19 of file HiLab.cpp.
References Isis::Cube::group(), Isis::PvlContainer::hasKeyword(), Isis::IException::Io, p_bin, p_channel, p_cpmmNumber, and p_tdi.
|
inline |
int Isis::HiLab::getCcd | ( | ) |
Returns the value of the ccd from a lookup table based on the cpmm number.
Definition at line 41 of file HiLab.cpp.
References p_cpmmNumber.
|
inline |
|
inline |
Returns the value of the CpmmNumber keyword read from the instrument group in the labels of a hiris cube.
Definition at line 46 of file HiLab.h.
References p_cpmmNumber.
|
inline |
|
private |
|
private |
Value of the ChannelNumber keyword from the cube's Instrument group.
Definition at line 92 of file HiLab.h.
Referenced by getChannel(), and HiLab().
|
private |
Value of the CpmmNumber keyword from the cube's Instrument group.
Definition at line 90 of file HiLab.h.
Referenced by getCcd(), getCpmmNumber(), and HiLab().
|
private |