-
Notifications
You must be signed in to change notification settings - Fork 2
Description
EDIT by @jl-wynen: Added links to issues
Feedback of test of workflow-widget-dream.ipynb (Dec 3rd 2024)
- The header should be corrected since it refers to LoKI. It could be replaced by
This notebook illustrates how we can use ESSreduce’s workflow widgets to generate a graphical interface for running a Diffraction reduction workflow using simulated data for DREAM.
-
Which entries are compulsory or optional? (GUI: Clear handling of optional parameters essreduce#141)
-
Only csv files are supported for loading. And there is no indication on the supported format. (GUI: Better file parameter widget essreduce#142)
-
A kind of file uploader would be useful.
-
What are the "Extended Outputs"? The list of items does not seem to be all linked with DREAM or Diffraction (like Monitor1,2...6)
-
For the bank name, the interface failed when I typed the name with a capital letter. It could be useful for future versions to have "RadioButtons", "Select" or "SelectMultiple" from ipywidgets to avoid misspelling issues. (GUI: Use an enum-style widget for DREAM detector names #111)
-
It is difficult to see if there are any processes running or if the interface is stuck (GUI: Progress indicator essreduce#143)
-
Selecting "DreamGeant4ProtonChargeWorkflow" and ReducedTofCIF as typical output, I get an error
(GUI: Support output of any type essreduce#144)