Prob.QmmMenu#

QmmMenu.py

Copyright (c) 2020, SAXS Team, KEK-PF

class App(parent, in_folder)#

Bases: Dialog

Initialize a dialog.

Parameters:
  • window (parent -- a parent)

  • title (title -- the dialog)

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.

get_it_ready_for_qmm()#
class MockAnalyzer#

Bases: object

class MockCurve#

Bases: object

get_major_peak_info()#
class MockSd#

Bases: object

get_xray_curve()#
class QmmMenu(parent, dialog, in_folder)#

Bases: Frame

Construct a frame widget with the parent MASTER.

Valid option names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.

config(**kwargs)#

Query or modify the configuration options of the widget.

If no arguments are specified, return a dictionary describing all of the available options for the widget.

If an option name is specified, then return a tuple describing the one named option.

If one or more keyword arguments are specified or a dictionary is specified, then modify the widget option(s) to have the given value(s).

prepare_denoise_rank(dialog)#

called from dialog(GuiMain) when ready

show_egh_qmm_dialog()#
show_emg_qmm_dialog()#
show_qmm_dialog(mm_type)#
show_qmm_options_dialog()#
show_qmm_window_setting_dialog()#