mailr26128 - /trunk/auto_analyses/relax_disp_repeat_cpmg.py


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

Header


Content

Posted by tlinnet on October 01, 2014 - 20:42:
Author: tlinnet
Date: Wed Oct  1 20:42:05 2014
New Revision: 26128

URL: http://svn.gna.org/viewcvs/relax?rev=26128&view=rev
Log:
Print out of the number of all R2eff points, if they are different between 
analysis.

This can become an issue if a single intensity point has slipped into noise, 
due to low quality of spectrum reconstruction.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for 
the repeated analysis of dispersion data.

Modified:
    trunk/auto_analyses/relax_disp_repeat_cpmg.py

Modified: trunk/auto_analyses/relax_disp_repeat_cpmg.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp_repeat_cpmg.py?rev=26128&r1=26127&r2=26128&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp_repeat_cpmg.py       (original)
+++ trunk/auto_analyses/relax_disp_repeat_cpmg.py       Wed Oct  1 20:42:05 
2014
@@ -1273,6 +1273,8 @@
                     data_dic[method_xy_NI] = []
 
                     ax.plot(x, x, 'o', label='%s vs. %s' % (method_x, 
method_x))
+                    if len(x) != len(y):
+                        print(len(x), len(y))
                     ax.plot(x, y, '.', label='%s vs. %s' % (method_y, 
method_x) )
 
                     ax.set_title(r'$R_{2,\mathrm{eff}}$' + ' for %s %i vs. 
%s %i. np=%i' % (method_y, glob_ini_y, method_x, glob_ini_x, np), fontsize=10)




Related Messages


Powered by MHonArc, Updated Wed Oct 01 21:00:02 2014