Optimizer.TwoParamAnalysis#
Optimizer.TwoParamAnalysis.py
Copyright (c) 2021-2022, SAXS Team, KEK-PF
- class TwoParamAnalysis(parent, dsets, optimizer, demo_info, curr_index, i=5, j=9)#
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.
- build_control_frame(frame)#
- buttonbox()#
add standard button box.
override if you do not want the standard buttons
- cancel()#
- change_state(state)#
- compute_surface(xmin, xmax, ymin, ymax)#
- draw_function()#
- get_area(zoom=None)#
- get_suptitle_text()#
- get_zoom_area_ratio()#
- on_arrow_touch(event)#
- redraw()#
- select_default_params()#
- set_trace_xy()#
- show()#
- show_params_inspect()#
- show_params_selector()#
- two_param_func(x, y)#