Schedule¶
-
class
astroplan.Schedule(start_time, end_time, constraints=None)[source]¶ Bases:
objectAn object that represents a schedule, consisting of a list of
Slotobjects.Parameters: start_time :
TimeThe starting time of the schedule; the start of your observing window
end_time :
TimeThe ending time of the schedule; the end of your observing window
constraints : sequence of
Constraintsthese are constraints that apply to the entire schedule
Attributes Summary
observing_blocksopen_slotsscheduled_blocksMethods Summary
change_slot_block(slot_index[, new_block])insert_slot(start_time, block)new_slots(slot_index, start_time, end_time)to_table([show_transitions, show_unused])Attributes Documentation
-
observing_blocks¶
-
open_slots¶
-
scheduled_blocks¶
Methods Documentation
-