USGS

Isis 3.0 Application Source Code Reference

Home

hical.cpp File Reference

Go to the source code of this file.

Typedefs

typedef CollectorMap< IString,
HiVector, NoCaseStringCompare > 
MatrixList
 < Define the matrix container for systematic processing

Functions

void calibrate (Buffer &in, Buffer &out)
 Apply calibration to each HiRISE image line.
void IsisMain ()

Variables

MatrixListcalVars = 0

Typedef Documentation

typedef CollectorMap<IString, HiVector, NoCaseStringCompare> MatrixList

< Define the matrix container for systematic processing

Definition at line 41 of file hical.cpp.


Function Documentation

void calibrate ( Buffer &  in,
Buffer &  out 
)

Apply calibration to each HiRISE image line.

This function applies the calbration equation to each input image line. It gets matrices and constants from the calVars container that is established in the main with some user input via the configuration (CONF) parameter.

Parameters:
in Input raw image line buffer
out Output calibrated image line buffer

Definition at line 57 of file hical.cpp.

void IsisMain (  ) 

Definition at line 108 of file hical.cpp.


Variable Documentation

Definition at line 44 of file hical.cpp.