How to map DWI images to BIDS filenames #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is part of the information extracted by Heudiconv while stacking Aachen DICOMs, related to diffusion imaging:
Note:
is_derivedrefers to(0008,0008) ImageTypeDICOM header field -- apparently either["ORIGINAL", "PRIMARY", "DIFFUSION", "NONE"]or["DERIVED", "PRIMARY", "DIFFUSION", "ADC"]I currently assumed the following naming pattern (numbers refer to the sequence numbers from series_id column above):
I am not sure of my choices above. I have the following three questions.
b0ref(12) andmshell_ref(15) as "single band reference" (sbref suffix)? If yes, then the fact that heudiconv / dcm2niix generates bval and bvec sidecars should be looked into ("The single-band reference image MAY be stored with suffix sbref (for example, dwi/sub-control01_sbref.nii[.gz]) as long as the image has no corresponding gradient information") 1.dwi_mshellimages (ORIGINAL and DERIVED) are found inQ01_dwi_b0ref_12_MRandQ01_dwi_mshell_13_MRdirectories respectively?For reference, here is BIDS spec for diffusion imaging data.
edit 2025-05-08: Heudiconv PR 819 discusses something similar ↩︎
How to map DWI images to BIDS filenames (Aachen dataset)?to How to map DWI images to BIDS filenames