EMBoxerInspector

   1 class EMBoxerInspector(QtGui.QWidget):
   2 """
   3 This is the widget that provides options for how particles are
   4 selected, what windows are displayed, and what output is generated.
   5 """

EMBoxerInspectorModule

   1 class EMBoxerInspectorModule(EMQtWidgetModule):
   2 """
   3 This is a EMQTWidgetModule that has an EMBoxerInspector object.
   4 """

EMBoxerModule

__init_main_2d_window()

   1 EMBoxerModule.__init_main_2d_window()
   2 """
   3 This creates the window that shows an EM image which the user clicks
   4 on to select particles.
   5 """

__init_thumbs_window()

   1 EMBoxerModule.__init_thumbs_window()
   2 """
   3 This creates the window that allows a user to switch between
   4 different EM images.
   5 """

__init_inspector()

   1 EMBoxerModule.__init_inspector()
   2 """
   3 This creates the EMBoxerInspector instance which provides most most
   4 of the user options for viewing, selecting, and outputting.
   5 """