raw_mne_to_adata#

syncopy.raw_mne_to_adata(ar)[source]#

Convert MNE python mne.io.RawArray to spy.AnalogData (single-trial data).

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

Parameters:

ar (mne.io.RawArray instance) –

Returns:

adata

Return type:

syncopy.AnalogData instance, with no trial definition (singl-trial data).