TheLabbingProject / django_mri

A reusable Django app to manage MRI data.
https://django-mri.readthedocs.io/en/latest/
Apache License 2.0
7 stars 5 forks source link

NIfTI conversion failures #97

Closed ZviBaratz closed 3 years ago

ZviBaratz commented 3 years ago

NIfTI conversion currently raises an exception for non-BIDS compatible destinations. This is caused by Dcm2niix, which expects the file to be created at the returned_path, which is parsed from the process' output.