mailr25701 - /trunk/user_functions/__init__.py


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

Header


Content

Posted by edward on September 08, 2014 - 20:29:
Author: bugman
Date: Mon Sep  8 20:29:43 2014
New Revision: 25701

URL: http://svn.gna.org/viewcvs/relax?rev=25701&view=rev
Log:
Added all user function ranamings since relax 1.3.1 to the translation table.

These were taken directly from the docs/user_function_changes.txt document.  
Earlier relax versions
are far too different, so this will be the earliest relax version for this 
translation table.  The
relax 1.2 and earlier (and 1.3.0) versions used the run argument throughout 
and the scripting was so
different, that telling the user how to upgrade to new user functions is 
pointless.  And the release
date of relax 1.2.15, the last of these old designs was in November 2008.


Modified:
    trunk/user_functions/__init__.py

Modified: trunk/user_functions/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/__init__.py?rev=25701&r1=25700&r2=25701&view=diff
==============================================================================
--- trunk/user_functions/__init__.py    (original)
+++ trunk/user_functions/__init__.py    Mon Sep  8 20:29:43 2014
@@ -160,12 +160,24 @@
     'interatomic.copy': 'interatom.copy',
     'interatomic.create': 'interatom.define',
     'minimise': 'minimise.execute',
+    'molmol.macro_exec': 'molmol.macro_run',
+    'molmol.write': 'molmol.macro_write',
+    'n_state_model.set_domain': 'align_tensor.set_domain',
+    'n_state_model.set_type': 'align_tensor.reduction',
+    'noe.error': 'spectrum.error_analysis',
+    'noe.read': 'noe.read_restraints',
     'pcs.centre': 'paramag_centre',
+    'pdc.read': 'bruker.read',
+    'pipe.list': 'pipe.display',
     'pymol.cmd': 'pymol.command',
     'pymol.macro_create': 'pymol.macro_write',
+    'pymol.macro_exec': 'pymol.macro_run',
+    'pymol.write': 'pymol.macro_write',
     'relax_data.frq': 'spectrometer.frequency',
     'relax_disp.cpmg_frq': 'relax_disp.cpmg_setup',
     'relax_disp.set_grid_r20_from_min_r2eff': 
'relax_disp.r20_from_min_r2eff',
+    'relax_fit.mean_and_error': 'spectrum.error_analysis',
+    'relax_fit.read': 'spectrum.read_intensities',
     'structure.vectors': 'interatom.unit_vectors',
     'temperature': 'spectrometer.temperature'
 }




Related Messages


Powered by MHonArc, Updated Mon Sep 08 20:40:01 2014