mailr15248 - /1.3/sample_scripts/jw_mapping.py


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

Header


Content

Posted by edward on January 25, 2012 - 14:43:
Author: bugman
Date: Wed Jan 25 14:43:54 2012
New Revision: 15248

URL: http://svn.gna.org/viewcvs/relax?rev=15248&view=rev
Log:
Added some value.write user functions to the J(w) mapping sample script.


Modified:
    1.3/sample_scripts/jw_mapping.py

Modified: 1.3/sample_scripts/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/jw_mapping.py?rev=15248&r1=15247&r2=15248&view=diff
==============================================================================
--- 1.3/sample_scripts/jw_mapping.py (original)
+++ 1.3/sample_scripts/jw_mapping.py Wed Jan 25 14:43:54 2012
@@ -64,6 +64,11 @@
 grace.view(file='jwx.agr')
 grace.view(file='jwh.agr')
 
+# Write out the values.
+value.write(param='j0', file='j0.txt', force=True)
+value.write(param='jwx', file='jwx.txt', force=True)
+value.write(param='jwh', file='jwh.txt', force=True)
+
 # Finish.
 results.write(file='results', force=True)
 state.save('save', force=True)




Related Messages


Powered by MHonArc, Updated Wed Jan 25 15:00:02 2012