Changeset 942


Ignore:
Timestamp:
Apr 25, 2016, 1:28:08 PM (8 years ago)
Author:
augier3pi
Message:

Adapte pour fluidimage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r940 r942  
    139139path_series_fct=fullfile(path_series,'series');%path of the functions in subdirectroy 'series'
    140140[code, message] = system...
    141     ('LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | pyp "p.split('':'') |... [s for s in p if ''matlab'' not in s] | '':''.join(p)") python -c "import fluiddyn"');
     141    ('LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | pyp "p.split('':'') |... [s for s in p if ''matlab'' not in s] | '':''.join(p)") python -c "import fluidimage"');
    142142if code==0
    143143    ActionExtList={'.m';'.sh';'.py (in dev.)'};% default choice of extensions (Matlab fct .m or compiled version .sh
     
    17351735        'The option .py is used. It is still in development.\n' ...
    17361736        'Do not use it unless you really know what you do!\n' ...
    1737         'To try it, first install Pyp and the most recent version of FluidDyn.\n' ...
     1737        'To try it, first install Pyp and the most recent version of FluidImage.\n' ...
    17381738        '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n'])
    17391739    RunMode = 'python';
     
    20422042        command = [
    20432043            'LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | pyp "p.split('':'') | [s for s in p if ''matlab'' not in s] | '':''.join(p)") ' ...
    2044             'python -m fluiddyn.postproc.uvmat ' filexml{iprocess}];
     2044            'python -m fluidimage.run_from_xml ' filexml{iprocess}];
    20452045        % fprintf(['command:\n' command '\n\n'])
    20462046        system(command, '-echo');
Note: See TracChangeset for help on using the changeset viewer.