Index: trunk/tools/bills/comparestackdetections
===================================================================
--- trunk/tools/bills/comparestackdetections	(revision 39012)
+++ trunk/tools/bills/comparestackdetections	(revision 39014)
@@ -78,5 +78,5 @@
     my $ippjoined = $filter . "_joined" . basename($cmf);
 
-    $command = "joinstkcmf $cmf $ippjoined";
+    $command = "joinstackcmf $cmf $ippjoined";
     $command .= " --ofmt fits";
     $command .= " --test" if $testdata;
@@ -90,5 +90,6 @@
     $command = "$stilts tmatch2 in1=$input'#StackObjectAttributes' in2=$ippjoined matcher=2d out=$outfile ofmt=fits"
         . " values1='$stackColumn $idColumn' values2='STACK_ID IPP_IDET' params=.01 join=$joinType"
-        . " fixcols=all suffix1='' suffix2=_$filter ocmd='tablename StackObjectAttributes'";
+        . " fixcols=all suffix1='' suffix2=_$filter ocmd='tablename StackObjectAttributes'"
+        . " progress=none";
     runcommand($command);
 
