Skip to content

Commit

Permalink
Update de440s.bsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Amirreza-Jabbari authored Dec 9, 2024
1 parent 16c4cc3 commit 38b749d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astronomy/celestial_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, latitude, longitude, elevation=0):
self.ts = load.timescale()

# Load comprehensive SPICE kernel
self.planets = load('de440.bsp')
self.planets = load('de440s.bsp')

# Create observer location
self.location = Topos(
Expand Down Expand Up @@ -389,4 +389,4 @@ def _generate_dates(self, start_date, end_date):
while current <= end_date:
dates.append(current)
current += timedelta(days=1)
return dates
return dates

0 comments on commit 38b749d

Please sign in to comment.