plot_schedule_airmass¶
- astroplan.plots.plot_schedule_airmass(schedule, show_night=False)[source]¶
Plots when observations of targets are scheduled to occur superimposed upon plots of the airmasses of the targets.
- Parameters
- schedule
Schedule
a schedule object output by a scheduler
- show_nightbool
Shades the night-time on the plot
- schedule
- Returns
- ax
Axes
An
Axes
object with added airmass and schedule vs. time plot.
- ax