Changeset 16682
- Timestamp:
- Feb 26, 2008, 4:25:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackReadout.c
r16622 r16682 12 12 #define WCS_TOLERANCE 0.001 // Tolerance for WCS 13 13 14 //#define REJECTION_FILES // Write rejection mask?15 //#define INSPECTION_FILES // Write inspection mask?14 #define REJECTION_FILES // Write rejection mask? 15 #define INSPECTION_FILES // Write inspection mask? 16 16 17 17 static int sectionNum = 0; // Section number; for debugging outputs … … 178 178 #endif 179 179 180 if (!pmStackCombine(outRO, stack, maskBad, maskBlank, 0, combineRej, useVariance, safe)) {180 if (!pmStackCombine(outRO, stack, maskBad, maskBlank, 0, combineRej, useVariance, false)) { 181 181 psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts."); 182 182 psFree(fpaList);
Note:
See TracChangeset
for help on using the changeset viewer.
