Changeset 4341 in ntrip


Ignore:
Timestamp:
Jun 24, 2012, 3:48:26 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4340 r4341  
    273273    double rho, eleSat, azSat;
    274274    topos(xRec, yRec, zRec, xSat, ySat, zSat, rho, eleSat, azSat);
    275   }
    276 }
     275
     276    newObs->az  = azSat * 180.0/M_PI;
     277    newObs->zen = 90.0 - eleSat * 180.0/M_PI;
     278  }
     279}
Note: See TracChangeset for help on using the changeset viewer.