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

export of imageList to csv #4

Closed Alex-Dexter closed 5 years ago

Alex-Dexter commented 6 years ago

Export of image list to csv doesn't work. On looking the error is caused by the initial image being now defined as TIC not a m/z range. This can be fixed by changing the imageListToValues function in DataViewer to be from 1:length(imagesToGenerate) to 2:length(imagesToGenerate)

AlanRace commented 5 years ago

This is now fixed in the latest commit.