AlanRace / SpectralAnalysis

Software for the analysis and interactive exploration of spectral imaging data
https://alanrace.github.io/SpectralAnalysis/
Apache License 2.0
29 stars 9 forks source link

How run SpectralAnalysis ? #36

Open anani-a-missinou opened 3 years ago

anani-a-missinou commented 3 years ago

Hi dear developer,

We have MSI data from MALDI-MSI-FT-ICR. We want to use you tool standalone. I have installed MATLAB r2016 (windows version), but I have this error when a run runSpectralAnalysis.m


Error in Figure (line 21) this.createFigure();

Error in SpectralAnalysisInterface

Error in SpectralAnalysis (line 33) spectralAnalysis = SpectralAnalysisInterface();

Error in runSpectralAnalysis (line 8) SpectralAnalysis


thank you for your help

AlanRace commented 3 years ago

Hello, This is an odd error. There should be more to the error than posted here, was there anything above the line "Error in Figure (line 21)"?

Thanks, Alan

AlanRace commented 3 years ago

I have just updated how we deploy SpectralAnalysis and have included an installer. Perhaps you can try the installer? Available here.

Let me know whether this works for you.

Thanks,

Alan

anani-a-missinou commented 3 years ago

Hi dear Alan,

First of all, thank you for your response. I tried to install, but I get this following error relating to the internet connection which is on the other hand active.

image

Thank

AlanRace commented 3 years ago

Do you have a proxy set up? If so, is this set through system settings? The installer should automatically inherit system proxy settings.

Alternatively you could install the R2020a runtime yourself, and hopefully with the new standalone version (1.4.0) you don't encounter the same issue as before.

Alan