mailr20393 - /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 July 18, 2013 - 18:05:
Author: bugman
Date: Thu Jul 18 18:05:43 2013
New Revision: 20393

URL: http://svn.gna.org/viewcvs/relax?rev=20393&view=rev
Log:
Modified the dispersion GUI analysis to not include all dispersion models.


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=20393&r1=20392&r2=20393&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Thu Jul 18 18:05:43 
2013
@@ -119,11 +119,23 @@
             ds.relax_gui.analyses[data_index].mc_sim_num = None
             ds.relax_gui.analyses[data_index].save_dir = self.gui.launch_dir
 
-            # Set the dispersion models based on the experiment type.
+            # Set the default dispersion models based on the experiment type.
             if cdp.exp_type in CPMG_EXP:
-                ds.relax_gui.analyses[data_index].disp_models = 
MODEL_LIST_CPMG_FULL
+                ds.relax_gui.analyses[data_index].disp_models = [
+                    MODEL_R2EFF,
+                    MODEL_NOREX,
+                    MODEL_LM63,
+                    MODEL_CR72,
+                    MODEL_IT99,
+                    MODEL_NS_2SITE_EXPANDED
+                ]
             else:
-                ds.relax_gui.analyses[data_index].disp_models = 
MODEL_LIST_R1RHO_FULL
+                ds.relax_gui.analyses[data_index].disp_models = [
+                    MODEL_R2EFF,
+                    MODEL_NOREX,
+                    MODEL_M61,
+                    MODEL_DPL94
+                ]
 
         # Error checking.
         if ds.relax_gui.analyses[data_index].pipe_bundle == None:




Related Messages


Powered by MHonArc, Updated Thu Jul 18 18:20:01 2013