AFL.automation.APIServer.data.TiledClients.CatalogOfAFLEvents#

Classes

CatalogOfAFLEvents(*args, **kwargs)

a subclass of tiled.Container that adds accessor methods to iterate over samples, drivers, and convienence methods that let you filter by sample name/driver more easily

Container(context, *, item, structure_clients)

Eq(key, value)

Query equality of a given key's value to the specified value.

tqdm

alias of tqdm_asyncio

class AFL.automation.APIServer.data.TiledClients.CatalogOfAFLEvents.CatalogOfAFLEvents(*args, **kwargs)[source]#

a subclass of tiled.Container that adds accessor methods to iterate over samples, drivers, and convienence methods that let you filter by sample name/driver more easily

__init__(*args, **kwargs)[source]#

This is not user-facing. Use Node.from_uri.

list_samples()[source]#
list_drivers()[source]#
list_tasks()[source]#
groupby_sample()[source]#
groupby_driver()[source]#
driver(driver_name)[source]#

shorthand to return only a particular driver

sample_uuid(sample_uuid)[source]#
task_uuid(task_uuid)[source]#
task(task)[source]#
al_campaign_name(al_campaign)[source]#
dataset_for_task(task_uuid)[source]#

return a particular task as an xarray dataset