Ignore:
Timestamp:
Apr 17, 2020, 5:58:49 PM (4 years ago)
Author:
sommeria
Message:

ima2temperature.m added and various bug repairs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/LIF_series.m

    r1071 r1080  
    11%----------------------------------------------------------------------
    2 % -process LIF images
     2% -process LIF images:old function to update
    33%----------------------------------------------------------------------
    44
     
    2121%=======================================================================
    2222
    23 function GUI_input=LIF_series(num_i1,num_i2,num_j1,num_j2,Series);
     23function ParamOut=LIF_series(Param)
    2424
    2525%requests for the visibility of input windows in the GUI series  (activated directly by the selection in the menu ACTION)
    2626if ~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')
    2828        'SubDir';'on';... % subdirectory of derived files (PIV fields), ('on' by default)
    2929        'RootFile';'on';... %root input file name ('on' by default)
     
    4040    return %exit the function
    4141end
    42 
    43 %-------------------------------------------------
    44 hseries=guidata(Series.hseries);%handles of the GUI series
    45 WaitbarPos=get(hseries.waitbar_frame,'Position'); %positiopn of waitbar frame
    46 %-------------------------------------------------
    47 addpath '/fsnet/project/coriolis/2006/06ICEBOX/0_MATLAB_WORK/LIF'% define path for concentration.m
    48 % cpath=which('series');
    4942
    5043%mode=''; %default
Note: See TracChangeset for help on using the changeset viewer.