py_run.m

From Spinach Documentation Wiki
Revision as of 19:40, 6 June 2026 by Kuprov (talk | contribs) (Update function See also links and function index membership)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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