mailr19662 - /trunk/pipe_control/dasha.py


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

Header


Content

Posted by edward on May 06, 2013 - 09:46:
Author: bugman
Date: Mon May  6 09:46:58 2013
New Revision: 19662

URL: http://svn.gna.org/viewcvs/relax?rev=19662&view=rev
Log:
Fixes for the dasha.extract user function for the changes to the 
pipe_control.value.set function.

The values and errors are now set separately.


Modified:
    trunk/pipe_control/dasha.py

Modified: trunk/pipe_control/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/dasha.py?rev=19662&r1=19661&r2=19662&view=diff
==============================================================================
--- trunk/pipe_control/dasha.py (original)
+++ trunk/pipe_control/dasha.py Mon May  6 09:46:58 2013
@@ -512,7 +512,8 @@
 
         # Set the values.
         for i in range(len(data)):
-            value.set(val=data[i][1], error=data[i][0], param=param, 
spin_id=data[i][0])
+            value.set(val=data[i][1], param=param, spin_id=data[i][0])
+            value.set(val=data[i][0], param=param, spin_id=data[i][0], 
error=True)
 
         # Clean up of non-existent parameters (set the parameter to None!).
         for spin in spin_loop():




Related Messages


Powered by MHonArc, Updated Mon May 06 11:00:02 2013