mailr17191 - /branches/absolute_rdc/generic_fns/rdc.py


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

Header


Content

Posted by edward on July 04, 2012 - 11:56:
Author: bugman
Date: Wed Jul  4 11:56:28 2012
New Revision: 17191

URL: http://svn.gna.org/viewcvs/relax?rev=17191&view=rev
Log:
The rdc.read user function backend is now storing the absolute value flag in 
interatom.absolute_rdc.


Modified:
    branches/absolute_rdc/generic_fns/rdc.py

Modified: branches/absolute_rdc/generic_fns/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/absolute_rdc/generic_fns/rdc.py?rev=17191&r1=17190&r2=17191&view=diff
==============================================================================
--- branches/absolute_rdc/generic_fns/rdc.py (original)
+++ branches/absolute_rdc/generic_fns/rdc.py Wed Jul  4 11:56:28 2012
@@ -557,6 +557,11 @@
             # Add the value.
             interatom.rdc[align_id] = value
 
+            # Store the absolute value flag.
+            if not hasattr(interatom, 'absolute_rdc'):
+                interatom.absolute_rdc = {}
+            interatom.absolute_rdc[align_id] = absolute
+
         # Convert and add the error.
         if error_col:
             # Data conversion.




Related Messages


Powered by MHonArc, Updated Wed Jul 04 12:00:02 2012