Process HiRise label.
More...
#include <HiLab.h>
|
| 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...
|
|
|
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 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.
- Author
- 2005-06-29 unknown
- History:
- 2005-06-29 unknown - Original Version
- History:
- 2006-08-17 Debbie A. Cook - Added members p_bin and p_tdi along with methods to retrieve them and the ccd
- History:
- 2008-05-12 Steven Lambright - Removed references to CubeInfo
- History:
- 2012-04-16 Jeannie Walldren - Wrapped class inside Isis namespace. Added documentation.
Definition at line 36 of file HiLab.h.
◆ HiLab()
Isis::HiLab::HiLab |
( |
Cube * |
cube | ) |
|
◆ getBin()
int Isis::HiLab::getBin |
( |
| ) |
|
|
inline |
Returns the bin value, read as the value of the Summing keyword from the instrument group in the labels of a hirise cube.
- Returns
- int The bin value from the cube's labels
Definition at line 66 of file HiLab.h.
References p_bin.
◆ getCcd()
int Isis::HiLab::getCcd |
( |
| ) |
|
Returns the value of the ccd from a lookup table based on the cpmm number.
- Returns
- int The ccd value.
Definition at line 41 of file HiLab.cpp.
◆ getChannel()
int Isis::HiLab::getChannel |
( |
| ) |
|
|
inline |
Returns the value of the ChannelNumber keyword read from the instrument group in the labels of a hirise cube.
- Returns
- int The channel number from the cube's labels
Definition at line 56 of file HiLab.h.
References p_channel.
◆ getCpmmNumber()
int Isis::HiLab::getCpmmNumber |
( |
| ) |
|
|
inline |
Returns the value of the CpmmNumber keyword read from the instrument group in the labels of a hiris cube.
- Returns
- int The cpmm number from the cube's labels
Definition at line 46 of file HiLab.h.
References p_cpmmNumber.
◆ getTdi()
int Isis::HiLab::getTdi |
( |
| ) |
|
|
inline |
Returns the value of the Tdi keyword read from the instrument group in the labels of a hirise cube.
- Returns
- int The tdi from the cube's labels
Definition at line 76 of file HiLab.h.
References p_tdi.
◆ p_bin
Value of the Summing keyword from the cube's Instrument group, if it exists.
Definition at line 94 of file HiLab.h.
Referenced by getBin().
◆ p_channel
int Isis::HiLab::p_channel |
|
private |
Value of the ChannelNumber keyword from the cube's Instrument group.
Definition at line 92 of file HiLab.h.
Referenced by getChannel().
◆ p_cpmmNumber
int Isis::HiLab::p_cpmmNumber |
|
private |
Value of the CpmmNumber keyword from the cube's Instrument group.
Definition at line 90 of file HiLab.h.
Referenced by getCpmmNumber().
◆ p_tdi
Value of the Tdi keyword from the cube's Instrument group, if it exists.
Definition at line 96 of file HiLab.h.
Referenced by getTdi().
The documentation for this class was generated from the following files: