static_list

Provides a static list of controllers, simplest scheduler.

Module summary

Classes

StaticList(radar, controllers[, profiler, …])

#TODO: Docstring

Contents

StaticList

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

Bases: sorts.scheduler.scheduler.Scheduler

#TODO: Docstring

calculate_observation(txrx_pass, t, generator, **kwargs)

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.

generate_schedule(t, generator)

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

get_controllers()[source]

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)[source]

Update the scheduler information.