Changeset 4340 in ntrip


Ignore:
Timestamp:
Jun 24, 2012, 12:14:22 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4339 r4340  
    264264    double xSat, ySat, zSat, clkSat;
    265265    eph->position(obs.GPSWeek, obs.GPSWeeks, xSat, ySat, zSat, clkSat);
    266   }
    267 }
     266
     267    //// beg test
     268    double xRec = -3947762.7496;
     269    double yRec =  3364399.8789;
     270    double zRec =  3699428.5111;
     271    //// end test
     272   
     273    double rho, eleSat, azSat;
     274    topos(xRec, yRec, zRec, xSat, ySat, zSat, rho, eleSat, azSat);
     275  }
     276}
Note: See TracChangeset for help on using the changeset viewer.