Index: trunk/ippScripts/scripts/magic_process.pl
===================================================================
--- trunk/ippScripts/scripts/magic_process.pl	(revision 24378)
+++ trunk/ippScripts/scripts/magic_process.pl	(revision 24379)
@@ -142,9 +142,21 @@
         $command .= " --detect --image $image --mask $mask --weight $weight -k $template";
 
-        # set threshold to 4 sigma
-        $command .= ' -t 4';
-
-        # add -S
+        # XXX: get all of these parameters from a recipe
+
+        # set threshold to 4 sigma 
+        $command .= ' -t 2.3';
+#        $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
