IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2015, 8:54:35 AM (11 years ago)
Author:
bills
Message:

make stilts quieter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bills/comparestackdetections

    r39012 r39014  
    7878    my $ippjoined = $filter . "_joined" . basename($cmf);
    7979
    80     $command = "joinstkcmf $cmf $ippjoined";
     80    $command = "joinstackcmf $cmf $ippjoined";
    8181    $command .= " --ofmt fits";
    8282    $command .= " --test" if $testdata;
     
    9090    $command = "$stilts tmatch2 in1=$input'#StackObjectAttributes' in2=$ippjoined matcher=2d out=$outfile ofmt=fits"
    9191        . " values1='$stackColumn $idColumn' values2='STACK_ID IPP_IDET' params=.01 join=$joinType"
    92         . " fixcols=all suffix1='' suffix2=_$filter ocmd='tablename StackObjectAttributes'";
     92        . " fixcols=all suffix1='' suffix2=_$filter ocmd='tablename StackObjectAttributes'"
     93        . " progress=none";
    9394    runcommand($command);
    9495
Note: See TracChangeset for help on using the changeset viewer.