File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference

Process HiRise label. More...

#include <HiLab.h>

Collaboration diagram for Isis::HiLab:
Collaboration graph

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...
 

Detailed Description

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.

Author
2005-06-29 unknown

Constructor & Destructor Documentation

◆ HiLab()

Isis::HiLab::HiLab ( Cube cube)

Constructs a HiLab Object.

Parameters
cubeThe cube containing the HiRise labels to be processed.

References _FILEINFO_, Isis::Cube::group(), and Isis::PvlContainer::hasKeyword().

Member Function Documentation

◆ 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

◆ 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.

◆ 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

◆ 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

◆ 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

The documentation for this class was generated from the following files:

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: 07/12/2023 23:49:41