Changeset 17784 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- May 23, 2008, 2:40:29 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r17373 r17784 130 130 131 131 // Perform the analysis 132 if (!ppSubReadout(config, view)) {132 if (!ppSubReadout(config, stats, view)) { 133 133 psError(PS_ERR_UNKNOWN, false, "Unable to subtract images.\n"); 134 134 return false; … … 168 168 // Write out summary statistics 169 169 if (stats) { 170 psMetadataAddF32(stats, PS_LIST_TAIL, "DT_SUB", 0, "Time for subtraction completion", 171 psTimerMark("ppSub")); 172 170 173 const char *statsMDC = psMetadataConfigFormat(stats); 171 174 if (!statsMDC || strlen(statsMDC) == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
