- Timestamp:
- Sep 22, 2011, 3:40:37 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3445 r3446 35 35 const double sig0_offACSat = 100.0; 36 36 const double sigP_offACSat = 0.0; 37 const double sig0_clkSat = 100.0;38 const double sigP_clkSat = 100.0;37 const double sig0_clkSat = 10.0; 38 const double sigP_clkSat = 10.0; 39 39 40 40 const double sigObs = 0.05; … … 700 700 void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) { 701 701 702 if (pp->type != cmbParam:: clkSat) {702 if (pp->type != cmbParam::offACSat) { 703 703 return; 704 704 } -
trunk/BNC/ppp.gpt
r3341 r3446 25 25 26 26 set ylabel "meters" 27 set yrange [-0. 3:0.3]27 set yrange [-0.5:0.5] 28 28 29 29 set ytics nomirror
Note:
See TracChangeset
for help on using the changeset viewer.