Closed LRAlvarado closed 4 years ago
Hi @LRAlvarado, you would simple give it all your scanning sequences separated by a comma such that it reads $DWI1,$DWI2,...,$DWIn
in a single string. There should be no space separating your inputs. In your case, try removing the \
slash to see if it helps. Docker can be quite finicky something especially on Windows systems.
Thank you, @TheJaeger. I think the problem was the lack of accompanying bvals and bvecs files for my AP and PA images.
@LRAlvarado well I totally overlooked your dataset. It's fantastic you got it to work. Let us know if you'd like additional features to be implemented, we'd be more than happy to work them in for you.
Hi all,
I am running PyDesigner via Neurodock v1.0-RC5. I am trying to run a single subject with the dataset organized as per BIDS. I have AP and PA phase encoding images that I would normally use in FSL for eddy correction. While trying to load them into the docker as follows:
I get the following error:
pydesigner: error: unrecognized arguments: /data/sub-K327/ses-pedsSCI001/fmap/sub-K327_ses-pedsSCI001_acq-dwiAP_epi.nii.gz, /data/sub-K327/ses-pedsSCI001/fmap/sub-K327_ses-pedsSCI001_acq-dwiPA_epi.nii.gz
Is there a way to pass these images through?