mailr14516 - /1.3/sample_scripts/model_free/molmol_plot.py


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

Header


Content

Posted by edward on August 29, 2011 - 16:17:
Author: bugman
Date: Mon Aug 29 16:17:53 2011
New Revision: 14516

URL: http://svn.gna.org/viewcvs/relax?rev=14516&view=rev
Log:
Fix for the molmol plot sample script for the pymol and molmol write to 
macro_write rename.


Modified:
    1.3/sample_scripts/model_free/molmol_plot.py

Modified: 1.3/sample_scripts/model_free/molmol_plot.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/model_free/molmol_plot.py?rev=14516&r1=14515&r2=14516&view=diff
==============================================================================
--- 1.3/sample_scripts/model_free/molmol_plot.py (original)
+++ 1.3/sample_scripts/model_free/molmol_plot.py Mon Aug 29 16:17:53 2011
@@ -36,21 +36,21 @@
 more complex motion is not present, just that it cannot be statistically 
differentiated from the
 data being analysed.
 
-Please read the documentation for the molmol.write() user function before 
using this script.
+Please read the documentation for the molmol.macro_write() user function 
before using this script.
 """
 
 # Load the program state.
 state.load(file='final_state', dir=None)
 
 # Create the Molmol macros.
-molmol.write(data_type='S2', colour_start='red', colour_end='blue', 
force=True)
-molmol.write(data_type='S2f', force=True)
-molmol.write(data_type='S2s', force=True)
-molmol.write(data_type='amp_fast', colour_start='red', colour_end='blue', 
force=True)
-molmol.write(data_type='amp_slow', colour_start='red', colour_end='blue', 
force=True)
-molmol.write(data_type='te', force=True)
-molmol.write(data_type='tf', force=True)
-molmol.write(data_type='ts', force=True)
-molmol.write(data_type='time_fast', force=True)
-molmol.write(data_type='time_slow', force=True)
-molmol.write(data_type='Rex', force=True)
+molmol.macro_write(data_type='S2', colour_start='red', colour_end='blue', 
force=True)
+molmol.macro_write(data_type='S2f', force=True)
+molmol.macro_write(data_type='S2s', force=True)
+molmol.macro_write(data_type='amp_fast', colour_start='red', 
colour_end='blue', force=True)
+molmol.macro_write(data_type='amp_slow', colour_start='red', 
colour_end='blue', force=True)
+molmol.macro_write(data_type='te', force=True)
+molmol.macro_write(data_type='tf', force=True)
+molmol.macro_write(data_type='ts', force=True)
+molmol.macro_write(data_type='time_fast', force=True)
+molmol.macro_write(data_type='time_slow', force=True)
+molmol.macro_write(data_type='Rex', force=True)




Related Messages


Powered by MHonArc, Updated Mon Aug 29 16:20:02 2011