Extrapolation.ConjugateGradientThreeD#

ConjugateGradientThreeD.py

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

class GdAnimationDialog(parent, gd3d)#

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

show()#
class GdTreedPlot(dialog, draw_trace)#

Bases: object

animate_trace_2d(fig, ax3d)#
animate_trace_3d(fig, ax, add_inset=True)#
draw(ax, title_fontsize, animate_fig=None, title_add='')#
compute_norm_1d(x, y, elution_z, mx, my)#
compute_norm_2d(aa, bb, elution_z, ma, mb)#
dot_plot_wa(ax, x, y, z, marker=None, color=None, markersize=None)#