Scheduler

class sorts.scheduler.scheduler.Scheduler(radar, profiler=None, logger=None)[source]

Bases: abc.ABC

A Scheduler for executing time-slices of different radar controllers.

#TODO: Docstring

Methods

__init__(radar[, 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(*args, **kwargs)

Update the scheduler information.