You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to export the data to edf format file. It failed.
The code is : raw = mne.io.read_raw_edf(r"\\NITD-NAS\bci-rw\sleep\sleep-edf-database-expanded-1.0.0\sleep-edf-database-expanded-1.0.0\sleep-cassette\SC4001E0-PSG.edf") raw.export(fname=r"E:\work\NITD\software_test\outputedf.edf", fmt="edf", physical_range="channelwise")
Hi @BEGINRX ,
I would like to work on this issue. Have you tried any other export formats, or does the error only happen with fmt="edf"? Also, could you share the exact error message to understand the problem better?
Description of the problem
I tried to export the data to edf format file. It failed.
The code is :
raw = mne.io.read_raw_edf(r"\\NITD-NAS\bci-rw\sleep\sleep-edf-database-expanded-1.0.0\sleep-edf-database-expanded-1.0.0\sleep-cassette\SC4001E0-PSG.edf") raw.export(fname=r"E:\work\NITD\software_test\outputedf.edf", fmt="edf", physical_range="channelwise")
And the error is
Steps to reproduce
Link to data
No response
Expected results
Get the edf file.
Actual results
Get the edf file.
Additional information
Error.
The text was updated successfully, but these errors were encountered: