Kratky.GuinierKratkyPlots#
Kratky.GuinierKratkyPlots.py
Copyright (c) 2021-2025, SAXS Team, KEK-PF
- class GuinierKratkyPlots(parent, qv=None, y=None, rg=None, I0=None, range_=None, interval=None, color=None)#
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.
- draw(fig, axes, qv, y)#
- guess_interval_from_rg(ax, qq, rg, logy)#
- show()#
- guinier_kratky_plots_impl(ax1, ax2, qv, y, rg, I0, color, interval=None, markersize=3)#