IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2010, 3:49:17 PM (16 years ago)
Author:
eugene
Message:

adding modified threshold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/magic_process.pl

    r26901 r26933  
    110110    $command .= " --verbose" if $verbose;
    111111
    112 ### To enable debugging output:
    113 #    $command .= " --test";
     112    ### To enable debugging output:
     113    #    $command .= " --test";
     114
     115    ### per email from Paul Sydney 2010.02.11, we should use threshold of 2.35 to catch the faint streak(s)
     116    $command .= " --threshold 2.35";
    114117
    115118    if (scalar @$inputs == 1 and $node ne "root") {
Note: See TracChangeset for help on using the changeset viewer.