Claudius-Appel / duflor.gui

GUI frontent for `duflor`-package
https://claudius-appel.github.io/duflor.gui/
MIT License
0 stars 0 forks source link

Modified/additional spectra must be manually added and pushed into the `option` before loading both packages each time. Is there a simpler way (in the GUI itself)? #18

Open Claudius-Appel opened 6 months ago

Claudius-Appel commented 6 months ago

Currently, the GUI only handles the spectra defined in the options of duflor. However, additional spectra can be added by modifying these options before launching the GUI.

But that is not exactly the smoothest solution. Is there an in-GUI-solution to this problem which allows temporary addition of new spectra?

Claudius-Appel commented 6 months ago

I am not sure if this is a good idea anymore, since the introduction of state-management.

Currently, re-executing states is 95% consistent - the only difference is that deviations from the pre-selections of spectra based on the type of analysis performed can not be restored (due to how it is implemented internally).

Claudius-Appel commented 5 months ago

Nonetheless, the feature-branch for this will still be published, so that it might be implemented later.