mailr19481 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on April 15, 2013 - 18:38:
Author: bugman
Date: Mon Apr 15 18:38:33 2013
New Revision: 19481

URL: http://svn.gna.org/viewcvs/relax?rev=19481&view=rev
Log:
The relax_disp.cpmg_delayT backend can now handle the 'cpmg fixed' experiment 
type.


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19481&r1=19480&r2=19481&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Mon Apr 15 18:38:33 
2013
@@ -370,8 +370,8 @@
         if not exists_mol_res_spin_data():
             raise RelaxNoSequenceError
 
-        # Make sure the experiment type is set to 'cpmg'.
-        if not cdp.exp_type == 'cpmg':
+        # Make sure the experiment type is set to 'cpmg' or 'cpmg fixed'.
+        if not cdp.exp_type[:4] == 'cpmg':
             raise RelaxError("To use this user function, the experiment type 
must be set to 'cpmg'.")
 
         # Test the CPMG constant time delay (T) has not already been set.




Related Messages


Powered by MHonArc, Updated Mon Apr 15 19:00:02 2013