Slot¶
-
class
astroplan.
Slot
(start_time, end_time)[source]¶ Bases:
object
A time slot consisting of a start and end time
Parameters: start_time :
Time
The starting time of the slot
end_time :
Time
The ending time of the slot
Attributes Summary
duration
Methods Summary
split_slot
(early_time, later_time)Attributes Documentation
-
duration
¶
Methods Documentation
-