Changeset 19928 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Oct 6, 2008, 12:24:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r18724 r19928 17 17 18 18 #define RECIPE_NAME "PPIMAGE" // Name of the recipe to use 19 #define TIMERNAME "ppImage" // Name of timer 19 #define TIMER_TOTAL "PPIMAGE.TOTAL" // Name of timer for total time 20 #define TIMER_DETREND "PPIMAGE.DETREND" // Name of timer for detrend time 21 #define TIMER_PHOT "PPIMAGE.PHOT" // Name of timer for photometry time 20 22 21 23 // Options for ppImage processing … … 151 153 bool ppImageDefineFile (pmConfig *config, pmFPA *input, char *filerule, char *argname, pmFPAfileType fileType, pmDetrendType detrendType); 152 154 153 // calculate stats, including MD5154 bool ppImageStats (pmConfig *config, pmChip *chip, const pmFPAview *inputView, const ppImageOptions *options);155 156 155 // write stats to output file 157 bool ppImageStatsOutput (pmConfig *config, const ppImageOptions *options); 156 bool ppImageStatsOutput(pmConfig *config, // Configuration 157 psMetadata *stats, // Statistics output 158 const ppImageOptions *options // Options 159 ); 158 160 159 161 … … 197 199 198 200 // calculate stats, including MD5 199 bool ppImagePixelStats (pmConfig *config, const ppImageOptions *options, const pmFPAview *inputView); 201 bool ppImagePixelStats(pmConfig *config,// Configuration 202 psMetadata *stats, // Statistics output 203 const ppImageOptions *options, // Options 204 const pmFPAview *inputView // View to data 205 ); 200 206 201 207 // calculate stats from headers and concepts 202 bool ppImageMetadataStats (pmConfig *config, const ppImageOptions *options); 203 204 void ppImageFileCheck (pmConfig *config); 208 bool ppImageMetadataStats(pmConfig *config, // Configuration 209 psMetadata *stats, // Statistics output 210 const ppImageOptions *options // Options 211 ); 212 213 void ppImageFileCheck(pmConfig *config); 205 214 206 215 /// Dump memory summary to text file
Note:
See TracChangeset
for help on using the changeset viewer.
