mailr4644 - /branches/consistency_tests_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 sebastien . morin . 1 on January 11, 2008 - 16:05:
Author: semor
Date: Fri Jan 11 16:05:55 2008
New Revision: 4644

URL: http://svn.gna.org/viewcvs/relax?rev=4644&view=rev
Log:
Created the data pipe type 'ct' for consistency testing.


Modified:
    branches/consistency_tests_1.3/generic_fns/pipes.py

Modified: branches/consistency_tests_1.3/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/generic_fns/pipes.py?rev=4644&r1=4643&r2=4644&view=diff
==============================================================================
--- branches/consistency_tests_1.3/generic_fns/pipes.py (original)
+++ branches/consistency_tests_1.3/generic_fns/pipes.py Fri Jan 11 16:05:55 
2008
@@ -65,6 +65,7 @@
     @param pipe_name:   The name of the new data pipe.
     @type pipe_name:    str
     @param pipe_type:   The new data pipe type which can be one of the 
following:
+        'ct':  Consistency testing,
         'jw':  Reduced spectral density mapping,
         'mf':  Model-free analysis,
         'noe':  Steady state NOE calculation,
@@ -74,7 +75,7 @@
     """
 
     # List of valid data pipe types.
-    valid = ['jw', 'mf', 'noe', 'relax_fit', 'srls']
+    valid = ['ct', 'jw', 'mf', 'noe', 'relax_fit', 'srls']
 
     # Test if pipe_type is valid.
     if not pipe_type in valid:




Related Messages


Powered by MHonArc, Updated Fri Jan 11 17:00:17 2008