mailr5196 - /1.3/specific_fns/model_free/mf_minimise.py


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

Header


Content

Posted by edward on March 23, 2008 - 15:52:
Author: bugman
Date: Sun Mar 23 15:52:53 2008
New Revision: 5196

URL: http://svn.gna.org/viewcvs/relax?rev=5196&view=rev
Log:
Started some code to get minimise_data_setup() to return the gyromagnetic 
ratios.


Modified:
    1.3/specific_fns/model_free/mf_minimise.py

Modified: 1.3/specific_fns/model_free/mf_minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/mf_minimise.py?rev=5196&r1=5195&r2=5196&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/mf_minimise.py (original)
+++ 1.3/specific_fns/model_free/mf_minimise.py Sun Mar 23 15:52:53 2008
@@ -910,7 +910,7 @@
             h_count = 0
 
             # Get the data for minimisation.
-            relax_data, relax_error, equations, param_types, param_values, 
r, csa, num_frq, frq, num_ri, remap_table, noe_r1_table, ri_labels, 
num_params, xh_unit_vectors, diff_type, diff_params = 
self.minimise_data_setup(param_set, min_algor, num_data_sets, spin=spin, 
sim_index=sim_index)
+            relax_data, relax_error, equations, param_types, param_values, 
r, csa, num_frq, frq, num_ri, remap_table, noe_r1_table, ri_labels, gx, gh, 
num_params, xh_unit_vectors, diff_type, diff_params = 
self.minimise_data_setup(param_set, min_algor, num_data_sets, spin=spin, 
sim_index=sim_index)
 
 
             # Initialise the function to minimise.
@@ -1106,6 +1106,8 @@
         remap_table = []
         noe_r1_table = []
         ri_labels = []
+        gx = []
+        gh = []
         num_params = []
         xh_unit_vectors = []
         if param_set == 'local_tm':
@@ -1128,6 +1130,8 @@
             remap_table = [[0]]
             noe_r1_table = [[None]]
             ri_labels = [[min_options[1]]]
+            gx = []
+            gh = []
             if param_set != 'local_tm' and cdp.diff_tensor.type != 'sphere':
                 xh_unit_vectors = [spin.xh_vect]
             else:




Related Messages


Powered by MHonArc, Updated Sun Mar 23 16:00:24 2008