Changeset 23778 for trunk/ippScripts/scripts/magic_process.pl
- Timestamp:
- Apr 9, 2009, 2:45:48 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_process.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_process.pl
r23688 r23778 66 66 # to form valid file names. 67 67 # So forbid nebulous path in outroot. We could relax this by change DetectStreaks to take all 68 # of the file names as arguments or by teaching it a oubt Nebulous68 # of the file names as arguments or by teaching it about Nebulous 69 69 if ($outroot =~ 'neb:/') { 70 70 &my_die("DetectStreaks does not support nebulous paths in outroot", $magic_id, $node, $PS_EXIT_CONFIG_ERROR); … … 139 139 140 140 # set threshold to 4 sigma 141 $command .= ' -t 4 -S'; 141 $command .= ' -t 4'; 142 # add -S except not for MD images 143 # $command .= ' -S'; 142 144 143 145 # create the list of inputs used at this stage. At higher levels the
Note:
See TracChangeset
for help on using the changeset viewer.
