Skip to content

Commit

Permalink
Fix IGS final sampling rate
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneDu-GA committed Dec 10, 2024
1 parent ce69f1f commit cc18c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnssanalysis/gn_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def generate_sampling_rate(file_ext: str, analysis_center: str, solution_type: s
"BIA": "01D",
"SP3": {
("COD", "GFZ", "GRG", "IAC", "JAX", "MIT", "WUM"): "05M",
("ESA"): {"FIN": "05M", "RAP": "15M", None: "15M"},
("ESA", "IGS"): {"FIN": "05M", "RAP": "15M", None: "15M"},
(): "15M",
},
"CLK": {
Expand Down

0 comments on commit cc18c95

Please sign in to comment.