- Timestamp:
- Oct 30, 2015, 8:54:35 AM (11 years ago)
- Location:
- trunk/tools/bills
- Files:
-
- 2 edited
-
comparestackdetections (modified) (2 diffs)
-
joinstackcmf (modified) (1 diff)
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 -
trunk/tools/bills/joinstackcmf
r39013 r39014 109 109 110 110 . " in5=$path#$exthead.xsrc" 111 . " progress=none" 111 112 ; 112 113
Note:
See TracChangeset
for help on using the changeset viewer.
