Package gui :: Package analyses :: Module wizard :: Class Data_pipe_page
[hide private]
[frames] | no frames]

Class Data_pipe_page

source code


The panel for setting the data pipe name.

Instance Methods [hide private]
 
add_contents(self, sizer)
Add the specific GUI elements (dummy method).
source code
 
on_display(self)
Update the pipe name.
source code

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

Class Variables [hide private]
  image_path = paths.WIZARD_IMAGE_PATH+ 'pipe.png'
  main_text = 'Select the name of the data pipe used at the star...
  title = 'Data pipe set up'

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

Method Details [hide private]

add_contents(self, sizer)

source code 

Add the specific GUI elements (dummy method).

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

on_display(self)

source code 

Update the pipe name.

Overrides: wizard.Wiz_page.on_display

Class Variable Details [hide private]

main_text

Value:
'Select the name of the data pipe used at the start of the analysis an\
d the name of the data pipe bundle to be associated with this analysis\
.  All data in relax is kept within a special structure known as the r\
elax data store.  This store is composed of multiple data pipes, each \
being associated with a specific analysis type.  Data pipe bundles are\
 simple groupings of the pipes within the data store and each analysis\
 tab is coupled to a specific bundle.\n\nSimple analyses such as the s\
teady-state NOE and the R1 and R2 curve-fitting will be located within\
...