PriorityScheduler#

class astroplan.PriorityScheduler(*args, **kwargs)[source]#

Bases: Scheduler

A 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

attempt_insert_block(b, new_start_time, start_time_idx)[source]#