|
Isis 3.0 Application Source Code Reference |
Home |
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 |
| enum eCoefficients |
Definition at line 19 of file hicalproc.cpp.
| void GetCCD_Channel_Coefficients | ( | Pvl & | pCubeLabel | ) |
With the Channel, CCD in the isis label, find the coefficient values for this image.
| pCubeLabel |
Definition at line 437 of file hicalproc.cpp.
| void ReadCoefficientFile | ( | QString | psCoeffile, | |
| QString | psCcd, | |||
| int | piChannel | |||
| ) |
Reads the CSV coefficient file.
| 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
| 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.
Definition at line 410 of file hicalproc.cpp.
| void IsisMain | ( | ) |
Definition at line 27 of file hicalproc.cpp.
| CSVReader::CSVAxis csvArr |
Definition at line 20 of file hicalproc.cpp.