Open nicochunger opened 1 year ago
To add, I just tested the same thing with twilight_evening_civil()
and with twilight_evening_astronomical()
and it works in both cases. So the problem is just with the nautical twilight
Does this FAQ page answer your question? https://astroplan.readthedocs.io/en/latest/faq/precision.html
I'm using astroplan to schedule observations, and one of the many tasks is getting the nautical twilight time each night. It worked perfectly for many months, until it unexpectedly broke on the 3rd of November.
The code to reproduce the error is the following:
The output:
For some reason, it thinks the Sun never crosses the horizon on the 3rd of November. To troubleshoot, I tried changing the dates, and it works for a day earlier (02/11) or a day later (04/11). So it's specifically with the 3rd of November, and of any year as well. And apparently this error only appears with "lasilla" at the site of the observer. When I change it to "paranal" it does work. So I'm a bit lost on what could be causing this problem.