New feature ? : choose recipe and parameter destination #18
Replies: 4 comments 7 replies
-
@pyMatJ @Totorminator98 opinion please :) |
Beta Was this translation helpful? Give feedback.
-
I think combobox in scanner, as it is, is convenient at assembling steps. Only minor problem is - adding steps to a configuration will automatically go to the last recipe in the configuration. Not entirely a bad thing since you can drag and drop steps. When assembling steps in the configuration, sometimes the user may not be not entirely clear which recipe the user wants the steps to be in, so I think the current setup is more user-friendly (click fewer buttons) |
Beta Was this translation helpful? Give feedback.
-
Separately, I have an important question. Is there a way I can retrieve the Parameter table in Scanner as a step in my recipe? I was reading through the backend, and I want to save and manipulate the table obtained from ConfigManager.getParamDataFrame. The process I have in mind is to do scanning microscopy, and I want to dynamically update the grid I want to scan, on the right of Scanner. That requires knowing the position ranges I want to scan even before starting the scan. The only way I can think of, is to directly obtain the ParamDataFrame and construct the grid out of it. |
Beta Was this translation helpful? Give feedback.
-
Choose recipe and parameter destination implemented in 58bd62b |
Beta Was this translation helpful? Give feedback.
-
Was trying to see if this could be a feature to replace the combobox: selectRecipe_comboBox and selectParameter_comboBox that appears in scanner when have multiple parameters and recipes.
But it seems to heavy to be user friendly. Instead of one click, it becomes two clicks for recipes and three clicks for parameters + searching among a possible long list of parameters, recipes...
Don't think I should implement it.
Alternative are:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions