File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ In the directory organization above:
7272 * Weighted Least Squares
7373 * Extended Kalman Filter
7474 * Calculating pseudorange residuals
75- * Calculating multi-GNSS satellite PVT information
75+ * Fault detection and exclusion
7676 * The data parsers in the ` parsers ` directory allow for either loading
7777 GNSS data into ` gnss_lib_py ` 's unifying ` NavData ` class or parsing
7878 precise ephemerides data.
@@ -87,8 +87,9 @@ In the directory organization above:
8787 * [ CLK clock products] ( https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/clock_products.html )
8888
8989 * The ` utils ` directory contains utilities used to handle
90- GNSS measurements, time conversions, visualizations, satellite
91- simulation, file operations, etc.
90+ GNSS measurements, time conversions, coordinate transformations,
91+ visualizations, calculating multi-GNSS satellite PVT information,
92+ satellite simulation, file operations, etc.
9293
9394Installation
9495------------
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ In the directory organization above:
8181 * Weighted Least Squares
8282 * Extended Kalman Filter
8383 * Calculating pseudorange residuals
84- * Calculating multi-GNSS satellite PVT information
84+ * Fault detection and exclusion
8585 * The data parsers in the :code: `parsers ` directory allow for loading
8686 GNSS data into :code: `gnss_lib_py `'s unifying :code: `NavData ` class
8787 or parsing precise ephemerides data.
@@ -96,8 +96,9 @@ In the directory organization above:
9696 * `CLK clock products <https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/clock_products.html >`__
9797
9898 * The :code: `utils ` directory contains utilities used to handle
99- GNSS measurements, time conversions, visualizations, satellite
100- simulation, file operations, etc.
99+ GNSS measurements, time conversions, coordinate transformations,
100+ visualizations, calculating multi-GNSS satellite PVT information,
101+ satellite simulation, file operations, etc.
101102
102103Installation
103104------------
You can’t perform that action at this time.
0 commit comments