Microfluidics.SimpleTutorial#
SimpleTutorial.py
Copyright (c) 2019, SAXS Team, KEK-PF
- class SimpleTutorial(parent)#
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.
- build_canvas(cframe, tbframe)#
- build_entryframe(iframe)#
- close()#
- draw(ax, axt, title, x, Pf, yf, yu, yfyu)#
- draw_ab_params(ax, axt)#
- draw_solved_data(ax, axt, data)#
- draw_test_data(ax, axt)#
- exit()#
- make_params()#
- ok()#
- on_button_press(event)#
- set_params(values)#
- show()#
- solve()#
- solve_irregular()#
- solve_regular1()#
- solve_regular2()#