Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Feb 6, 2025
1 parent f4f857e commit ab0040d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions laika/astro_dog.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ def download_parse_prediction_orbit(self, gps_time: GPSTime):
skip_until_epoch = gps_time - 2 * SECS_IN_HR

result = [self.fetch_count(download_orbits_gps(t, self.cache_dir, self.valid_ephem_types)) for t in [gps_time - SECS_IN_DAY, gps_time]]
if result is None:
return {}
return parse_sp3_orbits(result, self.valid_const, skip_until_epoch=skip_until_epoch)

def get_orbit_data(self, time: GPSTime, only_predictions=False):
Expand Down

0 comments on commit ab0040d

Please sign in to comment.