questions > RE: Cropping 3D acquisitions throwing error
May 31, 2024  06:05 PM | Chris Rorden
RE: Cropping 3D acquisitions throwing error

This question is underspecified. You need to provide the whole output for context. I would suggest trying to run the commands from the command line instead of Python to troubleshoot the source of your error. Since modern file systems allow spaces in file paths, I would not use a space as a delimiter, rather provide your arguments as a list:


 


subprocess.call(["dcm2niix", "-z", "n", "-o", "~/outdir", "~/indir"])

Threaded View

TitleAuthorDate
hr3260 May 31, 2024
RE: Cropping 3D acquisitions throwing error
Chris Rorden May 31, 2024
hr3260 Jun 2, 2024
Chris Rorden Jun 2, 2024
hr3260 Jun 6, 2024