-
Notifications
You must be signed in to change notification settings - Fork 0
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
Clarification on the documentation and open to collaboration #2
Comments
Hi @jcohenadad, Thank you for your taking a look at this project ! ContextFirst I would like to explain a bit the context (I might add some info in the README later). I work in a lab acquiring data for many different protocols. We need to apply BIDS architecture to our homemade archive architecture, where every protocol have a different way to name their sequences. A "simple" 3DT1 can be called : Use caseexample 1If I need to prepare BIDS data for a single (or a few) cohorts, I would use Dcm2Bids, since it does not take too much tome to prepare each example 2However, if I need to prepare BIDS data on heterogeneous cohorts, I would prefer to use niix2bids since I don't need to prepare a So ?My opinion is Dcm2Bids and niix2bids do not share exactly the same objective. Limitations
You are right, for the moment niix2bids is limited to Siemens magnets. It's a work in progress, I only have enough data from my lab, which only have Siemens. So far, scanner model do not matter. At least for Siemens, it's ok. Sequence ? You have a good point. So far, most Siemens Product sequences and most common C2P (like CMRR MultiBand) are compatible and tested. I tested most of the data we have in our lab. To add new sequences, or a user can make a PR so we add it in the default config file, or he can modify his local version. But this is once and for all. Collaboration & effort merge100% agreed ! |
Thank you for the thorough answer @benoitberanger. I'll give it some thoughts on how we could merge efforts. Hopefully the community can also chip in with ideas / initiatives. |
Hi @benoitberanger,
Thank you for creating this BIDS conversion toolbox. It looks like a great tool! To answer the following point in the README:
I would like to kindly point out that dcm2bids is in fact fully automatic, as long as the configuration file covers the proper use cases, so to make it 100% compatible only requires to expand the existing configuration file to larger scenarios. Based on what I understand from how niix2bids works, it also uses an ad hoc configuration files (here and here) that needs to be tweaked for new sequences, scanner model and vendors.
Given that both niix2bids and dcm2bids are both open source and relatively small projects, I think our communities would benefit greatly from collaborating with each other, so there is less effort spent in maintaining several packages. I am not saying that niix2bids or dcm2bids projects should be discontinued, but I just would like to start a dialogue, to see how our teams can collaborate and how we can essentially merge our efforts.
The text was updated successfully, but these errors were encountered: