Hi,

I am trying to unpack dicom files and convert them to nifti, but am running into an error. I ran the following command with no issue:
unpacksdcmdir -src dicomdir -targ  targetdir -scanonly targetdir/scan.info

however, when I try to run the next command to actually unpack the data:

unpacksdcmdir -src 0008 -targ NIFTI -fsfast \
? -run 7 3danat mgz 001.mgz \<<NIFTI>>

I get the following error message: Missing name for redirect.

Thanks,

Caroline