SerialAnalyzer.GuinierStartSelector#
ファイル名: GuinierStartSelector.py
処理内容:
Guinier区間開始点の選択画面
Copyright (c) 2018, Masatsuyo Takahashi, KEK-PF
- class GuinierStartSelector(parent, serial_data, init_ranges)#
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.
- buttonbox()#
add standard button box.
override if you do not want the standard buttons
- cancel()#
- compute_guinier_stop(start)#
- destroy_parent()#
- draw_elution_curve_area()#
- draw_func(fig, clear=False, start=None)#
- draw_guinier_interval(start)#
- guinier_fig_peak_no_tracer(*args)#
- guinier_start_point_tracer(*args)#
- ok()#
- set_plot_data()#
- show()#