Index: trunk/ippScripts/scripts/magic_destreak_cleanup.pl
===================================================================
--- trunk/ippScripts/scripts/magic_destreak_cleanup.pl	(revision 30347)
+++ trunk/ippScripts/scripts/magic_destreak_cleanup.pl	(revision 30356)
@@ -233,5 +233,7 @@
                 $bmask   = $ipprc->filename("$name.MASK", $backup_path_base);
                 $bweight = $ipprc->filename("$name.VARIANCE", $backup_path_base);
-                $bsources = $ipprc->filename("$name.SOURCES", $backup_path_base);
+                # bills 2011-01-24
+                # don't clean up the uncensored sources file
+                # $bsources = $ipprc->filename("$name.SOURCES", $backup_path_base);
             }
             if ($recovery_path_base) {
@@ -251,5 +253,7 @@
                 $bmask   = $ipprc->filename("$name.MASK", $backup_path_base);
                 $bweight = $ipprc->filename("$name.VARIANCE", $backup_path_base);
-                $bsources = $ipprc->filename("$name.SOURCES", $backup_path_base);
+                # bills 2011-01-24
+                # don't clean up the uncensored sources file
+                # $bsources = $ipprc->filename("$name.SOURCES", $backup_path_base);
             }
             if ($recovery_path_base) {
