source: trunk/src/command_launch_python.m

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

Fix launching fluidimage

File size: 528 bytes
RevLine 
[1136]1%'command_launch_python': creates the command string for launching fluidimage
[1135]2%------------------------------------------------------------------------
[1136]3% function cmd=command_launch_python(inputxml)
[1135]4%
5%OUTPUT
[1136]6% cmd=set of system commands (char string) to write
[1135]7%
8%INPUT:
[1136]9% inputxml: path of the xml input parameter file for the program fluidimage
10% option: = 'background' or 'cluster' depending on the launching option
[1135]11
[1136]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.