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 | NoneInput file name(s) or identifier for the source data. pipelinestrName of the pipeline that initialised this descriptor. Returns: dictDescriptor with keys pipeline, input, timestamp, versions, and an empty steps list.