From 9400daecf6fab39c03bdf68135dc017ffe75a880 Mon Sep 17 00:00:00 2001 From: Ronald Maj Date: Fri, 16 Aug 2024 03:30:13 +0000 Subject: [PATCH] doc: Remove initial DZ: from comment --- gnssanalysis/gn_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnssanalysis/gn_download.py b/gnssanalysis/gn_download.py index 3932d2b..b2c219b 100644 --- a/gnssanalysis/gn_download.py +++ b/gnssanalysis/gn_download.py @@ -883,7 +883,7 @@ def download_product_from_cddis( :param str if_file_present: What to do if file already present: "replace", "dont_replace", defaults to "prompt_user" :raises FileNotFoundError: Raise error if the specified file cannot be found on CDDIS """ - # DZ: Download the correct IGS FIN ERP files + # Download the correct IGS FIN ERP files if file_ext == "ERP" and analysis_center == "IGS" and solution_type == "FIN": # get the correct start_epoch start_epoch = GPSDate(str(start_epoch)) start_epoch = gpswkD2dt(f"{start_epoch.gpswk}0")