Changeset 39014 for trunk/tools/bills/comparestackdetections
- Timestamp:
- Oct 30, 2015, 8:54:35 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tools/bills/comparestackdetections (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bills/comparestackdetections
r39012 r39014 78 78 my $ippjoined = $filter . "_joined" . basename($cmf); 79 79 80 $command = "joinst kcmf $cmf $ippjoined";80 $command = "joinstackcmf $cmf $ippjoined"; 81 81 $command .= " --ofmt fits"; 82 82 $command .= " --test" if $testdata; … … 90 90 $command = "$stilts tmatch2 in1=$input'#StackObjectAttributes' in2=$ippjoined matcher=2d out=$outfile ofmt=fits" 91 91 . " 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"; 93 94 runcommand($command); 94 95
Note:
See TracChangeset
for help on using the changeset viewer.
