PriorityScheduler¶
- class astroplan.PriorityScheduler(*args, **kwargs)[source]¶
Bases:
astroplan.scheduling.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