mailr19338 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on April 03, 2013 - 19:44:
Author: bugman
Date: Wed Apr  3 19:44:20 2013
New Revision: 19338

URL: http://svn.gna.org/viewcvs/relax?rev=19338&view=rev
Log:
The relaxation dispersion analysis specific _param_num() method now takes the 
number of curves into account.


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19338&r1=19337&r2=19338&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Wed Apr  3 19:44:20 
2013
@@ -723,8 +723,8 @@
         @rtype:                 int
         """
 
-        # The number of spin specific parameters (R2 and I0 per spin).
-        num = len(spins) * 2
+        # The number of spin specific parameters (R2 and I0 per spin), times 
the total number of exponential curves.
+        num = len(spins) * 2 * cdp.curve_count
 
         # The block specific parameters.
         num += len(spins[0].params) - 2




Related Messages


Powered by MHonArc, Updated Wed Apr 03 20:00:02 2013