bids-standard / bids-specification

Brain Imaging Data Structure (BIDS) Specification
https://bids-specification.readthedocs.io/
Creative Commons Attribution 4.0 International
273 stars 157 forks source link

Update (new version) of MEF3 format (MED). #1931

Open MEDFormat opened 4 days ago

MEDFormat commented 4 days ago

Hello,

I am Matt Stead, the creator of all the MEF formats (1-3). The new version MEF version (MED) is faster & produces better compression than its predecessors. It continues to be HIPAA & IRB compliant. A fuller description of MED is available on https://MEDFormat.org.

I currently have 4 groups asking me about official BIDS compatibility.

MED data can be read in open source multiple tools (Matlab, FieldTrip, EEGLab, Python , Neo).

These tools are freely available in compiled form for all major platforms (MacOS, Linux, Windows) as well as having source code and specification documents available on https://github.com/MEDFormat.

There are also multiple free data converters (MEF, EDF, DAT, Neuralynx (NCS & NRD), & NATUS) available.

I would be happy to make the pull request for this.

@bids-standard/raw-electrophys-ieeg

effigies commented 4 days ago

FWIW I'm +1 on this, but I don't work with these data.

I believe the places to update in the schema would be:

I did open https://github.com/MEDFormat/MEDPython/issues/6, though. The usability of a GPL'd Python library is questionable if users do not want to GPL their own code. I am having trouble digging up references, but I recall seeing some lack of clarity whether Python's import mechanism triggered LGPL or not. IIRC the most similar license that was definitely safe for use in non-GPL Python projects was the Mozilla Public License v2.


Edit: Got a reply at https://github.com/MEDFormat/MEDPython/issues/6#issuecomment-2377832591. import dhn_med_py is not considered to trigger GPL restrictions by the authors.