Size: 978
Comment:
|
Size: 976
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Line 3: | Line 4: |
{{{ BR class EMBoxerInspector(QtGui.QWidget): BR """ BR This is the widget that provides options for how particles are selected, what windows are displayed, and what output is generated. BR """ BR }}} BR | {{{#!python class EMBoxerInspector(QtGui.QWidget): """ This is the widget that provides options for how particles are selected, what windows are displayed, and what output is generated. """ }}} |
EMBoxerInspector
EMBoxerInspectorModule
{{{class EMBoxerInspectorModule(EMQtWidgetModule): """ This is a EMQTWidgetModule that has an EMBoxerInspector object. """}}}
EMBoxerModule
__init_main_2d_window()
{{{EMBoxerModule.init_main_2d_window() """ This creates the window that shows an EM image which the user clicks on to select particles. """}}}
{{{EMBoxerModule.__init_thumbs_window()
__init_inspector()
{{{EMBoxerModule.init_inspector() """ This creates the EMBoxerInspector instance which provides most most of the user options for viewing, selecting, and outputting. """}}}