Skip to content

Commit

Permalink
V2.09 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangChuntao committed Jun 30, 2023
1 parent 90e23a0 commit 0f03127
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FAST_src/FAST.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ exe = EXE(
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon='FAST.ico',
icon=['FAST.ico'],
)
10 changes: 6 additions & 4 deletions FAST_src/FTP_Source.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,10 +706,12 @@
"ftp://edc.dgfi.tum.de/slr/data/npt_crd/beidou3m9/<YYYY>/beidou3m9_<YYYY><MONTH>.npt",
"ftp://edc.dgfi.tum.de/slr/data/npt_crd/beidou3m9/<YYYY>/beidou3m9_<YYYY><MONTH><DAY>.npt"],

"IGS_zpd": ["ftp://igs.gnsswhu.cn/pub/gps/products/troposphere/new/<YYYY>/<DOY>/<SITE><DOY>0.<YY>zpd.gz",
"--ftp-user anonymous --ftp-password [email protected] "
"ftps://gdc.cddis.eosdis.nasa.gov/gnss/products/troposphere/zpd/<YYYY>/<DOY>/<SITE><DOY>0.<YY"
">zpd.gz"],
"IGS_zpd": [
'ftp://igs.gnsswhu.cn/pub/gps/products/troposphere/new/<YYYY>/<DOY>/IGS0OPSFIN_<YYYY><DOY>0000_01D_05M_<SITE_LONG>_TRO.TRO.gz',
"ftp://igs.gnsswhu.cn/pub/gps/products/troposphere/new/<YYYY>/<DOY>/<SITE><DOY>0.<YY>zpd.gz",
"--ftp-user anonymous --ftp-password [email protected] "
"ftps://gdc.cddis.eosdis.nasa.gov/gnss/products/troposphere/zpd/<YYYY>/<DOY>/<SITE><DOY>0.<YY"
">zpd.gz"],

"COD_tro": ["ftp://igs.gnsswhu.cn/pub/gps/products/<GPSW>/COD0OPSFIN_<YYYY><DOY>0000_01D_01H_TRO.TRO.gz",
"ftp://igs.gnsswhu.cn/pub/gps/products/<GPSW>/cod<GPSWD>.tro.Z",
Expand Down
Binary file modified FAST_src/win_bin/FAST.exe
Binary file not shown.
Binary file modified Linux/FAST
Binary file not shown.
Binary file modified Win_QT/win_bin/FAST.exe
Binary file not shown.
Binary file modified Windows/FAST.exe
Binary file not shown.

0 comments on commit 0f03127

Please sign in to comment.