Index: trunk/ippScripts/scripts/magic_process.pl
===================================================================
--- trunk/ippScripts/scripts/magic_process.pl	(revision 25933)
+++ trunk/ippScripts/scripts/magic_process.pl	(revision 25934)
@@ -103,16 +103,5 @@
     $command .= " --verbose" if $verbose;
 
-    # added per Paul Sydney's request Jan 6, 2009
-    # removed per Paul Sydney March 30, 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";
+### To enable debugging output:
 #    $command .= " --test";
 
@@ -141,28 +130,4 @@
 
         $command .= " --detect --image $image --mask $mask --weight $weight -k $template";
-
-        # XXX: get all of these parameters from a recipe
-
-        # set threshold to 2.3 sigma (Default specified by Paul Sydney)
-        $command .= ' -t 2.3';
-
-        # set threshold to 2.75 sigma (Test by EAM : uncorrelated noise is typically ~20% higher than expected)
-        # XXX we have fixed the output variance to address this
-        # $command .= ' -t 2.75';
-
-        # set threshold to 4 sigma (for testing)
-        # $command .= ' -t 4';
-
-        # set Minimum percent visible required between pixels clusters in a valid streak [0.0 - 1.0]
-        # default is 0.2
-        # $command .= ' -P 0.2';
-
-        #$command .= ' -t 4' . ' -P 0.25';
-
-        # add -S "Number of pixels to shift for determining maximum differences in mean images default:8"
-        $command .= ' -S';
-
-        # add 3 x 3 binning
-        $command .= ' -b 3';
 
         # create the list of inputs used at this stage. At higher levels the
