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 Aug 13, 2024
1 parent 1a6f0bd commit 5e58792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/forcedphot/ephemeris/horizons_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def query_single_range(self, query: QueryInput, save_data: bool = False) -> Quer
jd_mid = (start + (end - start) / 2).jd
mag_type = "Tmag"
ephemeris = obj.ephemerides(
# closest_apparition=True, no_fragments=True, skip_daylight=True
closest_apparition=f"<{jd_mid:.0f}",
no_fragments=True,
skip_daylight=False,
Expand Down

0 comments on commit 5e58792

Please sign in to comment.