mailr20826 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


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

Header


Content

Posted by edward on September 05, 2013 - 10:15:
Author: bugman
Date: Thu Sep  5 10:15:51 2013
New Revision: 20826

URL: http://svn.gna.org/viewcvs/relax?rev=20826&view=rev
Log:
The spectra list GUI element in the dispersion auto-analysis now shows all 
columns.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=20826&r1=20825&r2=20826&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Thu Sep  5 10:15:51 
2013
@@ -309,7 +309,7 @@
 
         # Add the peak list selection GUI element, with spacing.
         box.AddSpacer(20)
-        self.peak_intensity = Spectra_list(gui=self.gui, parent=self, 
box=box, id=str(self.data_index), fn_add=self.peak_wizard_launch, 
frq_flag=True)
+        self.peak_intensity = Spectra_list(gui=self.gui, parent=self, 
box=box, id=str(self.data_index), fn_add=self.peak_wizard_launch, 
exp_type_flag=True, relax_times_flag=True, frq_flag=True, 
spin_lock_flag=True, cpmg_frq_flag=True)
         box.AddSpacer(10)
 
         # Add the dispersion models GUI element, with spacing.




Related Messages


Powered by MHonArc, Updated Thu Sep 05 10:20:02 2013