Changeset 18168 for trunk/ppStats/src/ppStats.h
- Timestamp:
- Jun 17, 2008, 12:29:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStats.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStats.h
r14020 r18168 14 14 bool doStats; // Do pixel statistics? 15 15 bool fileLevel; // Output file level? 16 pmFPAview *fileView; // View to analyse16 pmFPAview *fileView; // View to analyse 17 17 18 18 psList *headers; // Headers to read … … 30 30 ppStatsData *ppStatsDataAlloc(void); 31 31 32 /// Perform the ppStats steps on the given FPA (optionally for specified view) 32 /// Perform the ppStats steps on the given FPA (optionally for specified view) 33 33 psMetadata *ppStatsFPA(psMetadata *out, 34 pmFPA *fpa, // FPA for which to get statistics35 pmFPAview *view, // View for analysis36 psMaskType maskVal, // Value to mask37 pmConfig *config // Configuration34 pmFPA *fpa, // FPA for which to get statistics 35 pmFPAview *view, // View for analysis 36 psMaskType maskVal, // Value to mask 37 pmConfig *config // Configuration 38 38 ); 39 39 40 40 psExit ppStatsChip(psMetadata *fpaResults, // Metadata holding the fpa results 41 pmChip *chip, // Chip for which to get statistics42 psFits *fits, // FITS file handle43 pmFPAview *view, // View for analysis44 ppStatsData *data,// The data45 constpmConfig *config // Configuration41 pmChip *chip, // Chip for which to get statistics 42 psFits *fits, // FITS file handle 43 pmFPAview *view, // View for analysis 44 ppStatsData *data,// The data 45 pmConfig *config // Configuration 46 46 ); 47 47 48 48 psExit ppStatsCell(psMetadata *chipResults, // Metadata holding the chip results 49 pmCell *cell, // Cell for which to get statistics50 psFits *fits, // FITS file handle51 pmFPAview *view, // View for analysis52 ppStatsData *data,// The data53 const pmConfig *config// Configuration49 pmCell *cell, // Cell for which to get statistics 50 psFits *fits, // FITS file handle 51 pmFPAview *view, // View for analysis 52 ppStatsData *data,// The data 53 pmConfig *config // Configuration 54 54 ); 55 55 … … 64 64 // measure only the pixel-related statistics (stats, summary) 65 65 psMetadata *ppStatsPixels(psMetadata *out, 66 pmFPA *fpa, // FPA for which to get statistics67 pmFPAview *view, // View for analysis68 psMaskType maskVal, // Value to mask69 pmConfig *config // Configuration66 pmFPA *fpa, // FPA for which to get statistics 67 pmFPAview *view, // View for analysis 68 psMaskType maskVal, // Value to mask 69 pmConfig *config // Configuration 70 70 ); 71 71 72 72 // measure only the non-pixel-related statistics (headers, concepts) 73 73 psMetadata *ppStatsMetadata(psMetadata *out, 74 pmFPA *fpa, // FPA for which to get statistics75 pmFPAview *view, // View for analysis76 psMaskType maskVal, // Value to mask77 pmConfig *config // Configuration74 pmFPA *fpa, // FPA for which to get statistics 75 pmFPAview *view, // View for analysis 76 psMaskType maskVal, // Value to mask 77 pmConfig *config // Configuration 78 78 ); 79 79 … … 81 81 psMetadata *ppStatsLoop(psExit *result, 82 82 ppStatsData *data, // The data 83 constpmConfig *config // Configuration83 pmConfig *config // Configuration 84 84 ); 85 85 … … 101 101 102 102 void p_ppStatsGetMetadata(psMetadata *target, // Target for metadata 103 psMetadata *source, // Source for metadata104 psList *list // List containing keywords103 psMetadata *source, // Source for metadata 104 psList *list // List containing keywords 105 105 ); 106 106 107 107 void p_ppStatsGetAnalysis(psMetadata *target, // Output Target for metadata 108 psList *headers, // List containing desired keywords109 psMetadata *source, // Input Source for metadata110 psList *list // List containing analysis blocks108 psList *headers, // List containing desired keywords 109 psMetadata *source, // Input Source for metadata 110 psList *list // List containing analysis blocks 111 111 ); 112 112 113 113 bool p_ppStatsDoThis(psList *toDoList, // List of things to do 114 const char *this // The name of "this"114 const char *this // The name of "this" 115 115 ); 116 116 117 117 void p_ppStatsAddToHierarchy(psMetadata *source, // Source to add 118 psMetadata *target, // Target to which to add119 const char *name, // Name of source120 const char *comment // Comment for source118 psMetadata *target, // Target to which to add 119 const char *name, // Name of source 120 const char *comment // Comment for source 121 121 ); 122 122 123 123 psExit ppStatsReadout(psMetadata *cellResults, // Metadata holding the chip results 124 pmReadout *readout,// Cell for which to get statistics125 int nReadout,// readout number126 ppStatsData *data,// The data127 const pmConfig *config // Configuration124 pmReadout *readout, // Cell for which to get statistics 125 int nReadout, // readout number 126 ppStatsData *data, // The data 127 const pmConfig *config // Configuration 128 128 ); 129 129
Note:
See TracChangeset
for help on using the changeset viewer.
