Mapping.ElutionMapperCanvas#
ElutionMapperCanvas.py
recognition of peaks
Copyright (c) 2018-2023, SAXS Team, KEK-PF
- class ElutionMapperCanvas(dialog, serial_data, sd_orig, pre_recog_orig, mapper, judge_holder, initial_navigation=True)#
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(body_frame)#
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
- cancel()#
- change_depedent_states(state)#
- control_gui_automatically()#
- debug_sd()#
- decomp_editor_state()#
- do_devel_test()#
- draw(clear=False, restrict_info=None)#
- draw_mapped(clear=False)#
- get_canvas_width()#
- get_cd_colors()#
- get_cursor_widgets()#
- get_edit_mode()#
- get_guide_info()#
- get_helper_info()#
- get_range_info()#
- get_sd()#
- get_toggle_text()#
- get_toggled_mode()#
- get_xray_correction_necessity()#
- has_decomp_editor()#
- investigate_correction()#
- monitor_control_thread()#
- ok_debug()#
- set_adjust_frame(bframe)#
- set_basic_buttons(body_frame)#
- show()#
- show_absorbance_figure()#
- show_absorbance_viewer()#
- show_curve()#
- show_decomp_editor(counter=None, debug=True)#
- show_range_editor_dialog(debug=True)#
- show_scattering_figure()#
- show_threedim_dialog()#
- start_full_automatic_control()#
- start_full_automatic_control_impl()#
- toggle_mode()#
- try_image_save()#
- update_button_colors()#
- update_guide_info()#
- update_guide_message()#
- update_helper_info(helper_info)#
- update_params()#
- update_params_for_data_correction()#
- update_range_info(update_list=False)#
- validate()#
validate the data
This method is called automatically to validate the data before the dialog is destroyed. By default, it always validates OK.