Changeset 1080 for trunk/src/series
- Timestamp:
- Apr 17, 2020, 5:58:49 PM (5 years ago)
- Location:
- trunk/src/series
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/LIF_series.m
r1071 r1080 1 1 %---------------------------------------------------------------------- 2 % -process LIF images 2 % -process LIF images:old function to update 3 3 %---------------------------------------------------------------------- 4 4 … … 21 21 %======================================================================= 22 22 23 function GUI_input=LIF_series(num_i1,num_i2,num_j1,num_j2,Series);23 function ParamOut=LIF_series(Param) 24 24 25 25 %requests for the visibility of input windows in the GUI series (activated directly by the selection in the menu ACTION) 26 26 if ~exist('num_i1','var') 27 GUI_input={'RootPath';'two';...%nbre of possible input series (options 'on'/'two'/'many', default:'one')27 ParamOut={'RootPath';'two';...%nbre of possible input series (options 'on'/'two'/'many', default:'one') 28 28 'SubDir';'on';... % subdirectory of derived files (PIV fields), ('on' by default) 29 29 'RootFile';'on';... %root input file name ('on' by default) … … 40 40 return %exit the function 41 41 end 42 43 %-------------------------------------------------44 hseries=guidata(Series.hseries);%handles of the GUI series45 WaitbarPos=get(hseries.waitbar_frame,'Position'); %positiopn of waitbar frame46 %-------------------------------------------------47 addpath '/fsnet/project/coriolis/2006/06ICEBOX/0_MATLAB_WORK/LIF'% define path for concentration.m48 % cpath=which('series');49 42 50 43 %mode=''; %default
Note: See TracChangeset
for help on using the changeset viewer.