Changeset 24853 for trunk/magic/remove/src/streaksremove.c
- Timestamp:
- Jul 20, 2009, 8:27:16 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksremove.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksremove.c
r24716 r24853 198 198 } while (streakFilesNextExtension(sfiles)); 199 199 200 200 201 psFree(streaks); 201 202 202 203 psLogMsg("streaksremove", PS_LOG_INFO, "pixels: %ld streak pixels: %ld %4.2f%%\n", totalPixels, totalStreakPixels, 100. * totalStreakPixels / totalPixels); 204 205 // check the weight and mask files for extra extensions that might be in files 206 // (covariance matrix for example) 207 copyExtraExtensions(sfiles); 203 208 204 209 // all done close the files. This is where the files are written so it can take a long time.
Note:
See TracChangeset
for help on using the changeset viewer.
