Changeset 25027 for branches/pap/ppSub/src/ppSubLoop.c
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ppSub
- Property svn:mergeinfo deleted
-
branches/pap/ppSub/src/ppSubLoop.c
r23753 r25027 65 65 } 66 66 67 if (!ppSubLowThreshold(data)) { 68 psError(PS_ERR_UNKNOWN, false, "Unable to threshold images."); 69 return false; 70 } 71 67 72 // Set up subtraction files 68 73 if (!ppSubFilesIterateDown(config, PPSUB_FILES_SUB)) { … … 95 100 if (!ppSubBackground(config)) { 96 101 psError(PS_ERR_UNKNOWN, false, "Unable to subtract background."); 102 return false; 103 } 104 105 // Perform Variance correction (rescale within a modest range) 106 if (!ppSubVarianceRescale(config)) { 107 psError(PS_ERR_UNKNOWN, false, "Unable to rescale variance."); 97 108 return false; 98 109 }
Note:
See TracChangeset
for help on using the changeset viewer.
