![]() |
Isis Developer 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. | |
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. |
References _FILEINFO_, Isis::Cube::group(), Isis::PvlContainer::hasKeyword(), and Isis::IException::Io.
|
inline |
Returns the bin value, read as the value of the Summing keyword from the instrument group in the labels of a hirise cube.
int Isis::HiLab::getCcd | ( | ) |
Returns the value of the ccd from a lookup table based on the cpmm number.
|
inline |
Returns the value of the ChannelNumber keyword read from the instrument group in the labels of a hirise cube.
|
inline |
Returns the value of the CpmmNumber keyword read from the instrument group in the labels of a hiris cube.
|
inline |
Returns the value of the Tdi keyword read from the instrument group in the labels of a hirise cube.
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/24/2025 16:11:59 |