-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
The biosig-tools development team maintains a Python wrapper to their C++ library libbiosig
, which can be used to read GDF files into Python as Numpy arrays (PyPI link).
Currently it requires the user to pre-install the libbiosig
, which is not ideal. But if they ever get around to shipping libbiosig
in platform-specific wheels, Then it might be worthwhile for MNE-Python to rely on this package for reading GDF files. The benefit would be that we offload GDF reading duties to the file-format experts, reduce our maintenance burden and (hopefully) cut down the LOC in MNE. The downside is that this new reader is not pure Python.
This would follow the approach we have taken with AntIO and EDFIO. I also think that MATLAB already relies on the libbiosig
package for reading/writing GDF files.