aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

Improved error message when get_dicom_info.pl does not exist or is not executable #1010

Closed nicolasbrossard closed 1 year ago

nicolasbrossard commented 1 year ago

This PR modifies MRIProcessingUitlies.pm so that an error message is displayed when the script referred to by config setting get_dicom_info is invalid (i.e does not exists or is not executable). This PR affects any script that converts DICOM files into MINC files (the pipeline itself, tarchiveLoader, etc...)

Fixes #1011