mailRe: r26128 - /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 Edward d'Auvergne on October 01, 2014 - 21:07:
Hi Troels,

If you'd like this to stand out more, you could use the relax warning
system "warn(RelaxWarning('text'))".  This makes it easy to grep log
files to find the problem areas.

Regards,

Edward



On 1 October 2014 20:42,  <tlinnet@xxxxxxxxxxxxx> wrote:
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)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits



Related Messages


Powered by MHonArc, Updated Thu Oct 09 09:00:44 2014