RangeEditors.DecompEditorDialog#
DecompEditorDialog.py
Copyright (c) 2018-2025, SAXS Team, KEK-PF
- class DecompEditorDialog(parent, title, sd, mapper, judge_holder, scrollable=False, debug=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.
- body(default_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(devel=False)#
add standard button box.
override if you do not want the standard buttons
- cancel()#
- change_model(selected_name)#
- create_new_frame(i, decomp_result)#
- debug_sd()#
- get_applied_model()#
- get_conc_depend()#
- get_current_frame()#
- get_current_model()#
- get_current_modelname()#
- get_current_params_array()#
- get_global_frame(i)#
- get_model_fit_errors()#
- get_model_list()#
- global_fit_tracer(*args)#
- is_ready()#
- make_range_info(concentration_datatype)#
- prepare(counter=None)#
- reset_current_frame()#
- save_the_figure(folder, analysis_name)#
- show(counter=None)#
- show_reset_from_log_dialog()#
- try_image_save()#
- update_current_frame_with_result(decomp_result, debug=False)#
- update_global_btn_state(fig_type)#
- update_selection_state()#
- use_column_constraints_tracer(*args)#
- user_cancel()#