mailr3758 - in /branches/N_state_model: generic_fns/pipes.py prompt/pipe.py


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

Header


Content

Posted by edward on November 21, 2007 - 14:13:
Author: bugman
Date: Wed Nov 21 14:13:19 2007
New Revision: 3758

URL: http://svn.gna.org/viewcvs/relax?rev=3758&view=rev
Log:
Added the N-state model to the list of data pipe types.

Now a data pipe corresponding to this model can be created.


Modified:
    branches/N_state_model/generic_fns/pipes.py
    branches/N_state_model/prompt/pipe.py

Modified: branches/N_state_model/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/generic_fns/pipes.py?rev=3758&r1=3757&r2=3758&view=diff
==============================================================================
--- branches/N_state_model/generic_fns/pipes.py (original)
+++ branches/N_state_model/generic_fns/pipes.py Wed Nov 21 14:13:19 2007
@@ -67,6 +67,7 @@
     @param pipe_type:   The new data pipe type which can be one of the 
following:
         'jw':  Reduced spectral density mapping,
         'mf':  Model-free analysis,
+        'N-state':  N-state model of domain dynamics,
         'noe':  Steady state NOE calculation,
         'relax_fit':  Relaxation curve fitting,
         'srls':  SRLS analysis.
@@ -74,7 +75,7 @@
     """
 
     # List of valid data pipe types.
-    valid = ['jw', 'mf', 'noe', 'relax_fit', 'srls']
+    valid = ['jw', 'mf', 'N-state', 'noe', 'relax_fit', 'srls']
 
     # Test if pipe_type is valid.
     if not pipe_type in valid:

Modified: branches/N_state_model/prompt/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/prompt/pipe.py?rev=3758&r1=3757&r2=3758&view=diff
==============================================================================
--- branches/N_state_model/prompt/pipe.py (original)
+++ branches/N_state_model/prompt/pipe.py Wed Nov 21 14:13:19 2007
@@ -112,6 +112,7 @@
 
             'jw':  Reduced spectral density mapping,
             'mf':  Model-free analysis,
+            'N-state':  N-state model of domain motions,
             'noe':  Steady state NOE calculation,
             'relax_fit':  Relaxation curve fitting,
             'srls':  SRLS analysis.




Related Messages


Powered by MHonArc, Updated Wed Nov 21 14:40:15 2007