Changeset 2242 in ntrip
- Timestamp:
- Jan 12, 2010, 3:44:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2240 r2242 461 461 bncParam* par = new bncParam(bncParam::AMB_L3, _params.size()+1, prn); 462 462 _params.push_back(par); 463 par->xx = satData->P3 - cmpValue(satData);463 /// par->xx = satData->L3 - cmpValue(satData); 464 464 } 465 465 } … … 642 642 643 643 ll(iObs) = satData->L3 - rhoCmp; 644 645 cout.setf(ios::fixed); 646 cout << prn.toAscii().data() << " " 647 << setprecision(3) << rhoCmp << " " 648 << setprecision(3) << satData->P3 << " " 649 << setprecision(3) << satData->L3 << endl; 650 644 651 PP(iObs,iObs) = 1.0 / (sig_L3 * sig_L3) / ellWgtCoeff; 645 652 for (int iPar = 1; iPar <= _params.size(); iPar++) { … … 663 670 } 664 671 672 cout << endl; 673 665 674 // Compute Filter Update 666 675 // ---------------------
Note:
See TracChangeset
for help on using the changeset viewer.