mailr6938 - /branches/rdc_analysis/specific_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 10, 2008 - 14:46:
Author: bugman
Date: Thu Jul 10 14:46:35 2008
New Revision: 6938

URL: http://svn.gna.org/viewcvs/relax?rev=6938&view=rev
Log:
Inverted the population scaling factor in __assemble_scaling_matrix().


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6938&r1=6937&r2=6938&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Thu Jul 10 14:46:35 
2008
@@ -74,7 +74,7 @@
             pop_start = pop_start + 5*len(cdp.rdc_ids)
 
         # Loop over the populations, and set the scaling factor.
-        factor = 100.0
+        factor = 1/100.0
         for i in xrange(pop_start, pop_start + (cdp.N-1)):
             scaling_matrix[i, i] = factor
 




Related Messages


Powered by MHonArc, Updated Fri Jul 11 15:40:24 2008