Index: trunk/ippScripts/scripts/magic_process.pl
===================================================================
--- trunk/ippScripts/scripts/magic_process.pl	(revision 23688)
+++ trunk/ippScripts/scripts/magic_process.pl	(revision 23778)
@@ -66,5 +66,5 @@
 # to form valid file names.
 # So forbid nebulous path in outroot. We could relax this by change DetectStreaks to take all
-# of the file names as arguments or by teaching it aoubt Nebulous
+# of the file names as arguments or by teaching it about Nebulous
 if ($outroot =~ 'neb:/') {
     &my_die("DetectStreaks does not support nebulous paths in outroot", $magic_id, $node, $PS_EXIT_CONFIG_ERROR);
@@ -139,5 +139,7 @@
 
         # set threshold to 4 sigma
-        $command .= ' -t 4 -S';
+        $command .= ' -t 4';
+        # add -S except not for MD images
+        # $command .= ' -S';
 
         # create the list of inputs used at this stage. At higher levels the
