bemobil_mne.preproc.init_descriptor#

bemobil_mne.preproc.init_descriptor(source=None, pipeline='')[source]#

Initialise a provenance descriptor dict for a processing run.

Parameters:
sourcestr | Path | list | None

Input file name(s) or identifier for the source data.

pipelinestr

Name of the pipeline that initialised this descriptor.

Returns:
dict

Descriptor with keys pipeline, input, timestamp, versions, and an empty steps list.