agora.io.writer

Functions

load_attributes(file[, group])

Load the metadata from an h5 file and convert to a dictionary, including the "parameters" field which is stored as YAML.

locate_indices(existing, new)

Classes

DynamicWriter(file)

Provides a parent class for all writers.

LinearBabyWriter(file)

Write data stored in a Baby instance to h5 files.

StateWriter(file)

Write information summarising the current state of the pipeline - the 'last_state' dataset in the h5 file.

TilerWriter(file)

Write data stored in a Tiler instance to h5 files.

Writer(filename[, flag, compression])

Class to transform data into compatible structures.