Changeset 1179 for trunk/src/series.m
- Timestamp:
- Mar 23, 2025, 11:13:38 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r1178 r1179 2221 2221 msgbox_uvmat('CONFIRMATION',[num2str(currJobIndex-1) ' jobs launched on queue ' qstat_Queue '.']) 2222 2222 case 'python' 2223 command = command_launch_python(filexml{iprocess});2223 command = ['python -m fluidimage.run_from_xml ' filexml{iprocess}]; 2224 2224 fprintf(['command:\n' command '\n\n']) 2225 2225 [status, result] = call_command_clean(command);
Note: See TracChangeset
for help on using the changeset viewer.