Closed wiegraebe closed 3 years ago
[x] I have checked that this issue has not already been reported.
[x] I have confirmed this bug exists on the latest version of microscope_automation.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Handle missing preferences in microscope_automation.run_macro
If preferences keys are missing or have wrong values, allow user to fix
Run software with missing keyword 'MacroParams' in preferences file
macro_name = imaging_settings.get_pref("MacroName") param_list = imaging_settings.get_pref("MacroParams")
This seems closely related to #29
[x] I have checked that this issue has not already been reported.
[x] I have confirmed this bug exists on the latest version of microscope_automation.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Description
Handle missing preferences in microscope_automation.run_macro
Expected Behavior
If preferences keys are missing or have wrong values, allow user to fix
Reproduction
Run software with missing keyword 'MacroParams' in preferences file