Slot¶
- class astroplan.Slot(start_time, end_time)[source]¶
Bases:
object
A time slot consisting of a start and end time
Attributes Summary
Methods Summary
split_slot
(early_time, later_time)Split this slot and insert a new one.
Attributes Documentation
- duration¶
Methods Documentation