kschan0214 / sepia

Matlab GUI pipeline application for quantitative susceptibility mapping (QSM)
MIT License
46 stars 10 forks source link

Running Sepia with Matlab 2015Rb #83

Open ahervouin opened 5 months ago

ahervouin commented 5 months ago

Hi,

After installing SEPIA with Matlab 2015Rb and installing all libraires, I had an issue running Sepia :

Load data

Searching input directory based on SEPIA default naming structure... #####################################################

Checking input directory for SEPIA default format

##################################################### There was an error! Please check the command window/error message file for more information. Reference to non-existent field 'folder'.

My input data were magnitude.nii and phase.nii + the Sepiaheader.mat. These data worked well on a 2017Rb and 2023Rb Matlab versions Could it be an issue with the Matlab version ?

Thanks,

Aurelien

kschan0214 commented 5 months ago

Hi Aurelien,

The latest SEPIA versions only support Matlab R2016b onward. It is because earlier Matlab versions have different implementations regarding their graphical user interface tools and/or some of the latest scripts use functions that do not yet exist in earlier versions.

Hope this could be helpful.

Kwok