Rev | Line | |
---|
[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] | 12 | function cmd=command_launch_python(inputxml) |
---|
| 13 | cmd = ['python -m fluidimage.run_from_xml ' inputxml]; |
---|
| 14 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.