source: trunk/src/command_launch_python.m

Last change on this file was 1136, checked in by augier3pi, 2 weeks ago

Fix launching fluidimage

File size: 528 bytes
Line 
1%'command_launch_python': creates the command string for launching fluidimage
2%------------------------------------------------------------------------
3% function cmd=command_launch_python(inputxml)
4%
5%OUTPUT
6% cmd=set of system commands (char string) to write
7%
8%INPUT:
9% inputxml: path of the xml input parameter file for the program fluidimage
10% option: = 'background' or 'cluster' depending on the launching option
11
12function cmd=command_launch_python(inputxml)
13    cmd = ['python -m fluidimage.run_from_xml ' inputxml];
14end
Note: See TracBrowser for help on using the repository browser.