astropy / astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://astroplan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
198 stars 109 forks source link

Adding telescope constraints to the time_dependent plots #548

Open SunilSimha opened 1 year ago

SunilSimha commented 1 year ago

Hello!

I'm proposing the addition of Constraints to the time_dependent plots, specifically plot_airmass. Currently, my changes add a thick black line where the telescope constraints are not satisfied (i.e. the object is not observable when it's marked black). image The figure above shows an example image with my custom Constraint class called KeckVisibility which takes into account the various telescope pointing constraints at Keck I and Keck II.

I've not made any changes to the other plots yet as they're plotted somewhat differently but am happy to take suggestions for those as well.

Regards, Sunil