Skip to content

Commit

Permalink
modified: src/forcedphot/ephemeris/horizons_interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
szilac committed Jul 20, 2024
1 parent f82147b commit 6aa4e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forcedphot/ephemeris/horizons_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def query_single_range(self, query: QueryInput) -> QueryResult:

@classmethod
def query_ephemeris_from_csv(
cls, csv_filename: str, observer_location=DEFAULT_OBSERVER_LOCATION,save_data=False
cls, csv_filename: str, observer_location=DEFAULT_OBSERVER_LOCATION, save_data=False
):
"""
Query ephemeris for multiple celestial objects from JPL Horizons based on a CSV file and save
Expand Down

0 comments on commit 6aa4e49

Please sign in to comment.