Reloading spectra

Hi,
What is the quickest way to reload a spectrum if I have reprocessed it? Currently, I either point change the path to another file of the same type of experiment and then back to the original path or restart the program. Is there a quicker way like a refresh button or a command in a console?
Thanks,
Józef

Hi Józef,

this isn’t yet in the GUI, but you can do it on the command line:

spectrum = get('SP:mySpectrum')
spectrum.reload()

We’ll see if we can add it to the Spectrum Context menu in the sidebar or something like that some time soon.

Vicky

Thank you, Vicky. That is more convenient.