mailr16641 - /branches/uf_redesign/user_functions/pipe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 04, 2012 - 18:04:
Author: bugman
Date: Mon Jun  4 18:04:26 2012
New Revision: 16641

URL: http://svn.gna.org/viewcvs/relax?rev=16641&view=rev
Log:
Refinements to the pipe.create user function definitions.


Modified:
    branches/uf_redesign/user_functions/pipe.py

Modified: branches/uf_redesign/user_functions/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/pipe.py?rev=16641&r1=16640&r2=16641&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/pipe.py (original)
+++ branches/uf_redesign/user_functions/pipe.py Mon Jun  4 18:04:26 2012
@@ -154,17 +154,18 @@
 uf.desc[-1].add_item_list_element("'N-state'", "N-state model of domain 
motions,")
 uf.desc[-1].add_item_list_element("'noe'", "Steady state NOE calculation,")
 uf.desc[-1].add_item_list_element("'relax_fit'", "Relaxation curve fitting,")
-uf.desc[-1].add_paragraph("The pipe bundling concept is simply a way of 
grouping data pipes together.  This is useful for:")
-uf.desc[-1].add_list_element("the grouping and categorisation of data pipes 
when multiple analyses are performed.")
-uf.desc[-1].add_list_element("auto-analyses, in which all the data pipes 
they create will be placed into one bundle.")
-uf.desc[-1].add_list_element("for the GUI mode as analysis tabs are linked 
to pipe bundles.  This allows the switching between data pipes to activate 
the correct analysis.")
+uf.desc[-1].add_paragraph("The pipe bundling concept is simply a way of 
grouping data pipes together.  This is useful for a number of purposes:")
+uf.desc[-1].add_list_element("The grouping or categorisation of data pipes, 
for example when multiple related analyses are performed.")
+uf.desc[-1].add_list_element("In the auto-analyses, as all the data pipes 
that they spawn are bound together within the original bundle.")
+uf.desc[-1].add_list_element("In the graphical user interface mode as 
analysis tabs are linked to specific pipe bundles.")
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))
 uf.desc[-1].add_paragraph("To set up a model-free analysis data pipe with 
the name 'm5', type:")
 uf.desc[-1].add_prompt("relax> pipe.create('m5', 'mf')")
 uf.menu_text = "crea&te"
 uf.gui_icon = "oxygen.actions.list-add-relax-blue"
-uf.wizard_size = (700, 500)
+uf.wizard_height_desc = 400
+uf.wizard_size = (900, 700)
 uf.wizard_image = WIZARD_IMAGE_PATH + 'pipe.png'
 
 




Related Messages


Powered by MHonArc, Updated Mon Jun 04 18:20:01 2012