mailr20494 - /branches/relax_disp/specific_analyses/relax_disp/api.py


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

Header


Content

Posted by edward on July 31, 2013 - 16:56:
Author: bugman
Date: Wed Jul 31 16:56:43 2013
New Revision: 20494

URL: http://svn.gna.org/viewcvs/relax?rev=20494&view=rev
Log:
The spectrometer frequency information is now checked for the TP02 model.

Modified:
    branches/relax_disp/specific_analyses/relax_disp/api.py

Modified: branches/relax_disp/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/api.py?rev=20494&r1=20493&r2=20494&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/api.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/api.py Wed Jul 31 
16:56:43 2013
@@ -1144,7 +1144,7 @@
                 continue
 
             # Test if the spectrometer frequencies have been set.
-            if spins[0].model in [MODEL_LM63, MODEL_CR72, MODEL_CR72_FULL, 
MODEL_M61] and not hasattr(cdp, 'spectrometer_frq'):
+            if spins[0].model in [MODEL_LM63, MODEL_CR72, MODEL_CR72_FULL, 
MODEL_M61, MODEL_TP02] and not hasattr(cdp, 'spectrometer_frq'):
                 raise RelaxError("The spectrometer frequency information has 
not been specified.")
 
             # The R2eff/R1rho data.




Related Messages


Powered by MHonArc, Updated Wed Jul 31 17:00:01 2013