mailr15052 - /branches/frame_order_testing/specific_fns/frame_order.py


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

Header


Content

Posted by edward on December 07, 2011 - 19:00:
Author: bugman
Date: Wed Dec  7 19:00:27 2011
New Revision: 15052

URL: http://svn.gna.org/viewcvs/relax?rev=15052&view=rev
Log:
Fix for the storage of back-calculated PCSs from the frame order analysis.

The values are now converted back to ppm.


Modified:
    branches/frame_order_testing/specific_fns/frame_order.py

Modified: branches/frame_order_testing/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/frame_order.py?rev=15052&r1=15051&r2=15052&view=diff
==============================================================================
--- branches/frame_order_testing/specific_fns/frame_order.py (original)
+++ branches/frame_order_testing/specific_fns/frame_order.py Wed Dec  7 
19:00:27 2011
@@ -1062,8 +1062,8 @@
                     if not hasattr(spin, 'pcs_bc'):
                         spin.pcs_bc = {}
 
-                    # Store the back-calculated value.
-                    spin.pcs_bc[align_id] = target_fn.pcs_theta[i, pcs_index]
+                    # Store the back-calculated value (in ppm).
+                    spin.pcs_bc[align_id] = target_fn.pcs_theta[i, 
pcs_index] * 1e6
 
                     # Increment the index.
                     pcs_index += 1




Related Messages


Powered by MHonArc, Updated Thu Dec 08 10:00:02 2011