Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with using .cnt files #48

Closed
neuro-sevas opened this issue Dec 1, 2021 · 3 comments · Fixed by #55
Closed

problem with using .cnt files #48

neuro-sevas opened this issue Dec 1, 2021 · 3 comments · Fixed by #55

Comments

@neuro-sevas
Copy link

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

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

yjmantilla added a commit that referenced this issue Dec 1, 2021
yjmantilla added a commit that referenced this issue Dec 1, 2021
@yjmantilla
Copy link
Owner

Also related to mne-tools/mne-bids#922

@yjmantilla
Copy link
Owner

I finally was able to merge the PR in mne-bids related to this mne-tools/mne-bids#924

@yjmantilla
Copy link
Owner

yjmantilla commented Jan 13, 2022

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.

yjmantilla added a commit that referenced this issue Feb 7, 2022
- CNT implementation. Closes problem with using .cnt files  #48 , but by requiring the latest dev version of mne-bids. Once they include it on the stable version we should ask for the stable one.
- Fixes bids_validator requirement missing in the user installation mode. This is used in heuristics.py.
- Now if an entity value has '_' or '-', they will be changed to '' automatically to adapt to the bids standard. In the future it would be nice for the user to choose which replacement to do.
- Now, files with problems for conversion or rules applying will be skipped and the corresponding error and filepath will be saved on the log.
- Typo correction. Closes correct typo in documentation #53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants