Dear all,
I have a single session to each subject (5 runs per each).
I tried to run heuristic.py; dcm2niix is working, but the output is not order (in Nifti folder: “run001.nii.gz”…“run005.nii.gz” and not “code/sub-01/anat/sub-01_run-001_T1w” for example)
my script:
(I also tried to specified s.dim1/s.dim2 but I got the same results
docker run --rm -it -v mypath:/base nipy/heudiconv:latest -d /base/Dicom/sub-{subject}//MR. -o /base/Nifti/ -f /base/Nifti/code/heuristic.py -s 01 -c dcm2niix -b --overwrite