Index: trunk/BNC/src/rinex/reqcanalyze.cpp
===================================================================
--- trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 4340)
+++ trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 4341)
@@ -273,4 +273,7 @@
     double rho, eleSat, azSat;
     topos(xRec, yRec, zRec, xSat, ySat, zSat, rho, eleSat, azSat);
-  }
-}
+
+    newObs->az  = azSat * 180.0/M_PI;
+    newObs->zen = 90.0 - eleSat * 180.0/M_PI;
+  }
+}
