mailr9054 - /1.3/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 May 12, 2009 - 11:31:
Author: bugman
Date: Tue May 12 11:31:08 2009
New Revision: 9054

URL: http://svn.gna.org/viewcvs/relax?rev=9054&view=rev
Log:
Added the hybrid data pipe to the list of allowable data pipes.


Modified:
    1.3/generic_fns/pipes.py

Modified: 1.3/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pipes.py?rev=9054&r1=9053&r2=9054&view=diff
==============================================================================
--- 1.3/generic_fns/pipes.py (original)
+++ 1.3/generic_fns/pipes.py Tue May 12 11:31:08 2009
@@ -71,6 +71,7 @@
     @keyword pipe_type: The new data pipe type which can be one of the 
following:
         'ct':  Consistency testing,
         'jw':  Reduced spectral density mapping,
+        'hybrid':  The hybridised data pipe.
         'mf':  Model-free analysis,
         'N-state':  N-state model of domain dynamics,
         'noe':  Steady state NOE calculation,
@@ -84,7 +85,7 @@
     """
 
     # List of valid data pipe types.
-    valid = ['ct', 'jw', 'mf', 'N-state', 'noe', 'relax_fit', 'relax_disp', 
'srls']
+    valid = ['ct', 'jw', 'hybrid', 'mf', 'N-state', 'noe', 'relax_fit', 
'relax_disp', 'srls']
 
     # Test if pipe_type is valid.
     if not pipe_type in valid:




Related Messages


Powered by MHonArc, Updated Tue May 12 11:40:01 2009