mailr14062 - /branches/gui_testing/generic_fns/spectrum.py


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

Header


Content

Posted by edward on August 02, 2011 - 14:44:
Author: bugman
Date: Tue Aug  2 14:44:35 2011
New Revision: 14062

URL: http://svn.gna.org/viewcvs/relax?rev=14062&view=rev
Log:
The spectrum.error_analysis can now be repetitively performed.

This allows changes such as addition of new spectra to occur.


Modified:
    branches/gui_testing/generic_fns/spectrum.py

Modified: branches/gui_testing/generic_fns/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/generic_fns/spectrum.py?rev=14062&r1=14061&r2=14062&view=diff
==============================================================================
--- branches/gui_testing/generic_fns/spectrum.py (original)
+++ branches/gui_testing/generic_fns/spectrum.py Tue Aug  2 14:44:35 2011
@@ -302,10 +302,6 @@
     else:
         all_repl = True
         print("All spectra replicated:  Yes.")
-
-    # Test if the standard deviation has already been calculated.
-    if hasattr(cdp, 'sigma_I'):
-        raise RelaxError("The peak intensity standard deviation of all 
spectra has already been calculated.")
 
     # Initialise.
     cdp.sigma_I = {}




Related Messages


Powered by MHonArc, Updated Tue Aug 02 15:40:02 2011