Index: trunk/ippScripts/scripts/magic_process.pl
===================================================================
--- trunk/ippScripts/scripts/magic_process.pl	(revision 20756)
+++ trunk/ippScripts/scripts/magic_process.pl	(revision 21158)
@@ -106,4 +106,14 @@
     $command = "$removestreaks --outroot $outroot";
     $command .= " --verbose" if $verbose;
+
+    # added per Paul Sydney's Jan 6, 2009
+    $command .= " -D 3";
+
+
+    # added per Paul Sydney's Jan 8, 2009 to help solve the STS problem
+    # removed because it didn't help the STS problem and it quadrupled the number of false streaks for m31
+    # Paul asked me to remove this parameter Jan 20,2009
+#    $command .= " -C 0";
+
 
 #    $command .= " -u 6";
