SerialAnalyzer.Scattering3dPlot#

Scattering3dPlot.py

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

class Scattering3dPlotDialog(parent, serial_data, mapper, data_list=None, title_list=None, sim_base=None)#

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

show()#
class Scattering3dPlotFrame(parent, dialog, serial_data, mapper, data, title, i, sim_base=None)#

Bases: Frame

Construct a frame widget with the parent MASTER.

Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.

body(body_frame)#
buttonbox()#

add standard button box.

override if you do not want the standard buttons

compute_projected_xy()#
create_popup_menu()#
cunstom_button_box_add(frame)#
draw()#
guess_pointed_elution_no(event)#
guinier_analysis(elution_no=None, corrected=False)#
on_button_press(event)#
on_draw(event)#
on_right_button_press(event)#
redraw()#
show_guinier_viewer()#
show_save_dialog()#
update_cursor(cursor)#
view_init()#
class ScatteringSaveDialog(parent)#

Bases: Dialog

Initialize a dialog.

Parameters:
  • window (parent -- a parent)

  • title (title -- the dialog)

adjust_geometry()#
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.

on_entry_xb_folder()#
postfix_eg_update()#
save_xray_scattering_base()#
show()#
validate()#

validate the data

This method is called automatically to validate the data before the dialog is destroyed. By default, it always validates OK.