mailr14314 - /branches/gui_testing/generic_fns/pipes.py


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

Header


Content

Posted by edward on August 10, 2011 - 14:59:
Author: bugman
Date: Wed Aug 10 14:59:04 2011
New Revision: 14314

URL: http://svn.gna.org/viewcvs/relax?rev=14314&view=rev
Log:
Created the dictionary PIPE_DESC to provide descriptions of the data pipes.

This will be used in the GUI.


Modified:
    branches/gui_testing/generic_fns/pipes.py

Modified: branches/gui_testing/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/generic_fns/pipes.py?rev=14314&r1=14313&r2=14314&view=diff
==============================================================================
--- branches/gui_testing/generic_fns/pipes.py (original)
+++ branches/gui_testing/generic_fns/pipes.py Wed Aug 10 14:59:04 2011
@@ -34,8 +34,18 @@
 from status import Status; status = Status()
 
 
-# List of valid data pipe types.
+# List of valid data pipe types and descriptions.
 VALID_TYPES = ['ct', 'frame order', 'jw', 'hybrid', 'mf', 'N-state', 'noe', 
'relax_fit']
+PIPE_DESC = {
+    'ct':  'Consistency testing',
+    'frame order':  'Frame Order theories',
+    'jw':  'Reduced spectral density mapping',
+    'hybrid':  'Special hybrid pipe',
+    'mf':  'Model-free analysis',
+    'N-state':  'N-state model of domain motions',
+    'noe':  'Steady state NOE calculation',
+    'relax_fit':  'Relaxation curve fitting'
+}
 
 
 def copy(pipe_from=None, pipe_to=None):




Related Messages


Powered by MHonArc, Updated Wed Aug 10 15:20:02 2011