Changeset 1179 for trunk/src/series.m


Ignore:
Timestamp:
Mar 23, 2025, 11:13:38 AM (4 weeks ago)
Author:
sommeria
Message:

a few bug repairs and cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1178 r1179  
    22212221            msgbox_uvmat('CONFIRMATION',[num2str(currJobIndex-1) ' jobs launched on queue ' qstat_Queue '.'])
    22222222        case 'python'
    2223             command = command_launch_python(filexml{iprocess});
     2223            command = ['python -m fluidimage.run_from_xml ' filexml{iprocess}];
    22242224            fprintf(['command:\n' command '\n\n'])
    22252225            [status, result] = call_command_clean(command);
Note: See TracChangeset for help on using the changeset viewer.