mailr9567 - in /1.3/sample_scripts: grace.py mf_grace_S2_vs_te.py


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

Header


Content

Posted by edward on October 05, 2009 - 12:15:
Author: bugman
Date: Mon Oct  5 12:15:51 2009
New Revision: 9567

URL: http://svn.gna.org/viewcvs/relax?rev=9567&view=rev
Log:
Renamed the 'grace.py' sample script to 'mf_grace_S2_vs_te.py'.


Added:
    1.3/sample_scripts/mf_grace_S2_vs_te.py
      - copied unchanged from r9523, 1.3/sample_scripts/grace.py
Removed:
    1.3/sample_scripts/grace.py

Removed: 1.3/sample_scripts/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/grace.py?rev=9566&view=auto
==============================================================================
--- 1.3/sample_scripts/grace.py (original)
+++ 1.3/sample_scripts/grace.py (removed)
@@ -1,14 +1,0 @@
-# Script for creating a grace plot of 'S2' vs 'te'.
-
-# Create the run.
-name = 'm4'
-pipe.create(name, 'mf')
-
-# Load the data.
-results.read(name)
-
-# Grace plot.
-grace.write(name, x_data_type='s2', y_data_type='te', plot_data='sim', 
file='s2_te.agr', force=True)
-
-# View the plot.
-grace.view(file='s2_te.agr')




Related Messages


Powered by MHonArc, Updated Tue Oct 06 11:40:02 2009