Changeset 14852
- Timestamp:
- Sep 14, 2007, 5:44:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackReadout.c
r14851 r14852 13 13 #define WCS_TOLERANCE 0.001 // Tolerance for WCS 14 14 15 #define CONVOLUTION_FILES 16 #define REJECTION_FILES 17 #define INSPECTION_FILES 15 #define NO_CONVOLUTION // Don't perform convolutions? 16 #define CONVOLUTION_FILES // Write convolutions? 17 #define REJECTION_FILES // Write rejection mask? 18 #define INSPECTION_FILES // Write inspection mask? 18 19 19 20 bool ppStackReadout(pmConfig *config, const pmFPAview *view) … … 85 86 #endif 86 87 totExposure += exposure; // Total exposure time 88 89 #ifdef NO_CONVOLVE 87 90 // Generate convolved version of input 88 91 pmReadout *convolved = pmReadoutAlloc(NULL); // Convolved version of input readout … … 99 102 return false; 100 103 } 104 #else 105 convolved = psMemIncrRefCounter(ro); 106 #endif 101 107 102 108 #ifdef CONVOLUTION_FILES
Note:
See TracChangeset
for help on using the changeset viewer.
