mne_epochs_to_tldata#

syncopy.mne_epochs_to_tldata(ea)[source]#

Convert MNE EpochsArray to time-locked Syncopy AnalogData instance.

This function requires MNE Python (package ‘mne’) and will raise an ImportError if it is not installed.

Parameters:

ea (mne.EpochsArray instance) –

Returns:

tldata

Return type:

syncopy.AnalogData instance. The trial definition will be set to the MNE epochs, and it is guranteed that the data is time-locked.