yjmantilla / sovabids

A python package for the automatic conversion of EEG datasets to the BIDS standard, with a focus on making the most out of metadata.
https://sovabids.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

problem with using .cnt files #48

Closed neuro-sevas closed 2 years ago

neuro-sevas commented 2 years ago

In app.py eeg file extension is hard coded for vhdr files only

Line 176: "rules": {'non-bids':{'eeg_extension':'.vhdr'}},

yjmantilla commented 2 years ago

Also related to https://github.com/mne-tools/mne-bids/issues/922

yjmantilla commented 2 years ago

I finally was able to merge the PR in mne-bids related to this https://github.com/mne-tools/mne-bids/pull/924

yjmantilla commented 2 years ago

what's left is updating sovabids so that now it doesnt ask for my fork of mne-bids but rather the updated version

EDIT: Have to wait until mne releases the updated version.