Skip to content

Commit

Permalink
this is dow
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineYousfi committed Aug 1, 2024
1 parent b204ba5 commit 2e6d45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laika/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def download_orbits_russia_src(time, cache_dir, ephem_types):
t = time.as_datetime()
folder_paths = []
current_gps_time = GPSTime.from_datetime(datetime.utcnow())
filename = "Sta%i%i.sp3" % (time.week, time.day)
filename = "Sta%i%i.sp3" % (time.week, time.dow)
if EphemerisType.FINAL_ORBIT in ephem_types and current_gps_time - time > 2 * SECS_IN_WEEK:
folder_paths.append(t.strftime('%y%j/final/'))
if EphemerisType.RAPID_ORBIT in ephem_types:
Expand Down

0 comments on commit 2e6d45b

Please sign in to comment.