Microfluidics.AverageSubtractorDialog#

AverageSubtractorDialog.py

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

class AverageSubtractorDialog(parent, use_mtd=True)#

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

generate_pattern(in_folder1, name_pattern1, in_folder2, name_pattern2, out_folder)#
is_busy()#
on_entry_in_folder(in_folder, in_files, name_pattern, num_files)#
on_entry_out_folder()#
save_background_data()#
show()#
show_backgroud_maker_dialog()#
subtract()#