mailr19216 - /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 March 27, 2013 - 14:32:
Author: bugman
Date: Wed Mar 27 14:32:24 2013
New Revision: 19216

URL: http://svn.gna.org/viewcvs/relax?rev=19216&view=rev
Log:
Ported r8399 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8398:8399 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/relax_disp/specific_fns/@r18123
 specific_analyses

.....
  r8399 | semor | 2009-01-12 01:54:56 +0100 (Mon, 12 Jan 2009) | 5 lines
  Changed paths:
     M /branches/relax_disp/specific_fns/relax_disp.py
  
  Introduced a relaxError when chosing 'r1rho' as experiment type as this 
won't be implemented now.
  
  Efforts will be concentrated on the CPMG code first, then on the R1rho code.
.....


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=19216&r1=19215&r2=19216&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Wed Mar 27 14:32:24 
2013
@@ -543,7 +543,8 @@
 
         # R1rho relaxation dispersion experiments.
         elif exp == 'r1rho':
-            print "R1rho relaxation dispersion experiments."
+            #print "R1rho relaxation dispersion experiments."
+            raise RelaxError, "R1rho relaxation dispersion experiments have 
not been implemented yet."
 
         # Invalid relaxation dispersion experiment.
         else:




Related Messages


Powered by MHonArc, Updated Wed Mar 27 14:40:02 2013