Package gui :: Package analyses :: Module base :: Class Spectral_error_type_page
[hide private]
[frames] | no frames]

Class Spectral_error_type_page

source code


The NOE peak intensity reading wizard page for specifying the type of error to be used.

Instance Methods [hide private]
 
_on_select(self, event)
Handle the radio button switching.
source code
 
add_contents(self, sizer)
Add the specific GUI elements.
source code
 
add_desc(self, sizer, max_y=520)
Add the description to the dialog.
source code

Inherited from wizard.Wiz_page: __init__, add_artwork, on_apply, on_back, on_completion, on_display, on_display_post, on_execute, on_init, on_next

Class Variables [hide private]
  image_path = paths.WIZARD_IMAGE_PATH+ 'spectrum'+ sep+ 'spectr...
  title = "Specify the type of error to be used"
  main_text = "Please specify from where the peak intensity erro...
  uf_path = ['spectrum', 'error_analysis']

Inherited from wizard.Wiz_page: art_spacing, divider, height_element, setup_fail, size_button, size_square_button

Method Details [hide private]

_on_select(self, event)

source code 

Handle the radio button switching.

Parameters:
  • event (wx event) - The wx event.

add_contents(self, sizer)

source code 

Add the specific GUI elements.

Parameters:
  • sizer (wx.Sizer instance) - A sizer object.
Overrides: wizard.Wiz_page.add_contents

add_desc(self, sizer, max_y=520)

source code 

Add the description to the dialog.

Parameters:
  • sizer (wx.Sizer instance) - A sizer object.
  • max_y (int) - The maximum height, in number of pixels, for the description.
Overrides: wizard.Wiz_page.add_desc

Class Variable Details [hide private]

image_path

Value:
paths.WIZARD_IMAGE_PATH+ 'spectrum'+ sep+ 'spectrum_200.png'

main_text

Value:
"Please specify from where the peak intensity errors will be obtained.\
  The is required for the execution of the spectrum.error_analysis use\
r function which will be postponed until after clicking on the 'Execut\
e relax' button at the end of the automatic analysis page.  To underst\
and how the errors will be propagated and analysed, the main parts of \
the spectrum.error_analysis user function description are given below.\
"