Dcm2bids (including dcm2bids_scaffold) #293
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 followingdcm2bids_scaffold
and places a single subject folder thereIt 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, ordcm2nii
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.