mailr19922 - /trunk/gui/wizards/peak_intensity.py


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

Header


Content

Posted by edward on June 06, 2013 - 20:52:
Author: bugman
Date: Thu Jun  6 20:52:35 2013
New Revision: 19922

URL: http://svn.gna.org/viewcvs/relax?rev=19922&view=rev
Log:
The spectrum.integration_points page in the peak analysis GUI wizard has been 
fixed.

It is only shown when volume integration is selected with no replicated 
spectra.


Modified:
    trunk/gui/wizards/peak_intensity.py

Modified: trunk/gui/wizards/peak_intensity.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/wizards/peak_intensity.py?rev=19922&r1=19921&r2=19922&view=diff
==============================================================================
--- trunk/gui/wizards/peak_intensity.py (original)
+++ trunk/gui/wizards/peak_intensity.py Thu Jun  6 20:52:35 2013
@@ -164,7 +164,7 @@
 
         # Go to the spectrum.integration_points page.
         int_method = 
gui_to_str(self.page_intensity.uf_args['int_method'].GetValue())
-        if int_method != 'height':
+        if int_method != 'height' and self.page_error_type.selection == 
'rmsd':
             return self.page_indices['pts']
 
         # Skip to the noe.spectrum_type page.




Related Messages


Powered by MHonArc, Updated Thu Jun 06 21:00:02 2013