Changeset 1004 for trunk/src


Ignore:
Timestamp:
Mar 28, 2017, 4:06:17 PM (7 years ago)
Author:
augier3pi
Message:

fluidimage compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1003 r1004  
    154154path_series_fct=fullfile(path_series,'series'); % path of the functions in subdirectroy 'series'
    155155command = ['LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | pyp "l = x.split('':''); l = [s for s in l if ''matlab'' not in s]; print('':''.join(l))") ' ...
    156             'python -c "import fluidimage" ' ];
     156            'python -c "import fluidimage"'];
    157157[code, ~] = system(command);
    158158if code==0
     
    17911791        '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n' ...
    17921792        'The option .py is used. It is still in development.\n' ...
    1793         'Do not use it unless you really know what you do!\n' ...
    1794         'To try it, first install Pyp and the most recent version of FluidImage.\n' ...
     1793        'To try it, first install pyper and the most recent version of fluidimage\n' ...
     1794        '(see https://bitbucket.org/fluiddyn/fluidimage).\n' ...
     1795        'Warning: there is no direct correspondance between UVMAT and fluidimage parameters\n' ...
    17951796        '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n'])
    17961797    RunMode = 'python';
     
    21622163        command = ['LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | pyp "l = x.split('':''); l = [s for s in l if ''matlab'' not in s]; print('':''.join(l))") ' ...
    21632164            'python -m fluidimage.run_from_xml ' filexml{iprocess}];
    2164         % fprintf(['command:\n' command '\n\n'])
     2165        fprintf(['command:\n' command '\n\n'])
    21652166        system(command, '-echo');
    21662167end
Note: See TracChangeset for help on using the changeset viewer.