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

Dcm2bids (including dcm2bids_scaffold) #293

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

MontrealSergiy
Copy link
Contributor

@MontrealSergiy MontrealSergiy commented Dec 2, 2024

The integration is a bit straightforward and supports all the input parameters suggested dcm2bids. It offers three options with respect to desired output format, so user will have to chose one of following

  1. only single subject directory (or a set of, if a extended cbrain list is provided)
  2. generate a bids scaffolding using dcm2bids_scaffold and places a single subject folder there
  3. add new subject to an existing bids dataset (or rather bids scaffolding/stub)

It does not support handling DICOM dataset with many subjects, user should split the original DICOM into singe subject folders themselves. Vladimir uses a python library for that,
however so far splitting of DICOM onto subjects (aka participants) is not integrated, should be done by user.

User might be provided with Extended CBRAIN File List.

The dcm2bids_helper is not integrated based on preliminary recommendation of Bryan. User can run it, or dcm2nii on his machine or JypiterHub to better understand the protocol and configure conversion.

I suggest as a first step the tool should be deployed and open only for several trusted users for testing and preliminary feedback (maybe Naj or Vladimir).

PS. There is an older version of dcm2nii in CBRAIN yet there is a third party boutiques for a recent dcm2nii, probably may be integrated to CBRAIN if needed.

@MontrealSergiy MontrealSergiy self-assigned this Dec 2, 2024
@MontrealSergiy MontrealSergiy linked an issue Dec 2, 2024 that may be closed by this pull request
@MontrealSergiy MontrealSergiy changed the title Dcm2bids scaffold Dcm2bids (including dcm2bids_scaffold) Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a Dicom2BIDS tool
1 participant