| 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 | |
|---|
| 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.