Optimizer.OptStrategyDialog#

Optimizer.OptStrategyDialog.py

Copyright (c) 2022-2024, SAXS Team, KEK-PF

class OptStrategyDialog(parent, sd, pre_recog=None, test_mode=False)#

Bases: Dialog

Initialize a dialog.

Parameters:
  • window (parent -- a parent)

  • title (title -- the dialog)

apply()#

process the data

This method is called automatically to process the data, after the dialog is destroyed. By default, it does nothing.

apply_mw_integrity_tracer(*args)#
apply_rg_discreteness_tracer(*args)#
body(body_frame, devel=True)#

create dialog body.

return widget that should have initial focus. This method should be overridden, and is called by the __init__ method.

buttonbox()#

add standard button box.

override if you do not want the standard buttons

el_option_tracer(*args)#
elution_model_gui_tracer(*args)#
excl_limit_tracer(*args)#
get_model_name()#
get_num_peaks()#
get_options()#
nc_option_tracer(*args)#
num_peaks_tracer(*args)#
on_entry_rg_folder()#
optimization_strategy_tracer(*args)#
separate_eoii_type_tracer(*args)#
show()#
show_mwrg_figure(debug=True)#
show_strategy_editor(debug=True)#
show_trimming_figure(debug=True)#
trimming_strategy_tracer(*args)#
try_model_composing_tracer(*args)#
update_separate_eoii_flags(*args)#
update_separate_eoii_simple(*args)#
validate()#

validate the data

This method is called automatically to validate the data before the dialog is destroyed. By default, it always validates OK.