-
Notifications
You must be signed in to change notification settings - Fork 32
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
BIDS viewer in MATLAB #7
Comments
Hi @tanguyduval, Many thanks for this, it would be great if we could incorporate your changes in Concerning |
Hi @gllmflndn, I propose to add an option in bids.layout for tolerant parsing. (e.g. Both the viewer and the converter require Matlab. Some efforts have been made for compatibility with R2014a and for the absence of toolbox dependencies. Best, |
OK, let's add an option mechanism through |
Hi all,
Thank you for this very handy repo. This issue is to make you aware of my contributions since I'm using BIDS with MATLAB for nearly a year now:
I created this BIDS viewer for MATLAB based on the excellent imtool3D viewer:
https://github.com/tanguyduval/imtool3D_td
There is a dependency with the excellent dicm2nii toolbox for loading files
You can call it using imtool3D_BIDS
I am using this bids-matlab repo in order to parse the BIDS folder. But I had to make small changes to parse my BIDS folder since it was too sensitive to errors in .tsv files.
I recently collaborated with xiangruili to include an interactive BIDS converter in dicm2nii.
It would be great to have your feedbacks on the viewer and converter. And I would be very pleased to add these tools in bids-standard.
Best,
Tanguy
The text was updated successfully, but these errors were encountered: