- Timestamp:
- Mar 28, 2017, 4:06:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r1003 r1004 154 154 path_series_fct=fullfile(path_series,'series'); % path of the functions in subdirectroy 'series' 155 155 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))") ' ... 156 'python -c "import fluidimage" '];156 'python -c "import fluidimage"']; 157 157 [code, ~] = system(command); 158 158 if code==0 … … 1791 1791 '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n' ... 1792 1792 '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' ... 1795 1796 '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n']) 1796 1797 RunMode = 'python'; … … 2162 2163 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))") ' ... 2163 2164 'python -m fluidimage.run_from_xml ' filexml{iprocess}]; 2164 %fprintf(['command:\n' command '\n\n'])2165 fprintf(['command:\n' command '\n\n']) 2165 2166 system(command, '-echo'); 2166 2167 end
Note: See TracChangeset
for help on using the changeset viewer.