Skip to content

Do not throw when reading empty spectrum

Damien Lacoste requested to merge fix_empty_spectrum_read into main

Utils.h, data extractor add try catch around data extraction. In case of empty spectrum this throw and then it's a pain. In this case return an empty value.

fix #3

Is this actually really what we want? the display is actually not nice as we have 2 new lines, but not sure what to put…

Merge request reports