PriorityScheduler#
- class astroplan.PriorityScheduler(*args, **kwargs)[source]#
Bases:
SchedulerA scheduler that optimizes a prioritized list. That is, it finds the best time for each ObservingBlock, in order of priority.
Methods Summary
attempt_insert_block(b, new_start_time, ...)Methods Documentation