Changeset 30356 for trunk/ippScripts/scripts/magic_destreak_cleanup.pl
- Timestamp:
- Jan 24, 2011, 4:07:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_cleanup.pl
r29829 r30356 233 233 $bmask = $ipprc->filename("$name.MASK", $backup_path_base); 234 234 $bweight = $ipprc->filename("$name.VARIANCE", $backup_path_base); 235 $bsources = $ipprc->filename("$name.SOURCES", $backup_path_base); 235 # bills 2011-01-24 236 # don't clean up the uncensored sources file 237 # $bsources = $ipprc->filename("$name.SOURCES", $backup_path_base); 236 238 } 237 239 if ($recovery_path_base) { … … 251 253 $bmask = $ipprc->filename("$name.MASK", $backup_path_base); 252 254 $bweight = $ipprc->filename("$name.VARIANCE", $backup_path_base); 253 $bsources = $ipprc->filename("$name.SOURCES", $backup_path_base); 255 # bills 2011-01-24 256 # don't clean up the uncensored sources file 257 # $bsources = $ipprc->filename("$name.SOURCES", $backup_path_base); 254 258 } 255 259 if ($recovery_path_base) {
Note:
See TracChangeset
for help on using the changeset viewer.
