#python-3.x #csv #duplicates #mne-python #european-data-format
Вопрос:
Я новичок в формате файлов edf для ЭЭГ, поэтому, когда я пытался преобразовать edf в CVS, я получал сообщение об ошибке
<ipython-input-47-29e11a4df1ba>:3: RuntimeWarning:
Channel names are not unique, found duplicates for: {'T8-P8'}. Applying running numbers for duplicates
и вот код:
import numpy as np
import mne
edf = mne.io.read_raw_edf('/content/drive/MyDrive/Project/chb01_01.edf')
header = ','.join(edf.ch_names)
np.savetxt('/content/drive/MyDrive/Project/chb01_01.csv', edf.get_data().T, delimiter=',', header=header)
Набор данных взят из https://physionet.org/content/chbmit/1.0.0/chb01/