USGS

Isis 3.0 Application Source Code Reference

Home

hicalproc.cpp File Reference

Go to the source code of this file.

Enumerations

enum  eCoefficients {
  CCD_CH, R0, R1, R2,
  MAX_LINE
}

Functions

void GetCCD_Channel_Coefficients (Pvl &pCubeLabel)
 With the Channel, CCD in the isis label, find the coefficient values for this image.
void ReadCoefficientFile (QString psCoeffile, QString psCcd, int piChannel)
 Reads the CSV coefficient file.
void AnalyzeCubenormStats (QString psStatsFile, int piSumming, double &pdMinDN, double &pdMaxDN)
 Develop min and max thresholds for elminating bad pixels.
void CleanUp (vector< QString > &psTempFiles, QString psInfile)
 Clean up intermediate and log files.
void IsisMain ()

Variables

CSVReader::CSVAxis csvArr

Enumeration Type Documentation

Enumerator:
CCD_CH 
R0 
R1 
R2 
MAX_LINE 

Definition at line 19 of file hicalproc.cpp.


Function Documentation

void GetCCD_Channel_Coefficients ( Pvl &  pCubeLabel  ) 

With the Channel, CCD in the isis label, find the coefficient values for this image.

Author:
Sharmila Prasad (11/24/2010)
Parameters:
pCubeLabel 

Definition at line 437 of file hicalproc.cpp.

void ReadCoefficientFile ( QString  psCoeffile,
QString  psCcd,
int  piChannel 
)

Reads the CSV coefficient file.

Author:
Sharmila Prasad (11/24/2010)
Parameters:
psCoeffFile = Coefficient file name

Definition at line 496 of file hicalproc.cpp.

void AnalyzeCubenormStats ( QString  psStatsFile,
int  piSumming,
double &  pdMinDN,
double &  pdMaxDN 
)

Develop min and max thresholds for elminating bad pixels.

This part of the Mask() functionality in the hical pipeline

Author:
Sharmila Prasad (2/1/2011)
Parameters:
psStatsFile - Cubenorm stats output file
pdMinDN - Minimum DN Value
pdMaxDN - Maximum DN value

Definition at line 539 of file hicalproc.cpp.

void CleanUp ( vector< QString > &  psTempFiles,
QString  psInfile 
)

Clean up intermediate and log files.

Author:
Sharmila Prasad (2/14/2011)

Definition at line 410 of file hicalproc.cpp.

void IsisMain (  ) 

Definition at line 27 of file hicalproc.cpp.


Variable Documentation

CSVReader::CSVAxis csvArr

Definition at line 20 of file hicalproc.cpp.