Extrapolation.ExtrapolSolverDialog#
ExtrapolSolverDialog.py
Copyright (c) 2018-2024, SAXS Team, KEK-PF
- class ExtrapolSolverDialog(parent, pool, editor_frame=None, last_change_id=None, scrollable=True)#
Bases:
Dialog
Initialize a dialog.
- Parameters:
window (parent -- a parent)
title (title -- the dialog)
- add_dnd_bind()#
- apply()#
process the data
This method is called automatically to process the data, after the dialog is destroyed. By default, it does nothing.
- auto_cdi_for_all(out_folder=None)#
- 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()#
- canvas_draw()#
- get_ignore_bq(row)#
- get_known_info_list()#
- log_rg_info()#
- on_drop(event, debug=True)#
- on_the_fly()#
- plot_guinier_kratky(row, devel=False)#
- plot_known(row, selected, data)#
- save_results()#
- save_the_figure(folder, analysis_name)#
- set_geometry()#
- show()#
- show_quality_warning()#
- solve_plot(row, peakset_info, penalty_weights=None, init_mode=False, animation=False, ignore_bq=0)#
- solve_unknowns()#
- try_image_save()#
- update_to_solve_range(row, f, t)#
- validate()#
validate the data
This method is called automatically to validate the data before the dialog is destroyed. By default, it always validates OK.
- format_func(value, tick_number)#