Author: tlinnet
Date: Sat Sep 27 16:33:01 2014
New Revision: 26088

URL: http://svn.gna.org/viewcvs/relax?rev=26088&view=rev
Log:
Modified the Grid search limits for parameter "k_AB" to be between 0.1 and 20.0 
rad/s.

This is for the TSMFK01 model, where values much above 10/20 is not expected.

Modified:
    trunk/specific_analyses/relax_disp/parameter_object.py

Modified: trunk/specific_analyses/relax_disp/parameter_object.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/parameter_object.py?rev=26088&r1=26087&r2=26088&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/parameter_object.py      (original)
+++ trunk/specific_analyses/relax_disp/parameter_object.py      Sat Sep 27 
16:33:01 2014
@@ -572,9 +572,9 @@
             desc = 'The exchange rate from state A to state B',
             py_type = float,
             set = 'params',
-            scaling = 100,
+            scaling = 20,
             grid_lower = 0.1,
-            grid_upper = 100.0,
+            grid_upper = 20.0,
             grace_string = '\\qk\\sAB\\N\\Q (rad.s\\S-1\\N)',
             err = True,
             sim = True


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to