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:
scheduleSchedule

a schedule object output by a scheduler

show_nightbool

Shades the night-time on the plot

Returns:
axAxes

An Axes object with added airmass and schedule vs. time plot.