StaticList

class sorts.scheduler.static_list.StaticList(radar, controllers, profiler=None, logger=None, **kwargs)[source]

Bases: sorts.scheduler.scheduler.Scheduler

#TODO: Docstring

Methods

__init__(radar, controllers[, profiler, logger])

Initialize self.

calculate_observation(txrx_pass, t, …)

Takes a pass over a tx-rx pair and the corresponding evaluated times and generator that returns radar instances to generate a set of observed data.

chain_generators(generators)

generate_schedule(t, generator)

Takes times and a corresponding generator that returns radar instances to generate a radar schedule.

get_controllers()

This should init a list of controllers and set the t (global time) and t0 (global time reference for controller) variables on them for their individual time samplings.

observe_passes(passes, **kwargs)

#TODO: Docstring

schedule(**kwargs)

#TODO: Docstring

update(controllers)

Update the scheduler information.