Skip to content

Commit c6a1812

Browse files
committed
docstring edit
1 parent cc901a6 commit c6a1812

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

gnss_lib_py/utils/sv_models.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ def add_sv_states_precise(navdata, file_paths = None,
7070
navdata : gnss_lib_py.parsers.navdata.NavData
7171
Instance of the NavData class that must include rows for
7272
``gps_millis``, ``gnss_id``, ``sv_id``, and ``raw_pr_m``.
73-
source : string
74-
The method used to compute SV states. If 'precise', then will
75-
use SP3 and CLK precise files.
7673
file_paths : list, string or path-like
7774
Paths to existing SP3 or CLK files if they exist.
7875
download_directory : string or path-like
@@ -591,10 +588,6 @@ def find_sv_location(gps_millis, rx_ecef, ephem=None, sv_posvel=None, get_iono=F
591588

592589
return sv_posvel, del_pos, true_range
593590

594-
595-
596-
597-
598591
def _filter_ephemeris_measurements(measurements, constellations,
599592
ephemeris_path = DEFAULT_EPHEM_PATH, get_iono=False):
600593
"""Return subset of input measurements and ephmeris containing

0 commit comments

Comments
 (0)