py_run.m
Runs a python script from /interfaces/spinjet/Xepr_python/ folder of Bruker Xepr installation. Variable inputs and output can be passed to and from the script.
Syntax
arg_out=py_run(spin_system,pyscript,arg_in)
Parameters
spin_system - spin_system created by spinach, with
spin_system.sys.root_dir defined
pyscript - name of the python script to run, in
the form of a string without the .py
extension
arg_in - cell array containing the inputs to
the script
Outputs
arg_out - cell array of outputs from the script,
split at every space character (only
if no error exception has occourred -
in that case the error message would
be returned)
See also
awg_interface.m, bootstrap.m, gslice.m, guess_csa_pro.m, guess_j_nuc.m, guess_j_pro.m, retrieve_file.m, spinach2hiper.m, Import,_export,_and_visualisation
Version 2.2, authors: David Goodwin