You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/tutorials/parsers.ipynb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -406,7 +406,7 @@
406
406
"id": "fe8e8d6a",
407
407
"metadata": {},
408
408
"source": [
409
-
"## Rinex v3 Observation File Parsing"
409
+
"# Rinex Observation File Parsing"
410
410
]
411
411
},
412
412
{
@@ -417,8 +417,8 @@
417
417
"Rinex is another file standard that is used in the GNSS community to store and transmit navigation information.\n",
418
418
"Files with the extension `.yyo`, where `yy` is the year in which the measurement was made, are used to store and transmit\n",
419
419
"measurements.\n",
420
-
"These measurements files can any constellation and each measurement usually contains the pseudorange, carrier phase (or difference from carrier frequency),\n",
421
-
"doppler, and signal-to-noise ration measurements.\n",
420
+
"These measurement files can contain any constellation and each measurement usually contains the pseudorange, carrier phase (or difference from carrier frequency),\n",
421
+
"doppler, and signal-to-noise ratio measurements.\n",
422
422
"In the following lines, we show how to load a ``.o`` file into a NavData instance."
423
423
]
424
424
},
@@ -430,8 +430,8 @@
430
430
"outputs": [],
431
431
"source": [
432
432
"# download Rinex obs file and load it into NavData instance\n",
0 commit comments