Index: trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
===================================================================
--- trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc	(revision 6844)
+++ trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc	(revision 6867)
@@ -223,9 +223,8 @@
 {
     // miss   [deg]
-    // nompos [rad]
+    // nompos [deg]
     const MTime t(-1);
 
-    miss   *= 60;        // [arcmin]
-    nompos *= kRad2Deg;  // [deg]
+    miss *= 60;        // [arcmin]
 
     // Set status flag
@@ -249,6 +248,6 @@
     str += txt.Print("%05.1f ",   center.GetY()); //number
     str += txt.Print("%04d ",   n);               //number
-    str += txt.Print("%03.1f",  bright);
-    str += txt.Print("%12.6f ", t.GetMjd());      // mjd
+    str += txt.Print("%03.1f ",  bright);
+    str += txt.Print("%12.6f", t.GetMjd());      // mjd
     
     return Send("STARG-REPORT", str, kTRUE);
