savu.data.experiment_collection module

class Experiment(options)[source]

One instance of this class is created at the beginning of the processing chain and remains until the end. It holds the current data object and a dictionary containing all metadata.

create_data_object(dtype, name, override=True)[source]

Create a data object.

Plugin developers should apply this method in loaders only.

Params str dtype

either “in_data” or “out_data”.

get(entry)[source]

Get the meta data dictionary.

log(log_tag, log_level=10)[source]

Log the contents of the experiment at the specified level