mailr6982 - /branches/rdc_analysis/maths_fns/n_state_model.py


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

Header


Content

Posted by edward on July 25, 2008 - 14:38:
Author: bugman
Date: Fri Jul 25 14:38:40 2008
New Revision: 6982

URL: http://svn.gna.org/viewcvs/relax?rev=6982&view=rev
Log:
Sent the dipolar constant into the ave_rdc_tensor() function.


Modified:
    branches/rdc_analysis/maths_fns/n_state_model.py

Modified: branches/rdc_analysis/maths_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/maths_fns/n_state_model.py?rev=6982&r1=6981&r2=6982&view=diff
==============================================================================
--- branches/rdc_analysis/maths_fns/n_state_model.py (original)
+++ branches/rdc_analysis/maths_fns/n_state_model.py Fri Jul 25 14:38:40 2008
@@ -357,7 +357,7 @@
             # Loop over the spin systems j.
             for j in xrange(self.num_spins):
                 # Calculate the average RDC.
-                self.Dij_theta[i, j] = ave_rdc_tensor(self.mu[j], self.N, 
self.A[i], weights=self.probs)
+                self.Dij_theta[i, j] = ave_rdc_tensor(self.dip_const[j], 
self.mu[j], self.N, self.A[i], weights=self.probs)
 
             # Calculate and sum the single alignment chi-squared value.
             chi2_sum = chi2_sum + chi2(self.Dij[i], self.Dij_theta[i], 
self.sigma_ij[i])




Related Messages


Powered by MHonArc, Updated Fri Jul 25 15:00:14 2008