Changeset 7256 in ntrip
- Timestamp:
- Aug 26, 2015, 5:30:51 PM (9 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r7247 r7256 1733 1733 <li>Maximum degree of spherical harmonics</li> 1734 1734 <li>Maximum order of spherical harmonics</li> 1735 <li>Height of ionospheric layer [ km]</li>1735 <li>Height of ionospheric layer [m]</li> 1736 1736 </ul> 1737 1737 Subsequent records in this block provide the following information: -
trunk/BNC/src/pppModel.cpp
r7251 r7256 426 426 double stec = 0.0; 427 427 for (unsigned ii = 0; ii < vTec->_layers.size(); ii++) { 428 double layerHeight = vTec->_layers[ii]._height * 1000.0; // m 429 piercePoint(layerHeight, epoch, geocSta.data(), sphEle, sphAzi); 428 piercePoint(vTec->_layers[ii]._height, epoch, geocSta.data(), sphEle, sphAzi); 430 429 double vtec = vtecSingleLayerContribution(vTec->_layers[ii]); 431 430 stec += vtec * sin(sphEle * _psiPP);
Note:
See TracChangeset
for help on using the changeset viewer.