mailr8142 - /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 December 04, 2008 - 20:39:
Author: bugman
Date: Thu Dec  4 20:39:11 2008
New Revision: 8142

URL: http://svn.gna.org/viewcvs/relax?rev=8142&view=rev
Log:
Created a new data pipe for relaxation dispersion analyses.


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=8142&r1=8141&r2=8142&view=diff
==============================================================================
--- 1.3/generic_fns/pipes.py (original)
+++ 1.3/generic_fns/pipes.py Thu Dec  4 20:39:11 2008
@@ -75,6 +75,7 @@
         'N-state':  N-state model of domain dynamics,
         'noe':  Steady state NOE calculation,
         'relax_fit':  Relaxation curve fitting,
+        'relax_disp':  Relaxation dispersion,
         'srls':  SRLS analysis.
     @type pipe_type:    str
     @keyword switch:    If True, this new pipe will be switched to, 
otherwise the current data pipe
@@ -83,7 +84,7 @@
     """
 
     # List of valid data pipe types.
-    valid = ['ct', 'jw', 'mf', 'N-state', 'noe', 'relax_fit', 'srls']
+    valid = ['ct', 'jw', '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 Thu Dec 04 21:00:02 2008