Optimizer.ResultFolderSelector#
Optimizer.ResultFolderSelector.py
Copyright (c) 2021-2024, SAXS Team, KEK-PF
- class ResultFolderSelector(parent, in_folder, proc_name)#
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
- get_logger()#
- get_result(folder=None, debug=False)#
- show()#
- job_folder_applier(self)#
- job_folder_checker(self)#
- joblist_folder_applier(self)#
- joblist_folder_checker(self)#
- parameter_transition_brigde(selector_dialog, debug=False)#
- result_animation_bridge(selector_dialog, debug=False)#
- result_viewer_impl(selector_dialog, parent_dialog, debug=False)#
- show_result_folder_selector_impl(parent_dialog, proc_name, ready_cb=None, debug=False)#
task: consider unifying with Optimizer.OptimizerUtils.show_peak_editor_impl