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 |
| MatrixList * | calVars = 0 |
Typedef Documentation
< 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.
Variable Documentation