source: trunk/src/series/aver_stat.m @ 474

Last change on this file since 474 was 474, checked in by sommeria, 12 years ago

functions adpated to mode background

File size: 15.2 KB
Line 
1%'aver_stat': calculate field average, used with series.fig
2% this function can be used as a template for applying a global operation (here averaging) on a series of input fields
3%------------------------------------------------------------------------
4% function ParamOut=aver_stat(Param)
5%
6%%%%%%%%%%% GENERAL TO ALL SERIES ACTION FCTS %%%%%%%%%%%%%%%%%%%%%%%%%%%
7%
8% This function is used in four modes by the GUI series:
9%           1) config GUI: with no input argument, the function determine the suitable GUI configuration
10%           2) interactive input: the function is used to interactively introduce input parameters, and then stops
11%           3) RUN: the function itself runs, when an appropriate input  structure Param has been introduced.
12%           4) BATCH: the function itself proceeds in BATCH mode, using an xml file 'Param' as input.
13%
14% This function is used in four modes by the GUI series:
15%           1) config GUI: with no input argument, the function determine the suitable GUI configuration
16%           2) interactive input: the function is used to interactively introduce input parameters, and then stops
17%           3) RUN: the function itself runs, when an appropriate input  structure Param has been introduced.
18%           4) BATCH: the function itself proceeds in BATCH mode, using an xml file 'Param' as input.
19%
20%OUTPUT
21% GUI_input=list of options in the GUI series.fig needed for the function
22%
23%INPUT:
24% In run mode, the input parameters are given as a Matlab structure Param copied from the GUI series.
25% In batch mode, Param is the name of the corresponding xml file containing the same information
26% In the absence of input (as activated when the current Action is selected
27% in series), the function ouput GUI_input set the activation of the needed GUI elements
28%
29% Param contains the elements:(use the menu bar command 'export/GUI config' in series to see the current structure Param)
30%    .InputTable: cell of input file names, (several lines for multiple input)
31%                      each line decomposed as {RootPath,SubDir,Rootfile,NomType,Extension}
32%    .OutputSubDir: name of the subdirectory for data outputs
33%    .OutputDirExt: directory extension for data outputs
34%    .Action: .ActionName: name of the current activated function
35%             .ActionPath:   path of the current activated function
36%    .IndexRange: set the file or frame indices on which the action must be performed
37%    .FieldTransform: .TransformName: name of the selected transform function
38%                     .TransformPath:   path  of the selected transform function
39%                     .TransformHandle: corresponding function handle
40%    .InputFields: sub structure describing the input fields withfields
41%              .FieldName: name of the field
42%              .VelType: velocity type
43%              .FieldName_1: name of the second field in case of two input series
44%              .VelType_1: velocity type of the second field in case of two input series
45%    .ProjObject: %sub structure describing a projection object (read from ancillary GUI set_object)
46%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
47
48function ParamOut=aver_stat(Param)
49
50%% set the input elements needed on the GUI series when the action is selected in the menu ActionName
51if ~exist('Param','var') % case with no input parameter
52    ParamOut={'AllowInputSort';'off';...% allow alphabetic sorting of the list of input files (options 'off'/'on', 'off' by default)
53        'WholeIndexRange';'off';...% prescribes the file index ranges from min to max (options 'off'/'on', 'off' by default)
54        'NbSlice';'on'; ...%nbre of slices ('off' by default)
55        'VelType';'two';...% menu for selecting the velocity type (options 'off'/'one'/'two',  'off' by default)
56        'FieldName';'two';...% menu for selecting the field (s) in the input file(options 'off'/'one'/'two', 'off' by default)
57        'FieldTransform'; 'on';...%can use a transform function
58        'ProjObject';'on';...%can use projection object(option 'off'/'on',
59        'Mask';'off';...%can use mask option   (option 'off'/'on', 'off' by default)
60        'OutputDirExt';'.stat';...%set the output dir extension
61               ''};
62        return
63end
64
65%%%%%%%%%%%%  STANDARD PART  %%%%%%%%%%%%
66%% select different modes,  RUN, parameter input, BATCH
67% BATCH  case: read the xml file for batch case
68if ischar(Param)
69        Param=xml2struct(Param);
70        checkrun=0;
71% RUN case: parameters introduced as the input structure Param
72else
73    hseries=guidata(Param.hseries);%handles of the GUI series
74    WaitbarPos=get(hseries.waitbar_frame,'Position');%position of the waitbar on the GUI series
75    if isfield(Param,'Specific')&& strcmp(Param.Specific,'?')
76        checkrun=1;% will only search interactive input parameters (preparation of BATCH mode)
77    else
78        checkrun=2; % indicate the RUN option is used
79    end
80end
81ParamOut=Param; %default output
82OutputDir=[Param.OutputSubDir Param.OutputDirExt];
83   
84%% root input file(s) and type
85RootPath=Param.InputTable(:,1);
86RootFile=Param.InputTable(:,3);
87SubDir=Param.InputTable(:,2);
88NomType=Param.InputTable(:,4);
89FileExt=Param.InputTable(:,5);
90[filecell,i1_series,i2_series,j1_series,j2_series]=get_file_series(Param);
91%%%%%%%%%%%%
92% The cell array filecell is the list of input file names, while
93% filecell{iview,fileindex}:
94%        iview: line in the table corresponding to a given file series
95%        fileindex: file index within  the file series,
96% i1_series(iview,ref_j,ref_i)... are the corresponding arrays of indices i1,i2,j1,j2, depending on the input line iview and the two reference indices ref_i,ref_j
97% i1_series(iview,fileindex) expresses the same indices as a 1D array in file indices
98%%%%%%%%%%%%
99NbSlice=1;%default
100if isfield(Param.IndexRange,'NbSlice')&&~isempty(Param.IndexRange.NbSlice)
101    NbSlice=Param.IndexRange.NbSlice;
102end
103nbview=numel(i1_series);%number of input file series (lines in InputTable)
104nbfield_j=size(i1_series{1},1); %nb of fields for the j index (bursts or volume slices)
105nbfield_i=size(i1_series{1},2); %nb of fields for the i index
106nbfield=nbfield_j*nbfield_i; %total number of fields
107nbfield_i=floor(nbfield/NbSlice);%total number of  indexes in a slice (adjusted to an integer number of slices)
108nbfield=nbfield_i*NbSlice; %total number of fields after adjustement
109
110%determine the file type on each line from the first input file
111ImageTypeOptions={'image','multimage','mmreader','video'};
112NcTypeOptions={'netcdf','civx','civdata'};
113for iview=1:nbview
114    if ~exist(filecell{iview,1}','file')
115        msgbox_uvmat('ERROR',['the first input file ' filecell{iview,1} ' does not exist'])
116        return
117    end
118    [FileType{iview},FileInfo{iview},MovieObject{iview}]=get_file_type(filecell{iview,1});
119    CheckImage{iview}=~isempty(find(strcmp(FileType{iview},ImageTypeOptions)));% =1 for images
120    CheckNc{iview}=~isempty(find(strcmp(FileType{iview},NcTypeOptions)));% =1 for netcdf files
121    if ~isempty(j1_series{iview})
122        frame_index{iview}=j1_series{iview};
123    else
124        frame_index{iview}=i1_series{iview};
125    end
126end
127
128%% calibration data and timing: read the ImaDoc files
129[XmlData,NbSlice_calib,time,errormsg]=read_multimadoc(RootPath,SubDir,RootFile,FileExt,i1_series,i2_series,j1_series,j2_series);
130if size(time,1)>1
131    diff_time=max(max(diff(time)));
132    if diff_time>0
133        msgbox_uvmat('WARNING',['times of series differ by (max) ' num2str(diff_time)])
134    end   
135end
136
137%% coordinate transform or other user defined transform
138transform_fct='';%default
139if isfield(Param,'FieldTransform')
140    addpath(Param.FieldTransform.TransformPath)
141    transform_fct=str2func(Param.FieldTransform.TransformName);
142    rmpath(Param.FieldTransform.TransformPath)
143end
144
145%%%%%%%%%%%% END STANDARD PART  %%%%%%%%%%%%
146 % EDIT FROM HERE
147
148%% check the validity of  input file types
149if CheckImage{1}
150    FileExtOut='.png'; % write result as .png images for image inputs
151elseif CheckNc{1}
152    FileExtOut='.nc';% write result as .nc files for netcdf inputs
153else
154    msgbox_uvmat('ERROR',['invalid file type input ' FileType{1}])
155    return
156end
157if nbview==2 && ~isequal(CheckImage{1},CheckImage{2})
158        msgbox_uvmat('ERROR','input must be two image series or two netcdf file series')
159    return
160end
161NomTypeOut='_1-2_1';% output file index will indicate the first and last ref index in the series
162if checkrun==1
163    return % stop here for input checks
164end
165
166%% Set field names and velocity types
167InputFields{1}=[];%default (case of images)
168if isfield(Param,'InputFields')
169    InputFields{1}=Param.InputFields;
170end
171if nbview==2
172    InputFields{2}=[];%default (case of images)
173    if isfield(Param,'InputFields')
174        InputFields{2}=Param.InputFields{1};%default
175        if isfield(Param.InputFields,'FieldName_1')
176            InputFields{2}.FieldName=Param.InputFields.FieldName_1;
177            if isfield(Param.InputFields,'VelType_1')
178                InputFields{2}.VelType=Param.InputFields.VelType_1;
179            end
180        end
181    end
182end
183
184%% MAIN LOOP ON SLICES
185%%%%%%%%%%%%% STANDARD PART (DO NOT EDIT) %%%%%%%%%%%%
186for i_slice=1:NbSlice
187    index_slice=i_slice:NbSlice:nbfield;% select file indices of the slice
188    nbfiles=0;
189    nbmissing=0;
190
191    %%%%%%%%%%%%%%%% loop on field indices %%%%%%%%%%%%%%%%
192    for index=index_slice
193        if checkrun
194            update_waitbar(hseries.waitbar_frame,WaitbarPos,index/(nbfield))
195            stopstate=get(hseries.RUN,'BusyAction');
196        else
197            stopstate='queue';
198        end
199       
200        %%%%%%%%%%%%%%%% loop on views (input lines) %%%%%%%%%%%%%%%%
201        for iview=1:nbview
202            % reading input file(s)
203            [Data{iview},tild,errormsg] = read_field(filecell{iview,index},FileType{iview},InputFields{iview},frame_index{iview}(index));
204            if ~isempty(errormsg)
205                errormsg=['error of input reading: ' errormsg];
206                break
207            end
208            if ~isempty(NbSlice_calib)
209                Data{iview}.ZIndex=mod(i1_series{iview}(index)-1,NbSlice_calib{iview})+1;%Zindex for phys transform
210            end
211        end
212        Field=[]; % initiate the current input field structure
213        %%%%%%%%%%%%%%%% end loop on views (input lines) %%%%%%%%%%%%%%%%
214        %%%%%%%%%%%% END STANDARD PART  %%%%%%%%%%%%
215        % EDIT FROM HERE
216       
217        if isempty(errormsg)
218            % coordinate transform (or other user defined transform)
219            if ~isempty(transform_fct)
220                if nbview==2
221                    [Data{1},Data{2}]=transform_fct(Data{1},XmlData{1},Data{2},XmlData{2});
222                    if isempty(Data{2})
223                        Data(2)=[];
224                    end
225                else
226                    Data{1}=transform_fct(Data{1},XmlData{1});
227                end
228            end
229           
230            % field calculation (vort, div...)
231            if strcmp(FileType{1},'civx')||strcmp(FileType{1},'civ')
232                Data{1}=calc_field(InputFields{1}.FieldName,Data{1});%calculate field (vort..)
233            end
234           
235            % field substration (for two input file series)
236            if length(Data)==2
237                if strcmp(FileType{2},'civx')||strcmp(FileType{2},'civ')
238                    Data{2}=calc_field(InputFields{2}.FieldName,Data{2});%calculate field (vort..)
239                end
240                [Field,errormsg]=sub_field(Data{1},Data{2}); %substract the two fields
241                if ~isempty(errormsg)
242                    msgbox_uvmat('ERROR',['error in aver_stat/sub_field:' errormsg])
243                    return
244                end
245            else
246                Field=Data{1};
247            end
248           
249            %field projection on an object
250            if Param.CheckObject
251                [Field,errormsg]=proj_field(Field,Param.ProjObject);
252                if ~isempty(errormsg)
253                    msgbox_uvmat('ERROR',['error in aver_stat/proj_field:' errormsg])
254                    return
255                end
256            end
257            nbfiles=nbfiles+1;
258           
259            %%%%%%%%%%%% MAIN RUNNING OPERATIONS  %%%%%%%%%%%%
260            %update sum
261            if nbfiles==1 %first field
262                time_1=[];
263                if isfield(Field,'Time')
264                    time_1=Field.Time(1);
265                end
266                DataOut=Field;%default
267                for ivar=1:length(Field.ListVarName)
268                    VarName=Field.ListVarName{ivar};
269                    DataOut.(VarName)=double(DataOut.(VarName));
270                end
271            else   %current field
272                for ivar=1:length(Field.ListVarName)
273                    VarName=Field.ListVarName{ivar};
274                    sizmean=size(DataOut.(VarName));
275                    siz=size(Field.(VarName));
276                    if ~isequal(DataOut.(VarName),0)&& ~isequal(siz,sizmean)
277                        msgbox_uvmat('ERROR',['unequal size of input field ' VarName ', need to project  on a grid'])
278                        return
279                    else
280                        DataOut.(VarName)=DataOut.(VarName)+ double(Field.(VarName)); % update the sum
281                    end
282                end
283            end
284            %%%%%%%%%%%%   END MAIN RUNNING OPERATIONS  %%%%%%%%%%%%
285        else
286            display(errormsg)
287        end
288    end
289    %%%%%%%%%%%%%%%% end loop on field indices %%%%%%%%%%%%%%%%
290   
291    for ivar=1:length(Field.ListVarName)
292        VarName=Field.ListVarName{ivar};
293        DataOut.(VarName)=DataOut.(VarName)/nbfiles; % normalize the mean
294    end
295    if nbmissing~=0
296        msgbox_uvmat('WARNING',[num2str(nbmissing) ' input files are missing or skipted'])
297    end
298    if isempty(time) % time is read from files
299        if isfield(Field,'Time')
300            time_end=Field.Time(1);%last time read
301            if ~isempty(time_1)
302                DataOut.Time=time_1;
303                DataOut.Time_end=time_end;
304            end
305        end
306    else  % time from ImaDoc prevails if it exists
307        j1=1;%default
308        if ~isempty(j1_series{1})
309            j1=j1_series{1};
310        end
311        DataOut.Time=time(1,i1_series{1}(1),j1filexml);
312        DataOut.Time_end=time(end,i1_series{end}(end),j1_series{end}(end));
313    end
314   
315    %writing the result file
316    OutputFile=fullfile_uvmat(RootPath{1},OutputDir,RootFile{1},FileExtOut,NomTypeOut,i1_series{1}(1),i1_series{1}(end),i_slice,[]);
317    if CheckImage{1} %case of images
318        if isequal(FileInfo{1}.BitDepth,16)||(numel(FileInfo)==2 &&isequal(FileInfo{2}.BitDepth,16))
319            DataOut.A=uint16(DataOut.A);
320            imwrite(DataOut.A,OutputFile,'BitDepth',16); % case of 16 bit images
321        else
322            DataOut.A=uint8(DataOut.A);
323            imwrite(DataOut.A,OutputFile,'BitDepth',8); % case of 16 bit images
324        end
325        display([OutputFile ' written']);
326    else %case of netcdf input file , determine global attributes
327        errormsg=struct2nc(OutputFile,DataOut); %save result file
328        if isempty(errormsg)
329            display([OutputFile ' written']);
330        else
331            msgbox_uvmat('ERROR',['error in writting result file: ' errormsg])
332            display(errormsg)
333        end
334    end  % end averaging  loop
335end
336%%%%%%%%%%%%%%%% end loop on slices %%%%%%%%%%%%%%%%
337
338%% open the result file with uvmat (in RUN mode)
339if checkrun
340    hget_field=findobj(allchild(0),'name','get_field');%find the get_field... GUI
341    delete(hget_field)
342    uvmat(OutputFile)% open the last result file with uvmat
343end
Note: See TracBrowser for help on using the repository browser.