qsiprep icon indicating copy to clipboard operation
qsiprep copied to clipboard

Mix of single and multishell data in a session

Open ins0mniac2 opened this issue 4 years ago • 1 comments

If there is a multishell acquisition split into N files, qsiprep by default combines them for a single reconstruction. If, in addition, there is also a single shell acquisition, what will it do ? Do I have control over whether in that case we would like it to 1) either combine them all, or 2) separately process the singleshell data ? To me it seems like the --separate_all_dwis option is all or none ?

ins0mniac2 avatar Nov 18 '20 23:11 ins0mniac2

Although it's been over a year, I'd like to provide an answer.

This might be a simple fix: try to provide an acq- label to your dwi file names.

e.g. for single shell

sub-001_acq-single_dir-AP_dwi.nii.gz sub-001_acq-b1000_dir-AP_dwi.nii.gz

for multi shell

sub-001_acq-multi_dir-AP_dwi.nii.gz sub-001_acq-b1000b2000_dir-AP_dwi.nii.gz

You might find the b1000b2000 label a bit more descriptive.

ajschadler12 avatar Oct 29 '21 22:10 ajschadler12

It's been much more than a year now, but I might suggest it's not a good idea to combine single and multishell data into a single processing stream.

mattcieslak avatar Jan 12 '24 03:01 mattcieslak

I think this is another use case for BIDS filters

cookpa avatar Jan 12 '24 03:01 cookpa