Changeset 13999 for trunk/ppStats/src/ppStats.h
- Timestamp:
- Jul 3, 2007, 10:00:03 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStats.h
r13993 r13999 11 11 pmFPAview *view; // View to analyse 12 12 // Stuff to output 13 psStats *stats; // Statistics to calculate14 bool doStats; // Do statistics?13 psStats *stats; // pixel Statistics to calculate 14 bool doStats; // Do pixel statistics? 15 15 bool fileLevel; // Output file level? 16 16 psList *headers; // Headers to read 17 17 psList *concepts; // Concepts to read 18 psList *analysis; // Analysis entries to read 18 19 psList *summary; // Summary statistics to calculate 19 20 // Options for input data … … 35 36 ); 36 37 38 psExit ppStatsChip(psMetadata *fpaResults, // Metadata holding the fpa results 39 pmChip *chip, // Chip for which to get statistics 40 psFits *fits, // FITS file handle 41 pmFPAview *view, // View for analysis 42 ppStatsData *data,// The data 43 const pmConfig *config // Configuration 44 ); 45 46 psExit ppStatsCell(psMetadata *chipResults, // Metadata holding the chip results 47 pmCell *cell, // Cell for which to get statistics 48 psFits *fits, // FITS file handle 49 ppStatsData *data,// The data 50 const pmConfig *config // Configuration 51 ); 52 37 53 /// Supplement the statistics with the fringe solution 38 54 bool ppStatsFringe(psMetadata *stats, ///< Statistics metadata to supplement … … 42 58 ); 43 59 60 61 // measure only the pixel-related statistics (stats, summary) 62 psMetadata *ppStatsPixels(psMetadata *out, 63 pmFPA *fpa, // FPA for which to get statistics 64 pmFPAview *view, // View for analysis 65 psMaskType maskVal, // Value to mask 66 pmConfig *config // Configuration 67 ); 68 69 // measure only the non-pixel-related statistics (headers, concepts) 70 psMetadata *ppStatsMetadata(psMetadata *out, 71 pmFPA *fpa, // FPA for which to get statistics 72 pmFPAview *view, // View for analysis 73 psMaskType maskVal, // Value to mask 74 pmConfig *config // Configuration 75 ); 44 76 45 77 /// Loop over the input image and do all the hard work
Note:
See TracChangeset
for help on using the changeset viewer.
