mailr8078 - /branches/spectral_errors/specific_fns/relax_fit.py


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

Header


Content

Posted by edward on December 01, 2008 - 15:44:
Author: bugman
Date: Mon Dec  1 15:44:30 2008
New Revision: 8078

URL: http://svn.gna.org/viewcvs/relax?rev=8078&view=rev
Log:
The proper spin specific peak intensity errors are now input into the 
relax-fit minimise() method.


Modified:
    branches/spectral_errors/specific_fns/relax_fit.py

Modified: branches/spectral_errors/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/specific_fns/relax_fit.py?rev=8078&r1=8077&r2=8078&view=diff
==============================================================================
--- branches/spectral_errors/specific_fns/relax_fit.py (original)
+++ branches/spectral_errors/specific_fns/relax_fit.py Mon Dec  1 15:44:30 
2008
@@ -686,7 +686,7 @@
             else:
                 values = spin.sim_intensities[sim_index]
 
-            setup(num_params=len(spin.params), 
num_times=len(cdp.relax_times), values=values, sd=cdp.sigma_I, 
relax_times=cdp.relax_times, scaling_matrix=scaling_matrix)
+            setup(num_params=len(spin.params), 
num_times=len(cdp.relax_times), values=values, sd=spin.intensity_err, 
relax_times=cdp.relax_times, scaling_matrix=scaling_matrix)
 
 
             # Setup the minimisation algorithm when constraints are present.




Related Messages


Powered by MHonArc, Updated Mon Dec 01 16:00:02 2008