qt3scan: review and possibly move location of 'show_optimization_plot' method. #73
Labels
code organization
Issues that do not change functionality or fix bugs, but organize the code in more logical manner
GUI work
this work involves GUI components
Currently,
show_optimization_plot
, is a method of the main application view. This function is called by the main_application app (the controller in the model-view-controller design paradigm) after running the optimization routine (which optimizes the position by searching for maximal count rate).This function creates a new window to display the optimization. Should this function actually exist inside of the main_application controller?
The text was updated successfully, but these errors were encountered: