Index: /trunk/BNC/bncgetthread.cpp
===================================================================
--- /trunk/BNC/bncgetthread.cpp	(revision 1271)
+++ /trunk/BNC/bncgetthread.cpp	(revision 1272)
@@ -705,11 +705,6 @@
 	      }
 	      emit(newAntCrd(_staID, 
-			     _decoder->_antList[ii].zz, _decoder->_antList[ii].zz, _decoder->_antList[ii].zz, 
+			     _decoder->_antList[ii].xx, _decoder->_antList[ii].yy, _decoder->_antList[ii].zz, 
 			     antT));
-	      cout << "new crd " << _staID.data() << fixed << setprecision(3)
-		   << " " << setw(14) << _decoder->_antList[ii].xx
-		   << " " << setw(14) << _decoder->_antList[ii].yy
-		   << " " << setw(14) << _decoder->_antList[ii].zz
-		   << endl;
             }
           }
@@ -723,5 +718,5 @@
 	    }
 	    emit(newAntCrd(_staID, 
-			   _decoder->_antList[ii].zz, _decoder->_antList[ii].zz, _decoder->_antList[ii].zz, 
+			   _decoder->_antList[ii].xx, _decoder->_antList[ii].yy, _decoder->_antList[ii].zz, 
 			   antT));
 	  }
