[387] | 1 | %'uvmat': function associated with the GUI 'uvmat.fig' for images and data field visualization |
---|
| 2 | %------------------------------------------------------------------------ |
---|
| 3 | % function huvmat=uvmat(input) |
---|
| 4 | % |
---|
| 5 | %OUTPUT |
---|
| 6 | % huvmat=current handles of the GUI uvmat.fig |
---|
| 7 | %% |
---|
| 8 | % |
---|
| 9 | %INPUT: |
---|
| 10 | % input: input file name (if character chain), or input image matrix to |
---|
[526] | 11 | % visualize, or Matlab structure representing netcdf fieldname (with fieldname |
---|
[387] | 12 | % ListVarName....) |
---|
| 13 | % |
---|
| 14 | %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |
---|
| 15 | % Copyright Joel Sommeria, 2008, LEGI / CNRS-UJF-INPG, joel.sommeria@legi.grenoble-inp.fr. |
---|
| 16 | %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |
---|
| 17 | % This open is part of the toolbox UVMAT. |
---|
| 18 | % |
---|
| 19 | % UVMAT is free software; you can redistribute it and/or modify |
---|
| 20 | % it under the terms of the GNU General Public License as published by |
---|
| 21 | % the Free Software Foundation; either version 2 of the License, or |
---|
| 22 | % (at your option) any later version. |
---|
| 23 | % |
---|
| 24 | % UVMAT is distributed in the hope that it will be useful, |
---|
| 25 | % but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 26 | % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 27 | % GNU General Public License (open UVMAT/COPYING.txt) for more details. |
---|
| 28 | %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |
---|
| 29 | % |
---|
[511] | 30 | % Information stored on the interface:(use 'Export/field in workspace' in |
---|
| 31 | % the menu bar of uvmat to retrieve it) |
---|
| 32 | % .OpenParam: structure containing parameters defined when uvmat is opened |
---|
| 33 | % .PosColorbar: position (1x4 vector)of the colorbar (relative to the fig uvmat) |
---|
| 34 | % .PosSetObject: position of set_object |
---|
| 35 | % .PosGeometryCalib: size of set_object |
---|
| 36 | % .NbBuiltin: nbre of functions always displayed in transform_fct menu |
---|
| 37 | % .Object: cell array of structures representing the current projection objects, as produced by 'set_object.m'={[]} by default |
---|
| 38 | % .NewSeries: =0/1 flag telling whether a new field series has been opened |
---|
| 39 | % .FileName_1: name of the current second field (used to detect a constant field during file scanning) |
---|
| 40 | % .FileType: current file type, as defined by the fct get_file_type.m) |
---|
| 41 | % .i1_series,.i2_series,.j1_series,.j1_series: series of i1,i2,j1,j2 indices detected in the input dir,set by the fct find_file_series |
---|
| 42 | % .MovieObject: current movie object |
---|
| 43 | % .TimeUnit: unit for time |
---|
[526] | 44 | % .XmlData: cell array of 1 or 2 structures representing the xml files associated with the input fieldname (containing timing and geometry calibration) |
---|
[511] | 45 | % .Field: cell array of 1 or 2 structures representing the current input field(s) |
---|
| 46 | % .PlotAxes: field structure representing the current field plotted on the main axes (used for mouse operations) |
---|
| 47 | % .HistoAxes: idem for histogram axes |
---|
[387] | 48 | |
---|
| 49 | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DATA FLOW (for run0_Callback) %%%%%%%%%%%%%%%%%%%%: |
---|
| 50 | % |
---|
[406] | 51 | % |
---|
| 52 | % 1) Input filenames are determined by MenuBrowse (first field), MenuBrowse_1 |
---|
[512] | 53 | % (second field), or by the stored file name .FileName_1, or as an input of uvmat. |
---|
| 54 | % 2) These functions call 'uvmat/display_file_name.m' which detects the file series, and fills the file index boxes |
---|
| 55 | % 3) Then 'uvmat/update_rootinfo.m' Updates information about a new field series (indices to scan, timing, calibration from an xml file) |
---|
[526] | 56 | % 4) Then fieldname are opened and visualised by the main sub-function 'uvmat/refresh_field.m' |
---|
[512] | 57 | % The function first reads the name of the input file(s) (one or two) from the edit boxes of the GUI |
---|
| 58 | % It then reads the input file(s) with the function read_field.m and perform the following list of operations: |
---|
[387] | 59 | % |
---|
[512] | 60 | % %%%%%%%% structure of uvmat/refresh_field.m %%%%%%%% |
---|
[387] | 61 | % |
---|
[512] | 62 | % Main input open second input open_1 |
---|
| 63 | % | | |
---|
| 64 | % read_field.m read_field.m |
---|
| 65 | % | | |
---|
| 66 | % Field{1} Field{2} |
---|
| 67 | % | | |
---|
[526] | 68 | % --->transform fct<--- transform (e.g. phys.m) and combine input fieldname |
---|
[512] | 69 | % | |
---|
| 70 | % (calc_tps.m) calculate tps coefficients (for filter projection or spatial derivatives). |
---|
| 71 | % | |
---|
| 72 | % UvData.Field-------------->histogram |
---|
| 73 | % _____________|____________ |
---|
| 74 | % | | |
---|
[515] | 75 | % proj_field.m proj_field.m project the field on the projection objects (use calc_field.m) |
---|
[512] | 76 | % | | |
---|
| 77 | % UvData.PlotAxes ViewData.PlotAxes (on view_field) |
---|
| 78 | % | | |
---|
[526] | 79 | % plot_field.m (uvmat) plot_field.m (view_field) plot the projected fieldname |
---|
[512] | 80 | % |
---|
| 81 | % |
---|
[387] | 82 | %%%%%%%%%%%%%% SCALARS: %%%%%%%%%%%%??%%% |
---|
| 83 | % scalars are displayed either as an image or countour plot, either as a color of |
---|
| 84 | % velocity vectors. The scalar values in the first case is represented by |
---|
| 85 | % UvData.Field.A, and by UvData.Field.C in the second case. The corresponding set of X |
---|
| 86 | % and Y coordinates are represented by UvData.Field.AX and UvData.Field.AY, and .X and |
---|
| 87 | % .Y for C (the same as velocity vectors). If A is a nxxny matrix (scalar |
---|
| 88 | % on a regtular grid), then .AX andf.AY contains only two elements, represneting the |
---|
| 89 | % coordinates of the four image corners. The scalar name is represented by |
---|
| 90 | % the strings .AName and/or .CName. |
---|
| 91 | % If the scalar exists in an input open (image or scalar stored under its |
---|
| 92 | % name in a netcdf open), it is directly read at the level of Field{1}or Field{2}. |
---|
| 93 | % Else only its name AName is recorded in Field{i}, and its field is then calculated |
---|
| 94 | %by the fuction calc_scal after the coordinate transform or after projection on an edit_object |
---|
| 95 | |
---|
| 96 | % Properties attached to plotting figures (standard Matlab properties): |
---|
| 97 | % 'CurrentAxes'= gca or get(gcf,'CurrentAxes'); |
---|
| 98 | % 'CurrentPoint'=get(gcf,'CurrentPoint'): figure coordinates of the point over which the mouse is positioned |
---|
| 99 | % 'CurrentCharacter'=get(gcf,'CurrentCharacter'): last character typed over the figure where the mouse is positioned |
---|
| 100 | % 'WindowButtonMotionFcn': function permanently called by mouse motion over the figure |
---|
| 101 | % 'KeyPressFcn': function called by pressing a key on the key board |
---|
| 102 | % 'WindowButtonDownFcn': function called by pressing the mouse over the figure |
---|
| 103 | % 'WindowButtonUpFcn': function called by releasing the mouse pressure over the figure |
---|
| 104 | |
---|
| 105 | % Properties attached to plotting axes: |
---|
| 106 | % 'CurrentPoint'=get(gca,'CurrentPoint'); (standard Matlab) same as for the figure, but position in plot coordinates. |
---|
| 107 | % AxeData:=get(gca,'UserData'); |
---|
| 108 | % AxeData.Drawing = create: create a new object |
---|
| 109 | % = deform: modify an existing object by moving its defining create |
---|
| 110 | % = off: no current drawing action |
---|
| 111 | % = translate: translate an existing object |
---|
| 112 | % = calibration: move a calibration point |
---|
| 113 | % = CheckZoom: isolate a subregion for CheckZoom in=1 if an object is being currently drawn, 0 else (set to 0 by releasing mouse button) |
---|
| 114 | % .CurrentOrigin: Origin of a curently drawn edit_object |
---|
| 115 | % .CurrentLine: currently drawn menuline (A REVOIR) |
---|
| 116 | % .CurrentObject: handle of the currently drawn edit_object |
---|
| 117 | % .CurrentRectZoom: current rectangle used for CheckZoom |
---|
| 118 | |
---|
| 119 | % Properties attached to projection objects (create, menuline, menuplane...): |
---|
| 120 | % 'Tag'='proj_object': for all projection objects |
---|
| 121 | % ObjectData.Type=...: style of projection object: |
---|
| 122 | % .ProjMode |
---|
| 123 | % .Coord: defines the position of the object |
---|
| 124 | % .XMin,YMin.... |
---|
| 125 | % .XMax,YMax.... |
---|
| 126 | % .DX,DY,DZ |
---|
| 127 | % .Phi, .Theta, .Psi : Euler angles |
---|
| 128 | % .X,.Y,.U,.V.... : field data projected on the object |
---|
| 129 | % .IndexObj: index in the list of UvData.Object |
---|
| 130 | %during plotting |
---|
| 131 | % .plotaxes: handles of the current axes used to plot the result of field projection on the object |
---|
| 132 | % .plothandle: vector of handle(s) of the object graphic represnetation in all the opened plotting axes |
---|
| 133 | % To each projection object #iobj, corresponds an axis |
---|
| 134 | % Object{iobj}.plotaxes and nbobj representation graphs Object{iobj}.plothandles(:) (where nbobj is the |
---|
| 135 | % nbre of current objects opened in uvmat. Note that Object{iobj}.plothandles(iobj)=[] : an object is not represented in its own projection field; |
---|
| 136 | |
---|
| 137 | %------------------------------------------------------------------------ |
---|
| 138 | %------------------------------------------------------------------------ |
---|
[406] | 139 | % I - MAIN FUNCTION uvmat |
---|
[387] | 140 | %------------------------------------------------------------------------ |
---|
| 141 | %------------------------------------------------------------------------ |
---|
| 142 | function varargout = uvmat(varargin) |
---|
| 143 | |
---|
| 144 | % Begin initialization code - DO NOT EDIT |
---|
| 145 | gui_Singleton = 1; |
---|
| 146 | gui_State = struct('gui_Name', mfilename, ... |
---|
| 147 | 'gui_Singleton', gui_Singleton, ... |
---|
| 148 | 'gui_OpeningFcn', @uvmat_OpeningFcn, ... |
---|
| 149 | 'gui_OutputFcn', @uvmat_OutputFcn, ... |
---|
| 150 | 'gui_LayoutFcn', [], ... |
---|
| 151 | 'gui_Callback', []); |
---|
| 152 | if nargin && ischar(varargin{1})&& ~isempty(regexp(varargin{1},'_Callback','once')) |
---|
| 153 | gui_State.gui_Callback = str2func(varargin{1}); |
---|
| 154 | end |
---|
| 155 | |
---|
| 156 | if nargout |
---|
| 157 | varargout{1:nargout} = gui_mainfcn(gui_State, varargin{:}); |
---|
| 158 | else |
---|
| 159 | gui_mainfcn(gui_State, varargin{:}); |
---|
| 160 | end |
---|
| 161 | % End initialization code - DO NOT EDIT |
---|
| 162 | |
---|
| 163 | %------------------------------------------------------------------------ |
---|
| 164 | % --- Executes just before the GUI uvmat is made visible. |
---|
| 165 | function uvmat_OpeningFcn(hObject, eventdata, handles, input ) |
---|
| 166 | %------------------------------------------------------------------------ |
---|
| 167 | |
---|
| 168 | %% Choose default command menuline output for uvmat (standard GUI) |
---|
| 169 | handles.output = hObject; |
---|
| 170 | |
---|
| 171 | %% Update handles structure (standard GUI) |
---|
| 172 | guidata(hObject, handles); |
---|
| 173 | |
---|
[507] | 174 | %% add the path to uvmat (useful if uvmat has been opened in the working directory and a working directory change occured) |
---|
| 175 | path_uvmat=fileparts(which('uvmat')); |
---|
| 176 | |
---|
[387] | 177 | %% set the position of colorbar and ancillary GUIs: |
---|
| 178 | set(hObject,'Units','Normalized') |
---|
| 179 | movegui(hObject,'center') |
---|
| 180 | UvData.OpenParam.PosColorbar=[0.805 0.022 0.019 0.445]; |
---|
[511] | 181 | UvData.OpenParam.PosSetObject=[-0.05 -0.03 0.3 0.7]; %position for set_object |
---|
[517] | 182 | UvData.OpenParam.PosGeometryCalib=[0.95 -0.03 0.28 1 ];%position for geometry_calib (TO IMPROVE) |
---|
[511] | 183 | % UvData.OpenParam.CalSize=[0.28 1]; |
---|
| 184 | % UvData.PlotAxes=[];%initiate the record of plotted field |
---|
| 185 | % UvData.axes2=[]; |
---|
| 186 | % UvData.axes1=[]; |
---|
[387] | 187 | AxeData.LimEditBox=1; %initialise AxeData |
---|
[511] | 188 | set(handles.PlotAxes,'UserData',AxeData) |
---|
[387] | 189 | |
---|
| 190 | %% set functions for the mouse and keyboard |
---|
| 191 | set(hObject,'KeyPressFcn',{'keyboard_callback',handles})%set keyboard action function |
---|
| 192 | set(hObject,'WindowButtonMotionFcn',{'mouse_motion',handles})%set mouse action functio |
---|
| 193 | set(hObject,'WindowButtonDownFcn',{'mouse_down'})%set mouse click action function |
---|
| 194 | set(hObject,'WindowButtonUpFcn',{'mouse_up',handles}) |
---|
| 195 | set(hObject,'DeleteFcn',{@closefcn})% |
---|
| 196 | |
---|
[511] | 197 | %% initialisation |
---|
[508] | 198 | % set(handles.ListObject,'Value',1)% default: empty projection objectproj_field |
---|
| 199 | % set(handles.ListObject,'String',{''}) |
---|
| 200 | % set(handles.ListObject_1,'Value',1)% default: empty projection objectproj_field |
---|
| 201 | % set(handles.ListObject_1,'String',{''}) |
---|
[526] | 202 | set(handles.FieldName,'Value',1) |
---|
| 203 | set(handles.FieldName,'string',{''}) |
---|
[511] | 204 | UvData.Object={[]}; |
---|
[387] | 205 | |
---|
| 206 | %% TRANSFORM menu: builtin fcts |
---|
[515] | 207 | transform_menu={'';'sub_field';'phys';'phys_polar'}; |
---|
[507] | 208 | UvData.OpenParam.NbBuiltin=numel(transform_menu); %number of functions |
---|
| 209 | transform_path=fullfile(path_uvmat,'transform_field'); |
---|
[528] | 210 | path_list=cell(UvData.OpenParam.NbBuiltin,1); |
---|
[507] | 211 | path_list{1}=''; |
---|
[523] | 212 | for ilist=2:UvData.OpenParam.NbBuiltin |
---|
| 213 | path_list{ilist}=transform_path; % set transform_path to the path_list |
---|
| 214 | end |
---|
[387] | 215 | |
---|
[507] | 216 | %% load the list of previously browsed files in menus Open, Open_1 and transform_fct |
---|
[387] | 217 | dir_perso=prefdir; % path to the directory .matlab for personal data |
---|
| 218 | profil_perso=fullfile(dir_perso,'uvmat_perso.mat');% personal data file uvmauvmat_perso.mat' in .matlab |
---|
| 219 | if exist(profil_perso,'file') |
---|
[507] | 220 | h=load (profil_perso); |
---|
[523] | 221 | if isfield(h,'MenuFile')% load the menu of previously opened files |
---|
[507] | 222 | for ifile=1:min(length(h.MenuFile),5) |
---|
| 223 | eval(['set(handles.MenuFile_' num2str(ifile) ',''Label'',h.MenuFile{ifile});']) |
---|
| 224 | eval(['set(handles.MenuFile_' num2str(ifile) '_1,''Label'',h.MenuFile{ifile});']) |
---|
| 225 | end |
---|
| 226 | end |
---|
[523] | 227 | if isfield(h,'transform_fct') && iscell(h.transform_fct) % load the menu of transform fct set by user |
---|
[387] | 228 | for ilist=1:length(h.transform_fct); |
---|
| 229 | if exist(h.transform_fct{ilist},'file') |
---|
[507] | 230 | [path,file]=fileparts(h.transform_fct{ilist}); |
---|
| 231 | transform_menu=[transform_menu; {file}]; |
---|
| 232 | path_list=[path_list; {path}]; |
---|
[387] | 233 | end |
---|
| 234 | end |
---|
[507] | 235 | end |
---|
[387] | 236 | end |
---|
[523] | 237 | transform_menu=[transform_menu;{'more...'}];%append the option more.. to the menu |
---|
| 238 | set(handles.transform_fct,'String',transform_menu)% display the menu of transform fcts |
---|
| 239 | set(handles.transform_fct,'UserData',path_list)% store the corresponding list of path in UserData of uicontrol transform_fct |
---|
[507] | 240 | set(handles.path_transform,'String','') |
---|
| 241 | set(handles.path_transform,'UserData',[]) |
---|
[387] | 242 | |
---|
| 243 | %% case of an input argument for uvmat |
---|
| 244 | testinputfield=0; |
---|
| 245 | inputfile=[]; |
---|
| 246 | Field=[]; |
---|
| 247 | if exist('input','var') |
---|
| 248 | if ishandle(handles.UVMAT_title) |
---|
| 249 | delete(handles.UVMAT_title) |
---|
| 250 | end |
---|
| 251 | if isstruct(input) |
---|
| 252 | if isfield(input,'InputFile') |
---|
| 253 | inputfile=input.InputFile; |
---|
| 254 | end |
---|
| 255 | if isfield(input,'TimeIndex') |
---|
| 256 | set(handles.i1,num2str(input.TimeIndex)) |
---|
| 257 | end |
---|
| 258 | if isfield(input,'FieldsString') |
---|
| 259 | UvData.FieldsString=input.FieldsString; |
---|
| 260 | end |
---|
| 261 | elseif ischar(input)% file name introduced as input |
---|
| 262 | inputfile=input; |
---|
| 263 | elseif isnumeric(input)%simple matrix introduced as input |
---|
| 264 | sizinput=size(input); |
---|
| 265 | if sizinput(1)<=1 || sizinput(2)<=1 |
---|
| 266 | msgbox_uvmat('ERROR','bad input for uvmat: file name, structure or numerical matrix accepted') |
---|
| 267 | return |
---|
| 268 | end |
---|
| 269 | UvData.Field.ListVarName={'A','coord_y','coord_x'}; |
---|
| 270 | UvData.Field.VarDimName={{'coord_y','coord_x'},'cord_y','coord_x'}; |
---|
| 271 | UvData.Field.A=input; |
---|
| 272 | UvData.Field.coord_x=[0.5 size(input,2)-0.5]; |
---|
| 273 | UvData.Field.coord_y=[size(input,1)-0.5 0.5]; |
---|
| 274 | testinputfield=1; |
---|
| 275 | end |
---|
| 276 | else |
---|
[476] | 277 | %% check the path and date of modification of all functions in uvmat |
---|
| 278 | path_to_uvmat=which ('uvmat');% check the path detected for source file uvmat |
---|
| 279 | [infomsg,date_str,svn_info]=check_files;%check the path of the functions called by uvmat.m |
---|
| 280 | date_str=['last modification: ' date_str]; |
---|
| 281 | if ishandle(handles.UVMAT_title) |
---|
| 282 | set(handles.UVMAT_title,'String',... |
---|
| 283 | [{'Copyright LEGI UMR 5519 /CNRS-UJF-Grenoble INP, 2010'};... |
---|
| 284 | {'GNU General Public License'};... |
---|
| 285 | {path_to_uvmat};... |
---|
| 286 | {date_str};... |
---|
| 287 | infomsg]); |
---|
| 288 | end |
---|
[387] | 289 | end |
---|
| 290 | set(handles.uvmat,'UserData',UvData) |
---|
| 291 | if ~isempty(inputfile) |
---|
| 292 | %%%%% display the input field %%%%%%% |
---|
[406] | 293 | display_file_name(handles,inputfile) |
---|
[387] | 294 | %%%%%%% |
---|
| 295 | end |
---|
| 296 | |
---|
| 297 | set_vec_col_bar(handles) %update the display of color code for vectors |
---|
| 298 | |
---|
| 299 | %------------------------------------------------------------------------ |
---|
| 300 | % --- Outputs from this function are returned to the command menuline. |
---|
| 301 | function varargout = uvmat_OutputFcn(hObject, eventdata, handles) |
---|
| 302 | varargout{1} = handles.output;% the only output argument is the handle to the GUI figure |
---|
| 303 | |
---|
| 304 | %------------------------------------------------------------------------ |
---|
[402] | 305 | % --- executed when closing uvmat: delete or desactivate the associated figures if exist |
---|
| 306 | function closefcn(gcbo,eventdata) |
---|
[387] | 307 | %------------------------------------------------------------------------ |
---|
[402] | 308 | hh=findobj(allchild(0),'tag','view_field'); |
---|
| 309 | if ~isempty(hh) |
---|
| 310 | delete(hh) |
---|
| 311 | end |
---|
| 312 | hh=findobj(allchild(0),'tag','geometry_calib'); |
---|
| 313 | if ~isempty(hh) |
---|
| 314 | delete(hh) |
---|
| 315 | end |
---|
| 316 | hh=findobj(allchild(0),'tag','set_object'); |
---|
| 317 | if ~isempty(hh) |
---|
| 318 | hhh=findobj(hh,'tag','PLOT'); |
---|
| 319 | set(hhh,'enable','off') |
---|
| 320 | end |
---|
| 321 | |
---|
| 322 | %------------------------------------------------------------------------ |
---|
| 323 | %------------------------------------------------------------------------ |
---|
[387] | 324 | % II - FUNCTIONS FOR INTRODUCING THE INPUT FILES |
---|
| 325 | % automatically sets the global properties when the rootfile name is introduced |
---|
| 326 | % then activate the view-field action if selected |
---|
| 327 | % it is activated either by clicking on the RootPath window or by the |
---|
| 328 | % browser |
---|
| 329 | %------------------------------------------------------------------------ |
---|
| 330 | %------------------------------------------------------------------------ |
---|
| 331 | % --- Executes on the menu Open/Browse... |
---|
| 332 | % search the files, recognize their type according to their name and fill the rootfile input windows |
---|
| 333 | function MenuBrowse_Callback(hObject, eventdata, handles) |
---|
| 334 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); |
---|
[512] | 335 | %oldfile=[fullfile(RootPath,SubDir,RootFile) FileIndices FileExt]; |
---|
| 336 | oldfile=fullfile(RootPath,SubDir); |
---|
[387] | 337 | if isempty(oldfile)||isequal(oldfile,'') %loads the previously stored file name and set it as default in the file_input box |
---|
| 338 | dir_perso=prefdir; |
---|
| 339 | profil_perso=fullfile(dir_perso,'uvmat_perso.mat'); |
---|
| 340 | if exist(profil_perso,'file') |
---|
| 341 | h=load (profil_perso); |
---|
| 342 | if isfield(h,'MenuFile_1') |
---|
| 343 | oldfile=h.MenuFile_1; |
---|
| 344 | end |
---|
| 345 | end |
---|
| 346 | end |
---|
[421] | 347 | [FileName, PathName] = uigetfile({'*.*','All Files(*.*)'},'Pick a file',oldfile); |
---|
[530] | 348 | if ~ischar(FileName),return,end %abandon if the browser is cancelled |
---|
[387] | 349 | fileinput=[PathName FileName];%complete file name |
---|
| 350 | |
---|
[503] | 351 | %% display the selected field and related information |
---|
[406] | 352 | display_file_name( handles,fileinput) |
---|
[387] | 353 | |
---|
| 354 | % ----------------------------------------------------------------------- |
---|
| 355 | % --- Open again the file whose name has been recorded in MenuFile_1 |
---|
| 356 | function MenuFile_1_Callback(hObject, eventdata, handles) |
---|
| 357 | %------------------------------------------------------------------------ |
---|
| 358 | fileinput=get(handles.MenuFile_1,'Label'); |
---|
[406] | 359 | display_file_name( handles,fileinput) |
---|
[387] | 360 | |
---|
| 361 | % ----------------------------------------------------------------------- |
---|
| 362 | % --- Open again the file whose name has been recorded in MenuFile_2 |
---|
| 363 | function MenuFile_2_Callback(hObject, eventdata, handles) |
---|
| 364 | %------------------------------------------------------------------------ |
---|
| 365 | fileinput=get(handles.MenuFile_2,'Label'); |
---|
[406] | 366 | display_file_name(handles,fileinput) |
---|
[387] | 367 | |
---|
| 368 | % ----------------------------------------------------------------------- |
---|
| 369 | % --- Open again the file whose name has been recorded in MenuFile_3 |
---|
| 370 | function MenuFile_3_Callback(hObject, eventdata, handles) |
---|
| 371 | %------------------------------------------------------------------------ |
---|
| 372 | fileinput=get(handles.MenuFile_3,'Label'); |
---|
[406] | 373 | display_file_name(handles,fileinput) |
---|
[387] | 374 | |
---|
| 375 | % ----------------------------------------------------------------------- |
---|
| 376 | % --- Open again the file whose name has been recorded in MenuFile_4 |
---|
| 377 | function MenuFile_4_Callback(hObject, eventdata, handles) |
---|
| 378 | %------------------------------------------------------------------------ |
---|
| 379 | fileinput=get(handles.MenuFile_4,'Label'); |
---|
[406] | 380 | display_file_name(handles,fileinput) |
---|
[387] | 381 | |
---|
| 382 | % ----------------------------------------------------------------------- |
---|
| 383 | % --- Open again the file whose name has been recorded in MenuFile_5 |
---|
| 384 | function MenuFile_5_Callback(hObject, eventdata, handles) |
---|
| 385 | %------------------------------------------------------------------------ |
---|
| 386 | fileinput=get(handles.MenuFile_5,'Label'); |
---|
[406] | 387 | display_file_name(handles,fileinput) |
---|
[387] | 388 | |
---|
[402] | 389 | %------------------------------------------------------------------------ |
---|
| 390 | % --- Executes on the menu Open/Browse_1 for the second input field, |
---|
| 391 | % search the files, recognize their type according to their name and fill the rootfile input windows |
---|
| 392 | function MenuBrowse_1_Callback(hObject, eventdata, handles) |
---|
| 393 | %------------------------------------------------------------------------ |
---|
| 394 | RootPath=get(handles.RootPath,'String'); |
---|
[421] | 395 | [FileName, PathName] = uigetfile({'*.*','All Files(*.*)'},'Pick a file',RootPath); |
---|
[530] | 396 | if ~ischar(FileName),return,end %abandon if the browser is cancelled |
---|
[402] | 397 | fileinput_1=[PathName FileName];%complete file name |
---|
| 398 | |
---|
| 399 | % refresh the current displayed field |
---|
| 400 | set(handles.SubField,'Value',1) |
---|
[406] | 401 | display_file_name(handles,fileinput_1,2) |
---|
[402] | 402 | |
---|
| 403 | %update list of recent files in the menubar |
---|
| 404 | MenuFile_1=fileinput_1; |
---|
| 405 | MenuFile_2=get(handles.MenuFile_1,'Label'); |
---|
| 406 | MenuFile_3=get(handles.MenuFile_2,'Label'); |
---|
| 407 | MenuFile_4=get(handles.MenuFile_3,'Label'); |
---|
| 408 | MenuFile_5=get(handles.MenuFile_4,'Label'); |
---|
| 409 | set(handles.MenuFile_1,'Label',MenuFile_1) |
---|
| 410 | set(handles.MenuFile_2,'Label',MenuFile_2) |
---|
| 411 | set(handles.MenuFile_3,'Label',MenuFile_3) |
---|
| 412 | set(handles.MenuFile_4,'Label',MenuFile_4) |
---|
| 413 | set(handles.MenuFile_5,'Label',MenuFile_5) |
---|
| 414 | set(handles.MenuFile_1_1,'Label',MenuFile_1) |
---|
| 415 | set(handles.MenuFile_2_1,'Label',MenuFile_2) |
---|
| 416 | set(handles.MenuFile_3_1,'Label',MenuFile_3) |
---|
| 417 | set(handles.MenuFile_4_1,'Label',MenuFile_4) |
---|
| 418 | set(handles.MenuFile_5_1,'Label',MenuFile_5) |
---|
| 419 | dir_perso=prefdir; |
---|
| 420 | profil_perso=fullfile(dir_perso,'uvmat_perso.mat'); |
---|
| 421 | if exist(profil_perso,'file') |
---|
| 422 | save (profil_perso,'MenuFile_1','MenuFile_2','MenuFile_3','MenuFile_4', 'MenuFile_5','-append'); %store the file names for future opening of uvmat |
---|
| 423 | else |
---|
| 424 | txt=ver('MATLAB'); |
---|
| 425 | Release=txt.Release; |
---|
| 426 | relnumb=str2double(Release(3:4)); |
---|
| 427 | if relnumb >= 14 |
---|
| 428 | save (profil_perso,'MenuFile_1','MenuFile_2','MenuFile_3','MenuFile_4', 'MenuFile_5','-V6'); %store the file names for future opening of uvmat |
---|
| 429 | else |
---|
| 430 | save (profil_perso,'MenuFile_1','MenuFile_2','MenuFile_3','MenuFile_4', 'MenuFile_5'); %store the file names for future opening of uvmat |
---|
| 431 | end |
---|
| 432 | end |
---|
| 433 | |
---|
| 434 | % ----------------------------------------------------------------------- |
---|
| 435 | % --- Open again as second field the file whose name has been recorded in MenuFile_1 |
---|
| 436 | function MenuFile_1_1_Callback(hObject, eventdata, handles) |
---|
| 437 | % ----------------------------------------------------------------------- |
---|
| 438 | fileinput_1=get(handles.MenuFile_1_1,'Label'); |
---|
| 439 | set(handles.SubField,'Value',1) |
---|
[406] | 440 | display_file_name(handles,fileinput_1,2) |
---|
[402] | 441 | |
---|
| 442 | % ----------------------------------------------------------------------- |
---|
| 443 | % --- Open again as second field the file whose name has been recorded in MenuFile_2 |
---|
| 444 | function MenuFile_2_1_Callback(hObject, eventdata, handles) |
---|
| 445 | % ----------------------------------------------------------------------- |
---|
| 446 | fileinput_1=get(handles.MenuFile_2_1,'Label'); |
---|
| 447 | set(handles.SubField,'Value',1) |
---|
[406] | 448 | display_file_name(handles,fileinput_1,2) |
---|
[402] | 449 | |
---|
| 450 | % ----------------------------------------------------------------------- |
---|
| 451 | % --- Open again as second field the file whose name has been recorded in MenuFile_3 |
---|
| 452 | function MenuFile_3_1_Callback(hObject, eventdata, handles) |
---|
| 453 | % ----------------------------------------------------------------------- |
---|
| 454 | fileinput_1=get(handles.MenuFile_3_1,'Label'); |
---|
| 455 | set(handles.SubField,'Value',1) |
---|
[406] | 456 | display_file_name(handles,fileinput_1,2) |
---|
[402] | 457 | |
---|
| 458 | % ----------------------------------------------------------------------- |
---|
| 459 | % --- Open again as second field the file whose name has been recorded in MenuFile_4 |
---|
| 460 | function MenuFile_4_1_Callback(hObject, eventdata, handles) |
---|
| 461 | % ----------------------------------------------------------------------- |
---|
| 462 | fileinput_1=get(handles.MenuFile_4_1,'Label'); |
---|
| 463 | set(handles.SubField,'Value',1) |
---|
[406] | 464 | display_file_name(handles,fileinput_1,2) |
---|
[402] | 465 | |
---|
| 466 | % ----------------------------------------------------------------------- |
---|
| 467 | % --- Open again as second field the file whose name has been recorded in MenuFile_5 |
---|
| 468 | function MenuFile_5_1_Callback(hObject, eventdata, handles) |
---|
| 469 | % ----------------------------------------------------------------------- |
---|
| 470 | fileinput_1=get(handles.MenuFile_5_1,'Label'); |
---|
| 471 | set(handles.SubField,'Value',1) |
---|
[406] | 472 | display_file_name(handles,fileinput_1,2) |
---|
[402] | 473 | |
---|
| 474 | %------------------------------------------------------------------------ |
---|
| 475 | % --- Called by action in RootPath edit box |
---|
| 476 | function RootPath_Callback(hObject,eventdata,handles) |
---|
| 477 | %------------------------------------------------------------------------ |
---|
| 478 | % read the current input file name: |
---|
| 479 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); |
---|
[456] | 480 | if ~exist(fullfile(RootPath,SubDir),'dir') |
---|
| 481 | msgbox_uvmat('ERROR',['directory ' fullfile(RootPath,SubDir) ' does not exist']) |
---|
| 482 | return |
---|
| 483 | end |
---|
[402] | 484 | % detect the file type, get the movie object if relevant, and look for the corresponding file series: |
---|
| 485 | [RootPath,SubDir,RootFile,i1_series,i2_series,j1_series,j2_series,tild,FileType,MovieObject]=find_file_series(fullfile(RootPath,SubDir),[RootFile FileIndices FileExt]); |
---|
| 486 | % initiate the input file series and refresh the current field view: |
---|
[406] | 487 | update_rootinfo(handles,i1_series,i2_series,j1_series,j2_series,FileType,MovieObject,1); |
---|
[402] | 488 | |
---|
| 489 | %----------------------------------------------------------------------- |
---|
| 490 | % --- Called by action in RootPath_1 edit box |
---|
| 491 | function RootPath_1_Callback(hObject,eventdata,handles) |
---|
| 492 | % ----------------------------------------------------------------------- |
---|
| 493 | % update_rootinfo_1(hObject,eventdata,handles) |
---|
| 494 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes_1(handles); |
---|
[456] | 495 | if ~exist(fullfile(RootPath,SubDir),'dir') |
---|
| 496 | msgbox_uvmat('ERROR',['directory ' fullfile(RootPath,SubDir) ' does not exist']) |
---|
| 497 | return |
---|
| 498 | end |
---|
[402] | 499 | % detect the file type, get the movie object if relevant, and look for the corresponding file series: |
---|
| 500 | [RootPath,SubDir,RootFile,i1_series,i2_series,j1_series,j2_series,tild,FileType,MovieObject]=find_file_series(fullfile(RootPath,SubDir),[RootFile FileIndices FileExt]); |
---|
| 501 | % initiate the input file series and refresh the current field view: |
---|
| 502 | update_rootinfo(handles,i1_series,i2_series,j1_series,j2_series,FileType,MovieObject,2); |
---|
| 503 | |
---|
| 504 | %------------------------------------------------------------------------ |
---|
| 505 | % --- Called by action in RootFile edit box |
---|
| 506 | function SubDir_Callback(hObject, eventdata, handles) |
---|
| 507 | %------------------------------------------------------------------------ |
---|
[526] | 508 | %refresh the menu of input fieldname |
---|
[402] | 509 | Fields_Callback(hObject, eventdata, handles); |
---|
| 510 | % refresh the current field view |
---|
| 511 | run0_Callback(hObject, eventdata, handles); |
---|
| 512 | |
---|
| 513 | %------------------------------------------------------------------------ |
---|
| 514 | % --- Called by action in RootFile edit box |
---|
| 515 | function RootFile_Callback(hObject, eventdata, handles) |
---|
| 516 | %------------------------------------------------------------------------ |
---|
| 517 | RootPath_Callback(hObject,eventdata,handles) |
---|
| 518 | |
---|
| 519 | %----------------------------------------------------------------------- |
---|
| 520 | % --- Called by action in RootFile_1 edit box |
---|
| 521 | function RootFile_1_Callback(hObject, eventdata, handles) |
---|
| 522 | % ----------------------------------------------------------------------- |
---|
| 523 | RootPath_1_Callback(hObject,eventdata,handles) |
---|
| 524 | |
---|
| 525 | %------------------------------------------------------------------------ |
---|
| 526 | % --- Called by action in FileIndex edit box |
---|
| 527 | function FileIndex_Callback(hObject, eventdata, handles) |
---|
| 528 | %------------------------------------------------------------------------ |
---|
| 529 | [tild,tild,tild,i1,i2,j1,j2]=fileparts_uvmat(get(handles.FileIndex,'String')); |
---|
| 530 | set(handles.i1,'String',num2str(i1)); |
---|
| 531 | set(handles.i2,'String',num2str(i2)); |
---|
| 532 | set(handles.j1,'String',num2str(j1)); |
---|
| 533 | set(handles.j2,'String',num2str(j2)); |
---|
| 534 | |
---|
| 535 | % refresh the current field view |
---|
| 536 | run0_Callback(hObject, eventdata, handles) |
---|
| 537 | |
---|
| 538 | %------------------------------------------------------------------------ |
---|
| 539 | % --- Called by action in FileIndex_1 edit box |
---|
| 540 | function FileIndex_1_Callback(hObject, eventdata, handles) |
---|
| 541 | %------------------------------------------------------------------------ |
---|
| 542 | run0_Callback(hObject, eventdata, handles) |
---|
| 543 | |
---|
| 544 | %------------------------------------------------------------------------ |
---|
| 545 | % --- Called by action in NomType edit box |
---|
| 546 | function NomType_Callback(hObject, eventdata, handles) |
---|
| 547 | %------------------------------------------------------------------------ |
---|
| 548 | i1=str2num(get(handles.i1,'String')); |
---|
| 549 | i2=str2num(get(handles.i2,'String')); |
---|
| 550 | j1=str2num(get(handles.j1,'String')); |
---|
| 551 | j2=str2num(get(handles.j2,'String')); |
---|
| 552 | FileIndex=fullfile_uvmat('','','','',get(handles.NomType,'String'),i1,i2,j1,j2); |
---|
| 553 | set(handles.FileIndex,'String',FileIndex) |
---|
| 554 | % refresh the current settings and refresh the field view |
---|
| 555 | RootPath_Callback(hObject,eventdata,handles) |
---|
| 556 | |
---|
| 557 | %------------------------------------------------------------------------ |
---|
| 558 | % --- Called by action in NomType edit box |
---|
| 559 | function NomType_1_Callback(hObject, eventdata, handles) |
---|
| 560 | %------------------------------------------------------------------------ |
---|
| 561 | i1=str2num(get(handles.i1,'String')); |
---|
| 562 | i2=str2num(get(handles.i2,'String')); |
---|
| 563 | j1=str2num(get(handles.j1,'String')); |
---|
| 564 | j2=str2num(get(handles.j2,'String')); |
---|
| 565 | FileIndex=fullfile_uvmat('','','','',get(handles.NomType_1,'String'),i1,i2,j1,j2); |
---|
| 566 | set(handles.FileIndex_1,'String',FileIndex) |
---|
| 567 | % refresh the current settings and refresh the field view |
---|
| 568 | RootPath_1_Callback(hObject,eventdata,handles) |
---|
| 569 | |
---|
[387] | 570 | %------------------------------------------------------------------------ |
---|
| 571 | % --- Fills the edit boxes RootPath, RootFile,NomType...from an input file name 'fileinput' |
---|
[406] | 572 | function display_file_name(handles,fileinput,index) |
---|
[387] | 573 | %------------------------------------------------------------------------ |
---|
| 574 | %% look for the input file existence |
---|
| 575 | if ~exist(fileinput,'file') |
---|
| 576 | msgbox_uvmat('ERROR',['input file ' fileinput ' does not exist']) |
---|
| 577 | return |
---|
| 578 | end |
---|
| 579 | |
---|
| 580 | %% set the mouse pointer to 'watch' |
---|
| 581 | set(handles.uvmat,'Pointer','watch') |
---|
| 582 | set(handles.RootPath,'BackgroundColor',[1 1 0]) |
---|
| 583 | drawnow |
---|
| 584 | |
---|
[406] | 585 | %% define the relevant handles for the first field series (index=1) or the second file series (index=2) |
---|
[387] | 586 | if ~exist('index','var') |
---|
| 587 | index=1; |
---|
| 588 | end |
---|
| 589 | if index==1 |
---|
| 590 | handles_RootPath=handles.RootPath; |
---|
| 591 | handles_SubDir=handles.SubDir; |
---|
| 592 | handles_RootFile=handles.RootFile; |
---|
| 593 | handles_FileIndex=handles.FileIndex; |
---|
| 594 | handles_NomType=handles.NomType; |
---|
| 595 | handles_FileExt=handles.FileExt; |
---|
| 596 | elseif index==2 |
---|
| 597 | handles_RootPath=handles.RootPath_1; |
---|
| 598 | handles_SubDir=handles.SubDir_1; |
---|
| 599 | handles_RootFile=handles.RootFile_1; |
---|
| 600 | handles_FileIndex=handles.FileIndex_1; |
---|
| 601 | handles_NomType=handles.NomType_1; |
---|
| 602 | handles_FileExt=handles.FileExt_1; |
---|
| 603 | set(handles.RootPath_1,'Visible','on') |
---|
| 604 | set(handles.RootFile_1,'Visible','on') |
---|
| 605 | set(handles.SubDir_1,'Visible','on'); |
---|
| 606 | set(handles.FileIndex_1,'Visible','on'); |
---|
| 607 | set(handles.FileExt_1,'Visible','on'); |
---|
| 608 | set(handles.NomType_1,'Visible','on'); |
---|
| 609 | end |
---|
| 610 | |
---|
| 611 | %% detect root name, nomenclature and indices in the input file name: |
---|
[398] | 612 | [FilePath,FileName,FileExt]=fileparts(fileinput); |
---|
[387] | 613 | % detect the file type, get the movie object if relevant, and look for the corresponding file series: |
---|
[398] | 614 | % the root name and indices may be corrected by including the first index i1 if a corresponding xml file exists |
---|
| 615 | [RootPath,SubDir,RootFile,i1_series,i2_series,j1_series,j2_series,NomType,FileType,MovieObject,i1,i2,j1,j2]=find_file_series(FilePath,[FileName FileExt]); |
---|
[387] | 616 | |
---|
| 617 | %% open the file or fill the GUI uvmat according to the detected file type |
---|
| 618 | switch FileType |
---|
| 619 | case '' |
---|
| 620 | msgbox_uvmat('ERROR','invalid input file type') |
---|
| 621 | case 'txt' |
---|
| 622 | edit(fileinput) |
---|
| 623 | case 'figure' %display matlab figure |
---|
| 624 | hfig=open(fileinput); |
---|
| 625 | set(hfig,'WindowButtonMotionFcn','mouse_motion')%set mouse action functio |
---|
| 626 | set(hfig,'WindowButtonUpFcn','mouse_up')%set mouse click action function |
---|
| 627 | set(hfig,'WindowButtonUpFcn','mouse_down')%set mouse click action function |
---|
[503] | 628 | case 'xml' % edit xml files |
---|
[507] | 629 | t=xmltree(fileinput); |
---|
[508] | 630 | % the xml file marks a project or project link, open datatree_browser |
---|
[507] | 631 | if strcmp(get(t,1,'name'),'Project')&& exist(regexprep(fileinput,'.xml$',''),'dir') |
---|
[503] | 632 | datatree_browser(fileinput) |
---|
[508] | 633 | else % other xml file, open the xml editor |
---|
[503] | 634 | editxml(fileinput); |
---|
| 635 | end |
---|
[508] | 636 | case 'xls'% Excel file opended by editxml |
---|
[387] | 637 | editxml(fileinput); |
---|
| 638 | otherwise |
---|
| 639 | set(handles_RootPath,'String',RootPath); |
---|
| 640 | rootname=fullfile(RootPath,SubDir,RootFile); |
---|
| 641 | set(handles_SubDir,'String',['/' SubDir]); |
---|
| 642 | set(handles_RootFile,'String',['/' RootFile]); %display the separator |
---|
| 643 | indices=fileinput(length(rootname)+1:end); |
---|
| 644 | indices(end-length(FileExt)+1:end)=[]; %remove extension |
---|
| 645 | set(handles_FileIndex,'String',indices); |
---|
| 646 | set(handles_NomType,'String',NomType); |
---|
| 647 | set(handles_FileExt,'String',FileExt); |
---|
| 648 | if index==1 |
---|
| 649 | % fill file index counters if the first file series is opened |
---|
| 650 | set(handles.i1,'String',num2str(i1)); |
---|
| 651 | set(handles.i2,'String',num2str(i2)); |
---|
| 652 | set(handles.j1,'String',num2stra(j1,NomType)); |
---|
| 653 | set(handles.j2,'String',num2stra(j2,NomType)); |
---|
[515] | 654 | else %read the current field index to synchronise with the first series |
---|
| 655 | i1_s=str2num(get(handles.i1,'String')); |
---|
| 656 | i2_0=str2num(get(handles.i2,'String')); |
---|
| 657 | if ~isempty(i2_0) |
---|
| 658 | i2_s=i2_0; |
---|
| 659 | else |
---|
| 660 | i2_s=i2; |
---|
| 661 | end |
---|
| 662 | j1_0=stra2num(get(handles.j1,'String')); |
---|
| 663 | if ~isempty(j1_0) |
---|
| 664 | j1_s=j1_0; |
---|
| 665 | else |
---|
| 666 | j1_s=j1; |
---|
| 667 | end |
---|
| 668 | j2_0=stra2num(get(handles.j2,'String')); |
---|
| 669 | if ~isempty(j2_0) |
---|
| 670 | j2_s=j2_0; |
---|
| 671 | else |
---|
| 672 | j2_s=j2; |
---|
| 673 | end |
---|
[387] | 674 | end |
---|
| 675 | |
---|
| 676 | % synchronise indices of the second input file if it exists |
---|
| 677 | if get(handles.SubField,'Value')==1% if the subfield button is activated, update the field numbers |
---|
| 678 | Input=read_GUI(handles.InputFile); |
---|
| 679 | if ~isfield(Input,'RootPath_1')||strcmp(Input.RootPath_1,'"') |
---|
| 680 | Input.RootPath_1=Input.RootPath; |
---|
| 681 | end |
---|
| 682 | if ~isfield(Input,'SubDir_1')||strcmp(Input.SubDir_1,'"') |
---|
| 683 | Input.SubDir_1=Input.SubDir; |
---|
| 684 | end |
---|
| 685 | if ~isfield(Input,'RootFile_1')||strcmp(Input.RootFile_1,'"') |
---|
| 686 | Input.RootFile_1=Input.RootFile; |
---|
| 687 | end |
---|
[405] | 688 | if ~isfield(Input,'FileExt_1')||strcmp(Input.FileExt_1,'"') |
---|
| 689 | Input.FileExt_1=Input.FileExt; |
---|
| 690 | end |
---|
| 691 | if ~isfield(Input,'NomType_1')||strcmp(Input.NomType_1,'"') |
---|
| 692 | Input.NomType_1=Input.NomType; |
---|
| 693 | end |
---|
[387] | 694 | %updtate the indices of the second field series to correspond to the newly opened one |
---|
[515] | 695 | FileName_1=fullfile_uvmat(Input.RootPath_1,Input.SubDir_1,Input.RootFile_1,Input.FileExt_1,Input.NomType_1,i1_s,i2_s,j1_s,j2_s); |
---|
[387] | 696 | if exist(FileName_1,'file') |
---|
[515] | 697 | FileIndex_1=fullfile_uvmat('','','','',Input.NomType_1,i1_s,i2_s,j1_s,j2_s); |
---|
| 698 | else |
---|
[387] | 699 | FileIndex_1=fullfile_uvmat('','','','',Input.NomType_1,i1,i2,j1,j2); |
---|
[408] | 700 | msgbox_uvmat('WARNING','unable to synchronise the indices of the two series') |
---|
[387] | 701 | end |
---|
[515] | 702 | set(handles.FileIndex_1,'String',FileIndex_1) |
---|
[387] | 703 | end |
---|
| 704 | |
---|
| 705 | %enable other menus |
---|
| 706 | set(handles.MenuOpen_1,'Enable','on') |
---|
| 707 | set(handles.MenuFile_1_1,'Enable','on') |
---|
| 708 | set(handles.MenuFile_2_1,'Enable','on') |
---|
| 709 | set(handles.MenuFile_3_1,'Enable','on') |
---|
| 710 | set(handles.MenuFile_4_1,'Enable','on') |
---|
| 711 | set(handles.MenuFile_5_1,'Enable','on') |
---|
| 712 | set(handles.MenuExport,'Enable','on') |
---|
| 713 | set(handles.MenuExportFigure,'Enable','on') |
---|
| 714 | set(handles.MenuExportMovie,'Enable','on') |
---|
| 715 | set(handles.MenuTools,'Enable','on') |
---|
[503] | 716 | |
---|
[387] | 717 | % initiate input file series and refresh the current field view: |
---|
| 718 | update_rootinfo(handles,i1_series,i2_series,j1_series,j2_series,FileType,MovieObject,index); |
---|
| 719 | |
---|
| 720 | end |
---|
| 721 | |
---|
[503] | 722 | %% update list of recent files in the menubar and save it for future opening |
---|
| 723 | MenuFile=[{get(handles.MenuFile_1,'Label')};{get(handles.MenuFile_2,'Label')};... |
---|
| 724 | {get(handles.MenuFile_3,'Label')};{get(handles.MenuFile_4,'Label')};{get(handles.MenuFile_5,'Label')}]; |
---|
| 725 | str_find=strcmp(fileinput,MenuFile); |
---|
| 726 | if isempty(find(str_find,1)) |
---|
| 727 | MenuFile=[{fileinput};MenuFile];%insert the current file if not already in the list |
---|
| 728 | end |
---|
| 729 | for ifile=1:min(length(MenuFile),5) |
---|
| 730 | eval(['set(handles.MenuFile_' num2str(ifile) ',''Label'',MenuFile{ifile});']) |
---|
| 731 | eval(['set(handles.MenuFile_' num2str(ifile) '_1,''Label'',MenuFile{ifile});']) |
---|
| 732 | end |
---|
| 733 | dir_perso=prefdir; |
---|
| 734 | profil_perso=fullfile(dir_perso,'uvmat_perso.mat'); |
---|
| 735 | if exist(profil_perso,'file') |
---|
| 736 | save (profil_perso,'MenuFile','-append'); %store the file names for future opening of uvmat |
---|
| 737 | else |
---|
| 738 | save (profil_perso,'MenuFile','-V6'); %store the file names for future opening of uvmat |
---|
| 739 | end |
---|
| 740 | |
---|
[387] | 741 | %% set back the mouse pointer to arrow |
---|
| 742 | set(handles.uvmat,'Pointer','arrow') |
---|
| 743 | |
---|
| 744 | |
---|
| 745 | %------------------------------------------------------------------------ |
---|
| 746 | % --- Update information about a new field series (indices to scan, timing, |
---|
| 747 | % calibration from an xml file, then refresh current plots |
---|
[515] | 748 | |
---|
[397] | 749 | function update_rootinfo(handles,i1_series,i2_series,j1_series,j2_series,FileType,VideoObject,index) |
---|
[387] | 750 | %------------------------------------------------------------------------ |
---|
| 751 | %% define the relevant handles depending on the index (1=first file series, 2= second file series) |
---|
| 752 | if ~exist('index','var') |
---|
| 753 | index=1; |
---|
| 754 | end |
---|
| 755 | if index==1 |
---|
| 756 | handles_RootPath=handles.RootPath; |
---|
[526] | 757 | handles_Fields=handles.FieldName; |
---|
[387] | 758 | elseif index==2 |
---|
| 759 | handles_RootPath=handles.RootPath_1; |
---|
[526] | 760 | handles_Fields=handles.FieldName_1; |
---|
[387] | 761 | end |
---|
| 762 | |
---|
| 763 | set(handles_RootPath,'BackgroundColor',[1 1 0]) |
---|
| 764 | drawnow |
---|
[526] | 765 | set(handles.FieldName,'UserData',[])% reinialize data from uvmat opening |
---|
[387] | 766 | UvData=get(handles.uvmat,'UserData');%huvmat=handles of the uvmat interface |
---|
| 767 | UvData.NewSeries=1; %flag for run0: begin a new series |
---|
[511] | 768 | UvData.FileName_1='';% name of the current second field (used to detect a constant field during file scanning) |
---|
[387] | 769 | UvData.FileType{index}=FileType; |
---|
| 770 | UvData.i1_series{index}=i1_series; |
---|
| 771 | UvData.i2_series{index}=i2_series; |
---|
| 772 | UvData.j1_series{index}=j1_series; |
---|
| 773 | UvData.j2_series{index}=j2_series; |
---|
| 774 | set(handles.FixVelType,'Value',0); %desactivate fixed veltype |
---|
| 775 | if index==1 |
---|
| 776 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); |
---|
| 777 | else |
---|
| 778 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes_1(handles); |
---|
| 779 | end |
---|
| 780 | FileName=[fullfile(RootPath,SubDir,RootFile) FileIndices FileExt]; |
---|
| 781 | FileBase=fullfile(RootPath,RootFile); |
---|
| 782 | if ~exist(FileName,'file') |
---|
| 783 | msgbox_uvmat('ERROR',['input file ' FileName ' not found']); |
---|
| 784 | return |
---|
| 785 | end |
---|
| 786 | |
---|
| 787 | %% read timing and total frame number from the current file (movie files) !! may be overrid by xml file |
---|
| 788 | XmlData.Time=[];%default |
---|
| 789 | XmlData.GeometryCalib=[];%default |
---|
[494] | 790 | TimeUnit='';%default |
---|
| 791 | Time=[]; |
---|
[387] | 792 | testima=0; %test for image input |
---|
| 793 | imainfo=[]; |
---|
| 794 | ColorType='falsecolor'; %default |
---|
[397] | 795 | hhh=[]; |
---|
| 796 | UvData.MovieObject{index}=VideoObject; |
---|
| 797 | if ~isempty(VideoObject) |
---|
| 798 | imainfo=get(VideoObject); |
---|
[387] | 799 | testima=1; |
---|
| 800 | TimeUnit='s'; |
---|
[494] | 801 | if isempty(j1_series); %frame index along i |
---|
| 802 | Time=(0:1/imainfo.FrameRate:(imainfo.NumberOfFrames)/imainfo.FrameRate)'; |
---|
| 803 | else |
---|
| 804 | Time=ones(size(i1_series,1),1)*(0:1/imainfo.FrameRate:(imainfo.NumberOfFrames)/imainfo.FrameRate); |
---|
| 805 | end |
---|
[484] | 806 | %nbfield=imainfo.NumberOfFrames; |
---|
[397] | 807 | set(handles.Dt_txt,'String',['Dt=' num2str(1000/imainfo.FrameRate) 'ms']);%display the elementary time interval in millisec |
---|
| 808 | ColorType='truecolor'; |
---|
[387] | 809 | elseif ~isempty(FileExt(2:end))&&(~isempty(imformats(FileExt(2:end))) || isequal(FileExt,'.vol'))%&& isequal(NomType,'*')% multi-frame image |
---|
| 810 | testima=1; |
---|
| 811 | if ~isequal(SubDir,'') |
---|
[397] | 812 | RootFile=get(handles.RootFile,'String'); |
---|
[387] | 813 | imainfo=imfinfo([fullfile(RootPath,SubDir,RootFile) FileIndices FileExt]); |
---|
| 814 | else |
---|
| 815 | imainfo=imfinfo([FileBase FileIndices FileExt]); |
---|
| 816 | end |
---|
| 817 | ColorType=imainfo.ColorType;%='truecolor' for color images |
---|
| 818 | if length(imainfo) >1 %case of image with multiple frames |
---|
[484] | 819 | % nbfield=length(imainfo); |
---|
| 820 | % nbfield_j=1; |
---|
[397] | 821 | end |
---|
[387] | 822 | end |
---|
| 823 | if isfield(imainfo,'Width') && isfield(imainfo,'Height') |
---|
| 824 | if length(imainfo)>1 |
---|
| 825 | set(handles.num_Npx,'String',num2str(imainfo(1).Width));%fills nbre of pixels x box |
---|
| 826 | set(handles.num_Npy,'String',num2str(imainfo(1).Height));%fills nbre of pixels x box |
---|
| 827 | else |
---|
| 828 | set(handles.num_Npx,'String',num2str(imainfo.Width));%fills nbre of pixels x box |
---|
| 829 | set(handles.num_Npy,'String',num2str(imainfo.Height));%fills nbre of pixels x box |
---|
| 830 | end |
---|
| 831 | else |
---|
| 832 | set(handles.num_Npx,'String','');%fills nbre of pixels x box |
---|
| 833 | set(handles.num_Npy,'String','');%fills nbre of pixels x box |
---|
| 834 | end |
---|
| 835 | set(handles.CheckBW,'Value',strcmp(ColorType,'grayscale'))% select handles.CheckBW if grayscale image |
---|
| 836 | |
---|
| 837 | %% read parameters (time, geometric calibration..) from a documentation file (.xml advised) |
---|
[469] | 838 | XmlFileName=find_imadoc(RootPath,SubDir,RootFile,FileExt); |
---|
| 839 | [tild,tild,DocExt]=fileparts(XmlFileName); |
---|
[387] | 840 | warntext='';%default warning message |
---|
| 841 | NbSlice=1;%default |
---|
| 842 | set(handles.RootPath,'BackgroundColor',[1 1 1]) |
---|
[469] | 843 | if ~isempty(XmlFileName) |
---|
[387] | 844 | set(handles.view_xml,'Visible','on') |
---|
| 845 | set(handles.view_xml,'BackgroundColor',[1 1 0]) |
---|
| 846 | set(handles.view_xml,'String','view .xml') |
---|
| 847 | drawnow |
---|
[469] | 848 | [XmlDataRead,warntext]=imadoc2struct(XmlFileName); |
---|
[387] | 849 | if ~isempty(warntext) |
---|
[456] | 850 | msgbox_uvmat('WARNING',warntext) |
---|
[387] | 851 | end |
---|
[456] | 852 | if isempty(XmlDataRead) |
---|
| 853 | set(handles.view_xml,'Visible','off') |
---|
| 854 | else |
---|
| 855 | set(handles.view_xml,'String',['view ' DocExt]) |
---|
| 856 | XmlData=XmlDataRead; |
---|
| 857 | if isfield(XmlData,'TimeUnit') |
---|
| 858 | if isfield(XmlData,'TimeUnit')&& ~isempty(XmlData.TimeUnit) |
---|
| 859 | TimeUnit=XmlData.TimeUnit; |
---|
| 860 | end |
---|
[387] | 861 | end |
---|
[456] | 862 | set(handles.view_xml,'BackgroundColor',[1 1 1]) |
---|
| 863 | drawnow |
---|
| 864 | if isfield(XmlData, 'GeometryCalib') && ~isempty(XmlData.GeometryCalib) |
---|
| 865 | if isfield(XmlData.GeometryCalib,'VolumeScan') && isequal(XmlData.GeometryCalib.VolumeScan,'y') |
---|
[497] | 866 | set (handles.num_NbSlice,'String','volume') |
---|
[456] | 867 | end |
---|
| 868 | hgeometry_calib=findobj('tag','geometry_calib'); |
---|
| 869 | if ~isempty(hgeometry_calib) |
---|
| 870 | GUserData=get(hgeometry_calib,'UserData'); |
---|
[469] | 871 | if ~(isfield(GUserData,'XmlInputFile') && strcmp(GUserData.XmlInputFile,XmlFileName)) |
---|
[456] | 872 | answer=msgbox_uvmat('INPUT_Y-N','replace the display of geometry_calib with the new input data?'); |
---|
| 873 | if strcmp(answer,'Yes') |
---|
[469] | 874 | geometry_calib(XmlFileName);%diplay the new calibration points and parameters in geometry_calib |
---|
[456] | 875 | end |
---|
[387] | 876 | end |
---|
| 877 | end |
---|
| 878 | end |
---|
[441] | 879 | end |
---|
[387] | 880 | end |
---|
[494] | 881 | if ~(isfield(XmlData,'Time')&& ~isempty(XmlData.Time)) |
---|
| 882 | XmlData.Time=Time; %time set by video |
---|
| 883 | end |
---|
[387] | 884 | |
---|
| 885 | %% store last index in handles.lat_i and .last_j |
---|
[496] | 886 | nbfield=max(max(max(i2_series))); |
---|
[387] | 887 | if isempty(nbfield) |
---|
[496] | 888 | nbfield=max(max(max(i1_series))); |
---|
[387] | 889 | end |
---|
[496] | 890 | nbfield_j=max(max(max(j2_series))); |
---|
[387] | 891 | if isempty(nbfield_j) |
---|
[496] | 892 | nbfield_j=max(max(max(j2_series))); |
---|
[387] | 893 | end |
---|
| 894 | if ~isempty(XmlData.Time) |
---|
| 895 | %transform .Time to a column vector if it is a line vector the nomenclature uses a single index |
---|
[441] | 896 | if isequal(size(XmlData.Time,1),1) |
---|
[387] | 897 | NomType=get(handles.NomType,'String'); |
---|
[456] | 898 | XmlData.Time=(XmlData.Time)'; |
---|
[387] | 899 | end |
---|
| 900 | end |
---|
| 901 | last_i_cell=get(handles.last_i,'String'); |
---|
| 902 | if isempty(nbfield) |
---|
| 903 | last_i_cell{1}=''; |
---|
| 904 | else |
---|
| 905 | last_i_cell{1}=num2str(nbfield); |
---|
| 906 | end |
---|
| 907 | set(handles.last_i,'String',last_i_cell) |
---|
| 908 | last_j_cell=get(handles.last_j,'String'); |
---|
| 909 | if isempty(nbfield_j) |
---|
| 910 | last_j_cell{1}=''; |
---|
| 911 | else |
---|
| 912 | last_j_cell{1}=num2str(nbfield_j); |
---|
| 913 | end |
---|
| 914 | set(handles.last_j,'String',last_j_cell); |
---|
| 915 | |
---|
| 916 | %% store geometric calibration in UvData |
---|
| 917 | if isfield(XmlData,'GeometryCalib') |
---|
| 918 | GeometryCalib=XmlData.GeometryCalib; |
---|
| 919 | if isempty(GeometryCalib) |
---|
| 920 | set(handles.pxcm,'String','') |
---|
| 921 | set(handles.pycm,'String','') |
---|
| 922 | set(handles.transform_fct,'Value',1); % no transform by default |
---|
| 923 | else |
---|
| 924 | if (isfield(GeometryCalib,'R')&& ~isequal(GeometryCalib.R(2,1),0) && ~isequal(GeometryCalib.R(1,2),0)) ||... |
---|
| 925 | (isfield(GeometryCalib,'kappa1')&& ~isequal(GeometryCalib.kappa1,0)) |
---|
| 926 | set(handles.pxcm,'String','var') |
---|
| 927 | set(handles.pycm,'String','var') |
---|
| 928 | elseif isfield(GeometryCalib,'fx_fy') |
---|
| 929 | pixcmx=GeometryCalib.fx_fy(1);%*GeometryCalib.R(1,1)*GeometryCalib.sx/(GeometryCalib.Tz*GeometryCalib.dpx); |
---|
| 930 | pixcmy=GeometryCalib.fx_fy(2);%*GeometryCalib.R(2,2)/(GeometryCalib.Tz*GeometryCalib.dpy); |
---|
| 931 | set(handles.pxcm,'String',num2str(pixcmx)) |
---|
| 932 | set(handles.pycm,'String',num2str(pixcmy)) |
---|
| 933 | end |
---|
| 934 | if ~get(handles.CheckFixLimits,'Value') |
---|
[515] | 935 | set(handles.transform_fct,'Value',3); % phys transform by default if fixedLimits is off |
---|
[387] | 936 | end |
---|
[508] | 937 | if isfield(GeometryCalib,'SliceCoord') |
---|
[387] | 938 | siz=size(GeometryCalib.SliceCoord); |
---|
| 939 | if siz(1)>1 |
---|
| 940 | NbSlice=siz(1); |
---|
| 941 | set(handles.slices,'Visible','on') |
---|
| 942 | set(handles.slices,'Value',1) |
---|
| 943 | end |
---|
| 944 | if isfield(GeometryCalib,'VolumeScan') && isequal(GeometryCalib.VolumeScan,'y') |
---|
[497] | 945 | set(handles.num_NbSlice,'String','volume') |
---|
[387] | 946 | else |
---|
[497] | 947 | set(handles.num_NbSlice,'String',num2str(NbSlice)) |
---|
[387] | 948 | end |
---|
| 949 | slices_Callback([],[], handles) |
---|
| 950 | end |
---|
| 951 | end |
---|
| 952 | end |
---|
| 953 | |
---|
| 954 | %% update the data attached to the uvmat interface |
---|
| 955 | if ~isempty(TimeUnit) |
---|
| 956 | set(handles.time_txt,'String',['time (' TimeUnit ')']) |
---|
| 957 | end |
---|
| 958 | UvData.TimeUnit=TimeUnit; |
---|
| 959 | UvData.XmlData{index}=XmlData; |
---|
| 960 | UvData.NewSeries=1; |
---|
| 961 | % UvData.MovieObject=MovieObject; |
---|
| 962 | |
---|
| 963 | %display warning message |
---|
| 964 | if ~isequal(warntext,'') |
---|
| 965 | msgbox_uvmat('WARNING',warntext); |
---|
| 966 | end |
---|
| 967 | |
---|
[526] | 968 | %% set default options in menu 'FieldName' |
---|
[517] | 969 | switch FileType |
---|
| 970 | case {'civx','civdata'} |
---|
[525] | 971 | [FieldList,ColorList]=calc_field; |
---|
| 972 | set(handles_Fields,'String',[{'image'};FieldList;{'get_field...'}]);%standard menu for civx data |
---|
| 973 | set(handles_Fields,'Value',2) % set menu to 'velocity |
---|
| 974 | set(handles.ColorScalar,'Value',1) |
---|
| 975 | set(handles.ColorScalar,'String',ColorList) |
---|
| 976 | set(handles.Vectors,'Visible','on') |
---|
| 977 | set(handles.Coord_x,'Value',1); |
---|
| 978 | set(handles.Coord_x,'String',{'X'}); |
---|
| 979 | set(handles.Coord_y,'Value',1); |
---|
| 980 | set(handles.Coord_y,'String',{'Y'}); |
---|
[517] | 981 | case 'netcdf' |
---|
[387] | 982 | set(handles_Fields,'Value',1) |
---|
| 983 | set(handles_Fields,'String',{'get_field...'}) |
---|
[517] | 984 | hget_field=get_field(FileName); |
---|
| 985 | hhget_field=guidata(hget_field); |
---|
[525] | 986 | get_field('RUN_Callback',hhget_field.RUN,[],hhget_field); |
---|
[517] | 987 | otherwise |
---|
| 988 | set(handles_Fields,'Value',1) % set menu to 'image' |
---|
| 989 | set(handles_Fields,'String',{'image'}) |
---|
[525] | 990 | set(handles.Coord_x,'Value',1); |
---|
| 991 | set(handles.Coord_x,'String',{'AX'}); |
---|
| 992 | set(handles.Coord_y,'Value',1); |
---|
| 993 | set(handles.Coord_y,'String',{'AY'}); |
---|
[387] | 994 | end |
---|
| 995 | set(handles.uvmat,'UserData',UvData) |
---|
| 996 | |
---|
| 997 | %% set index navigation options and refresh plots |
---|
| 998 | scan_option='i';%default |
---|
| 999 | state_j='off'; %default |
---|
| 1000 | if index==2 |
---|
| 1001 | if get(handles.scan_j,'Value') |
---|
[494] | 1002 | scan_option='j'; %keep the scan option for the second file series |
---|
[387] | 1003 | end |
---|
| 1004 | if strcmp(get(handles.j1,'Visible'),'on') |
---|
| 1005 | state_j='on'; |
---|
| 1006 | end |
---|
| 1007 | end |
---|
[515] | 1008 | [ref_j,ref_i]=find(squeeze(i1_series(1,:,:))); |
---|
[387] | 1009 | if ~isempty(j1_series) |
---|
| 1010 | state_j='on'; |
---|
[494] | 1011 | if index==1 |
---|
[515] | 1012 | if isequal(ref_i,ref_i(1)*ones(size(ref_j)))% if ref_i is always equal to its first value |
---|
[494] | 1013 | scan_option='j'; %scan j indext |
---|
| 1014 | end |
---|
| 1015 | end |
---|
[387] | 1016 | end |
---|
| 1017 | if isequal(scan_option,'i') |
---|
[494] | 1018 | diff_ref_i=diff(ref_i,1); |
---|
| 1019 | if isempty(diff_ref_i) |
---|
| 1020 | diff_ref_i=1; |
---|
| 1021 | end |
---|
| 1022 | if isequal (diff_ref_i,diff_ref_i(1)*ones(size(diff_ref_i))) |
---|
[511] | 1023 | set(handles.num_IndexIncrement,'String',num2str(diff_ref_i(1))) |
---|
[494] | 1024 | end |
---|
[387] | 1025 | set(handles.scan_i,'Value',1) |
---|
| 1026 | scan_i_Callback([],[], handles); |
---|
| 1027 | else |
---|
[494] | 1028 | diff_ref_j=diff(ref_j); |
---|
| 1029 | if isempty(diff_ref_j) |
---|
| 1030 | diff_ref_j=1; |
---|
| 1031 | end |
---|
| 1032 | if isequal (diff_ref_j,diff_ref_j(1)*ones(size(diff_ref_j))) |
---|
[511] | 1033 | set(handles.num_IndexIncrement,'String',num2str(diff_ref_j(1))) |
---|
[494] | 1034 | end |
---|
[387] | 1035 | set(handles.scan_j,'Value',1) |
---|
| 1036 | scan_j_Callback([],[], handles); |
---|
| 1037 | end |
---|
| 1038 | set(handles.scan_j,'Visible',state_j) |
---|
| 1039 | set(handles.j1,'Visible',state_j) |
---|
| 1040 | set(handles.j2,'Visible',state_j) |
---|
| 1041 | set(handles.last_j,'Visible',state_j); |
---|
| 1042 | set(handles.frame_j,'Visible',state_j); |
---|
| 1043 | set(handles.j_text,'Visible',state_j); |
---|
| 1044 | if ~isempty(i2_series)||~isempty(j2_series) |
---|
| 1045 | set(handles.CheckFixPair,'Visible','on') |
---|
| 1046 | elseif index==1 |
---|
| 1047 | set(handles.CheckFixPair,'Visible','off') |
---|
| 1048 | end |
---|
| 1049 | |
---|
[508] | 1050 | %% apply the effect of the transform fct and view the field |
---|
[515] | 1051 | transform=get(handles.path_transform,'UserData'); |
---|
| 1052 | if index==2 && (~isa(transform,'function_handle')||nargin(transform)<3) |
---|
| 1053 | set(handles.transform_fct,'value',2); % set transform to sub_field if the current fct doe not accept two input fields |
---|
| 1054 | end |
---|
[508] | 1055 | transform_fct_Callback([],[],handles) |
---|
[387] | 1056 | mask_test=get(handles.CheckMask,'value'); |
---|
| 1057 | if mask_test |
---|
| 1058 | MaskData=get(handles.CheckMask,'UserData'); |
---|
| 1059 | if isfield(MaskData,'maskhandle') && ishandle(MaskData.maskhandle) |
---|
| 1060 | delete(MaskData.maskhandle) %delete old mask |
---|
| 1061 | end |
---|
| 1062 | CheckMask_Callback([],[],handles) |
---|
| 1063 | end |
---|
| 1064 | |
---|
| 1065 | %------------------------------------------------------------------------ |
---|
| 1066 | % --- switch file index scanning options scan_i and scan_j in an exclusive way |
---|
| 1067 | function scan_i_Callback(hObject, eventdata, handles) |
---|
| 1068 | %------------------------------------------------------------------------ |
---|
| 1069 | if get(handles.scan_i,'Value')==1 |
---|
| 1070 | set(handles.scan_i,'BackgroundColor',[1 1 0]) |
---|
| 1071 | set(handles.scan_j,'Value',0) |
---|
| 1072 | else |
---|
| 1073 | set(handles.scan_i,'BackgroundColor',[0.831 0.816 0.784]) |
---|
| 1074 | set(handles.scan_j,'Value',1) |
---|
| 1075 | end |
---|
| 1076 | scan_j_Callback(hObject, eventdata, handles) |
---|
| 1077 | |
---|
| 1078 | %------------------------------------------------------------------------ |
---|
| 1079 | % --- switch file index scanning options scan_i and scan_j in an exclusive way |
---|
| 1080 | function scan_j_Callback(hObject, eventdata, handles) |
---|
| 1081 | %------------------------------------------------------------------------ |
---|
| 1082 | if get(handles.scan_j,'Value')==1 |
---|
| 1083 | set(handles.scan_j,'BackgroundColor',[1 1 0]) |
---|
| 1084 | set(handles.scan_i,'Value',0) |
---|
| 1085 | set(handles.scan_i,'BackgroundColor',[0.831 0.816 0.784]) |
---|
| 1086 | % NomType=get(handles.NomType,'String'); |
---|
| 1087 | % switch NomType |
---|
| 1088 | % case {'_1_1-2','#_ab','%3dab'},% pair with j index |
---|
| 1089 | % set(handles.CheckFixPair,'Visible','on')% option fixed pair on/off made visible (choice of avaible pair with buttons + and - if ='off') |
---|
| 1090 | % otherwise |
---|
| 1091 | % set(handles.CheckFixPair,'Visible','off') |
---|
| 1092 | % end |
---|
| 1093 | else |
---|
| 1094 | set(handles.scan_j,'BackgroundColor',[0.831 0.816 0.784]) |
---|
| 1095 | set(handles.scan_i,'Value',1) |
---|
| 1096 | set(handles.scan_i,'BackgroundColor',[1 1 0]) |
---|
| 1097 | set(handles.CheckFixPair,'Visible','off') |
---|
| 1098 | end |
---|
| 1099 | |
---|
| 1100 | %------------------------------------------------------------------------ |
---|
| 1101 | function i1_Callback(hObject, eventdata, handles) |
---|
| 1102 | %------------------------------------------------------------------------ |
---|
[515] | 1103 | update_ij(handles,1) |
---|
[387] | 1104 | |
---|
| 1105 | %------------------------------------------------------------------------ |
---|
| 1106 | function i2_Callback(hObject, eventdata, handles) |
---|
| 1107 | %------------------------------------------------------------------------ |
---|
[515] | 1108 | update_ij(handles,2) |
---|
[387] | 1109 | |
---|
| 1110 | %------------------------------------------------------------------------ |
---|
| 1111 | function j1_Callback(hObject, eventdata, handles) |
---|
| 1112 | %------------------------------------------------------------------------ |
---|
[515] | 1113 | update_ij(handles,3) |
---|
[387] | 1114 | |
---|
| 1115 | %------------------------------------------------------------------------ |
---|
| 1116 | function j2_Callback(hObject, eventdata, handles) |
---|
| 1117 | %------------------------------------------------------------------------ |
---|
[515] | 1118 | update_ij(handles,4) |
---|
[387] | 1119 | |
---|
| 1120 | %------------------------------------------------------------------------ |
---|
[515] | 1121 | %--- update the index display after action on edit boxes i1, i2, j1 or j2 |
---|
| 1122 | function update_ij(handles,index_rank) |
---|
| 1123 | NomType=get(handles.NomType,'String'); |
---|
| 1124 | indices=get(handles.FileIndex,'String'); |
---|
| 1125 | [tild,tild,tild,i1,i2,j1,j2]=fileparts_uvmat(indices);% the indices for the second series taken from FileIndex |
---|
| 1126 | switch index_rank |
---|
| 1127 | case 1 |
---|
| 1128 | indices=fullfile_uvmat('','','','',NomType,stra2num(get(handles.i1,'String')),i2,j1,j2); |
---|
| 1129 | set(handles.i1,'BackgroundColor',[0.7 0.7 0.7])% mark the edit box in grey, then RUN0 will mark it in white for confirmation |
---|
| 1130 | case 2 |
---|
| 1131 | indices=fullfile_uvmat('','','','',NomType,i1,stra2num(get(handles.i2,'String')),j1,j2); |
---|
| 1132 | set(handles.i2,'BackgroundColor',[0.7 0.7 0.7])% mark the edit box in grey, then RUN0 will mark it in white for confirmation |
---|
| 1133 | case 3 |
---|
| 1134 | indices=fullfile_uvmat('','','','',NomType,i1,i2,stra2num(get(handles.j1,'String')),j2); |
---|
| 1135 | set(handles.j1,'BackgroundColor',[0.7 0.7 0.7])% mark the edit box in grey, then RUN0 will mark it in white for confirmation |
---|
| 1136 | case 4 |
---|
| 1137 | indices=fullfile_uvmat('','','','',NomType,i1,i2,j1,stra2num(get(handles.j2,'String'))); |
---|
| 1138 | set(handles.j2,'BackgroundColor',[0.7 0.7 0.7])% mark the edit box in grey, then RUN0 will mark it in white for confirmation |
---|
| 1139 | end |
---|
| 1140 | set(handles.FileIndex,'String',indices) |
---|
| 1141 | set(handles.FileIndex,'BackgroundColor',[0.7 0.7 0.7])% mark the edit box in grey, then RUN0 will mark it in white for confirmation |
---|
| 1142 | % update the second index if relevant |
---|
| 1143 | if strcmp(get(handles.FileIndex_1,'Visible'),'on') |
---|
| 1144 | NomType_1=get(handles.NomType_1,'String'); |
---|
| 1145 | indices_1=get(handles.FileIndex_1,'String'); |
---|
| 1146 | [tild,tild,tild,i1_1,i2_1,j1_1,j2_1]=fileparts_uvmat(indices_1);% the indices for the second series taken from FileIndex_1 |
---|
| 1147 | switch index_rank |
---|
| 1148 | case 1 |
---|
| 1149 | indices_1=fullfile_uvmat('','','','',NomType_1,stra2num(get(handles.i1,'String')),i2_1,j1_1,j2_1); |
---|
| 1150 | case 2 |
---|
| 1151 | indices_1=fullfile_uvmat('','','','',NomType_1,i1_1,stra2num(get(handles.i2,'String')),j1_1,j2_1); |
---|
| 1152 | case 3 |
---|
| 1153 | indices_1=fullfile_uvmat('','','','',NomType_1,i1_1,i2_1,stra2num(get(handles.j1,'String')),j2_1); |
---|
| 1154 | case 4 |
---|
| 1155 | indices_1=fullfile_uvmat('','','','',NomType_1,i1_1,i2_1,j1_1,stra2num(get(handles.j2,'String'))); |
---|
| 1156 | end |
---|
| 1157 | set(handles.FileIndex_1,'String',indices_1) |
---|
| 1158 | set(handles.FileIndex_1,'BackgroundColor',[0.7 0.7 0.7])% mark the edit box in grey, then RUN0 will mark it in white for confirmation |
---|
| 1159 | end |
---|
| 1160 | |
---|
| 1161 | %------------------------------------------------------------------------ |
---|
| 1162 | |
---|
| 1163 | %------------------------------------------------------------------------ |
---|
[387] | 1164 | function slices_Callback(hObject, eventdata, handles) |
---|
| 1165 | %------------------------------------------------------------------------ |
---|
| 1166 | if get(handles.slices,'Value')==1 |
---|
| 1167 | set(handles.slices,'BackgroundColor',[1 1 0]) |
---|
[497] | 1168 | set(handles.num_NbSlice,'Visible','on') |
---|
[387] | 1169 | set(handles.z_text,'Visible','on') |
---|
| 1170 | set(handles.z_index,'Visible','on') |
---|
[497] | 1171 | num_NbSlice_Callback(hObject, eventdata, handles) |
---|
[387] | 1172 | else |
---|
[497] | 1173 | set(handles.num_NbSlice,'Visible','off') |
---|
[387] | 1174 | set(handles.slices,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 1175 | set(handles.z_text,'Visible','off') |
---|
| 1176 | set(handles.z_index,'Visible','off') |
---|
| 1177 | set(handles.masklevel,'Value',1) |
---|
| 1178 | set(handles.masklevel,'String',{'1'}) |
---|
| 1179 | end |
---|
| 1180 | |
---|
| 1181 | %------------------------------------------------------------------------ |
---|
[497] | 1182 | function num_NbSlice_Callback(hObject, eventdata, handles) |
---|
[387] | 1183 | %------------------------------------------------------------------------ |
---|
[497] | 1184 | nb_slice_str=get(handles.num_NbSlice,'String'); |
---|
[387] | 1185 | if isequal(nb_slice_str,'volume') |
---|
| 1186 | num=stra2num(get(handles.j1,'String')); |
---|
| 1187 | last_j=get(handles.last_j,'String'); |
---|
| 1188 | nbslice=str2double(last_j{1}); |
---|
| 1189 | else |
---|
| 1190 | num=str2double(get(handles.i1,'String')); |
---|
[497] | 1191 | nbslice=str2double(get(handles.num_NbSlice,'String')); |
---|
[387] | 1192 | end |
---|
| 1193 | z=mod(num-1,nbslice)+1; |
---|
| 1194 | set(handles.z_index,'String',num2str(z)) |
---|
| 1195 | for ilist=1:nbslice |
---|
| 1196 | list_index{ilist,1}=num2str(ilist); |
---|
| 1197 | end |
---|
| 1198 | set(handles.masklevel,'String',list_index) |
---|
| 1199 | set(handles.masklevel,'Value',z) |
---|
| 1200 | |
---|
| 1201 | %------------------------------------------------------------------------ |
---|
| 1202 | % --- Executes on button press in view_xml. |
---|
| 1203 | function view_xml_Callback(hObject, eventdata, handles) |
---|
| 1204 | %------------------------------------------------------------------------ |
---|
| 1205 | %[FileName,RootPath,FileBase,FileIndices,FileExt]=read_file_boxes(handles); |
---|
| 1206 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); |
---|
| 1207 | FileBase=fullfile(RootPath,RootFile); |
---|
| 1208 | option=get(handles.view_xml,'String'); |
---|
| 1209 | if isequal(option,'view .xml') |
---|
[494] | 1210 | FileXml=fullfile(RootPath,[SubDir '.xml']); |
---|
| 1211 | if ~exist(FileXml,'file')% case of civ files , removes the extension for subdir |
---|
| 1212 | FileXml=fullfile(RootPath,[regexprep(SubDir,'\..+$','') '.xml']); |
---|
| 1213 | end |
---|
[387] | 1214 | heditxml=editxml(FileXml); |
---|
| 1215 | end |
---|
| 1216 | |
---|
| 1217 | %------------------------------------------------------------------------ |
---|
| 1218 | % --- Executes on button press in CheckMask. |
---|
| 1219 | function CheckMask_Callback(hObject, eventdata, handles) |
---|
| 1220 | %------------------------------------------------------------------------ |
---|
| 1221 | %case of view mask selection |
---|
| 1222 | if isequal(get(handles.CheckMask,'Value'),1) |
---|
| 1223 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); |
---|
| 1224 | FileBase=fullfile(RootPath,RootFile); |
---|
| 1225 | num_i1=stra2num(get(handles.i1,'String')); |
---|
| 1226 | num_j1=stra2num(get(handles.j1,'String')); |
---|
| 1227 | currentdir=pwd; |
---|
| 1228 | cd(RootPath); |
---|
| 1229 | maskfiles=dir('*_*mask_*.png');%look for a mask file |
---|
| 1230 | cd(currentdir);%come back to the working directory |
---|
| 1231 | mdetect=0; |
---|
| 1232 | if ~isempty(maskfiles) |
---|
| 1233 | for ilist=1:length(maskfiles) |
---|
| 1234 | maskname=maskfiles(ilist).name;% take the first mask file in the list |
---|
| 1235 | [tild,tild,tild,tild,tild,tild,tild,MaskExt,Mask_NomType{ilist}]=fileparts_uvmat(maskname); |
---|
| 1236 | [tild,Name]=fileparts(maskname); |
---|
| 1237 | Namedouble=double(Name); |
---|
| 1238 | val=(48>Namedouble)|(Namedouble>57);% select the non-numerical characters |
---|
| 1239 | ind_mask=findstr('mask',Name); |
---|
| 1240 | i=ind_mask-1; |
---|
| 1241 | while val(i)==0 && i>0 |
---|
| 1242 | i=i-1; |
---|
| 1243 | end |
---|
| 1244 | nbmask_str=str2num(Name(i+1:ind_mask-1)); |
---|
| 1245 | if ~isempty(nbmask_str) |
---|
| 1246 | nbslice(ilist)=nbmask_str; % number of different masks (slices) |
---|
| 1247 | end |
---|
| 1248 | end |
---|
| 1249 | if isequal(min(nbslice),max(nbslice)) |
---|
| 1250 | nbslice=nbslice(1); |
---|
| 1251 | else |
---|
| 1252 | msgbox_uvmat('ERROR','several inconsistent mask sets coexist in the current image directory') |
---|
| 1253 | return |
---|
| 1254 | end |
---|
| 1255 | if ~isempty(nbslice) && Name(i)=='_' |
---|
| 1256 | Mask.Base=[FileBase Name(i:ind_mask+3)]; |
---|
| 1257 | Mask.NbSlice=nbslice; |
---|
| 1258 | num_i1=mod(num_i1-1,nbslice)+1; |
---|
| 1259 | Mask.NomType=regexprep(Mask_NomType{1},'0','');%remove '0' in nom type for masks |
---|
| 1260 | [RootPath,RootFile]=fileparts(Mask.Base); |
---|
| 1261 | maskname=fullfile_uvmat(RootPath,'',RootFile,'.png',Mask.NomType,num_i1,[],num_j1); |
---|
| 1262 | %maskname=name_generator(Mask.Base,num_i1,num_j1,'.png',Mask.NomType);% |
---|
| 1263 | mdetect=exist(maskname,'file'); |
---|
| 1264 | if mdetect |
---|
[497] | 1265 | set(handles.num_NbSlice,'String',Name(i+1:ind_mask-1)); |
---|
| 1266 | set(handles.num_NbSlice,'BackgroundColor',[1 1 0]) |
---|
[387] | 1267 | set(handles.CheckMask,'UserData',Mask); |
---|
| 1268 | set(handles.CheckMask,'BackgroundColor',[1 1 0]) |
---|
| 1269 | if nbslice > 1 |
---|
| 1270 | set(handles.slices,'value',1) |
---|
| 1271 | slices_Callback(hObject, eventdata, handles) |
---|
| 1272 | end |
---|
| 1273 | end |
---|
| 1274 | end |
---|
| 1275 | end |
---|
| 1276 | errormsg=[];%default |
---|
| 1277 | if mdetect==0 |
---|
| 1278 | [FileName, PathName, filterindex] = uigetfile( ... |
---|
| 1279 | {'*.png', ' (*.png)'; |
---|
| 1280 | '*.png', '.png files '; ... |
---|
| 1281 | '*.*', 'All Files (*.*)'}, ... |
---|
| 1282 | 'Pick a mask file *.png',FileBase); |
---|
[530] | 1283 | if ~ischar(FileName),return,end %abandon if the browser is cancelled |
---|
[387] | 1284 | maskname=fullfile(PathName,FileName); |
---|
[444] | 1285 | [RootDir,SubDir,RootFile,tild,tild,tild,tild,tild,Mask.NomType]=fileparts_uvmat(maskname); |
---|
| 1286 | Mask.Base=fullfile(RootDir,SubDir,RootFile); |
---|
[387] | 1287 | Mask.NbSlice=1; |
---|
| 1288 | set(handles.CheckMask,'UserData',Mask); |
---|
| 1289 | set(handles.CheckMask,'BackgroundColor',[1 1 0]) |
---|
| 1290 | end |
---|
| 1291 | if isempty(errormsg) |
---|
| 1292 | errormsg=update_mask(handles,num_i1,num_j1); |
---|
| 1293 | end |
---|
| 1294 | if ~isempty(errormsg) |
---|
| 1295 | set(handles.CheckMask,'Value',0) |
---|
| 1296 | set(handles.CheckMask,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 1297 | end |
---|
| 1298 | else % desactivate mask display |
---|
| 1299 | MaskData=get(handles.CheckMask,'UserData'); |
---|
| 1300 | if isfield(MaskData,'maskhandle') && ishandle(MaskData.maskhandle) |
---|
| 1301 | delete(MaskData.maskhandle) |
---|
| 1302 | end |
---|
| 1303 | set(handles.CheckMask,'UserData',[]) |
---|
| 1304 | UvData=get(handles.uvmat,'UserData'); |
---|
| 1305 | if isfield(UvData,'MaskName') |
---|
| 1306 | UvData=rmfield(UvData,'MaskName'); |
---|
| 1307 | set(handles.uvmat,'UserData',UvData) |
---|
| 1308 | end |
---|
| 1309 | set(handles.CheckMask,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 1310 | end |
---|
| 1311 | |
---|
| 1312 | %------------------------------------------------------------------------ |
---|
| 1313 | function errormsg=update_mask(handles,num_i1,num_j1) |
---|
| 1314 | %------------------------------------------------------------------------ |
---|
| 1315 | errormsg=[];%default |
---|
| 1316 | MaskData=get(handles.CheckMask,'UserData'); |
---|
| 1317 | if isfield(MaskData,'maskhandle')&& ishandle(MaskData.maskhandle) |
---|
| 1318 | uistack(MaskData.maskhandle,'top'); |
---|
| 1319 | end |
---|
| 1320 | num_i1_mask=mod(num_i1-1,MaskData.NbSlice)+1; |
---|
| 1321 | [RootPath,RootFile]=fileparts(MaskData.Base); |
---|
| 1322 | MaskName=fullfile_uvmat(RootPath,'',RootFile,'.png',MaskData.NomType,num_i1_mask,[],num_j1); |
---|
| 1323 | UvData=get(handles.uvmat,'UserData'); |
---|
| 1324 | %update mask image if the mask is new |
---|
| 1325 | if ~ (isfield(UvData,'MaskName') && isequal(UvData.MaskName,MaskName)) |
---|
| 1326 | UvData.MaskName=MaskName; %update the recorded name on UvData |
---|
| 1327 | set(handles.uvmat,'UserData',UvData); |
---|
| 1328 | if ~exist(MaskName,'file') |
---|
| 1329 | if isfield(MaskData,'maskhandle')&& ishandle(MaskData.maskhandle) |
---|
| 1330 | delete(MaskData.maskhandle) |
---|
| 1331 | end |
---|
| 1332 | else |
---|
| 1333 | %read mask image |
---|
| 1334 | Mask.AName='image'; |
---|
| 1335 | Mask.A=imread(MaskName); |
---|
| 1336 | npxy=size(Mask.A); |
---|
| 1337 | test_error=0; |
---|
| 1338 | if length(npxy)>2 |
---|
| 1339 | errormsg=[MaskName ' is not a grey scale image']; |
---|
| 1340 | return |
---|
| 1341 | elseif ~isa(Mask.A,'uint8') |
---|
| 1342 | errormsg=[MaskName ' is not a 8 bit grey level image']; |
---|
| 1343 | return |
---|
| 1344 | end |
---|
| 1345 | Mask.AX=[0.5 npxy(2)-0.5]; |
---|
| 1346 | Mask.AY=[npxy(1)-0.5 0.5 ]; |
---|
| 1347 | Mask.CoordUnit='pixel'; |
---|
| 1348 | if isequal(get(handles.slices,'Value'),1) |
---|
[497] | 1349 | NbSlice=str2num(get(handles.num_NbSlice,'String')); |
---|
[387] | 1350 | num_i1=str2num(get(handles.i1,'String')); |
---|
| 1351 | Mask.ZIndex=mod(num_i1-1,NbSlice)+1; |
---|
| 1352 | end |
---|
| 1353 | %px to phys or other transform on field |
---|
| 1354 | menu_transform=get(handles.transform_fct,'String'); |
---|
| 1355 | choice_value=get(handles.transform_fct,'Value'); |
---|
| 1356 | transform_name=menu_transform{choice_value};%name of the transform fct given by the menu 'transform_fct' |
---|
| 1357 | transform_list=get(handles.transform_fct,'UserData'); |
---|
| 1358 | transform=transform_list{choice_value}; |
---|
| 1359 | if ~isequal(transform_name,'') && ~isequal(transform_name,'px') |
---|
| 1360 | if isfield(UvData,'XmlData') && isfield(UvData.XmlData{1},'GeometryCalib')%use geometry calib recorded from the ImaDoc xml file as first priority |
---|
| 1361 | Calib=UvData.XmlData{1}.GeometryCalib; |
---|
| 1362 | Mask=transform(Mask,UvData.XmlData{1}); |
---|
| 1363 | end |
---|
| 1364 | end |
---|
| 1365 | flagmask=Mask.A < 200; |
---|
| 1366 | |
---|
| 1367 | %make brown color image |
---|
| 1368 | imflag(:,:,1)=0.9*flagmask; |
---|
| 1369 | imflag(:,:,2)=0.7*flagmask; |
---|
| 1370 | imflag(:,:,3)=zeros(size(flagmask)); |
---|
| 1371 | |
---|
| 1372 | %update mask image |
---|
| 1373 | hmask=[]; %default |
---|
| 1374 | if isfield(MaskData,'maskhandle')&& ishandle(MaskData.maskhandle) |
---|
| 1375 | hmask=MaskData.maskhandle; |
---|
| 1376 | end |
---|
| 1377 | if ~isempty(hmask) |
---|
| 1378 | set(hmask,'CData',imflag) |
---|
| 1379 | set(hmask,'AlphaData',flagmask*0.6) |
---|
| 1380 | set(hmask,'XData',Mask.AX); |
---|
| 1381 | set(hmask,'YData',Mask.AY); |
---|
| 1382 | % uistack(hmask,'top') |
---|
| 1383 | else |
---|
[511] | 1384 | axes(handles.PlotAxes) |
---|
[387] | 1385 | hold on |
---|
[452] | 1386 | size(flagmask) |
---|
| 1387 | % MaskData.maskhandle=image(Mask.AX,Mask.AY,imflag,'Tag','mask','HitTest','off','AlphaData',0.6*flagmask); |
---|
| 1388 | MaskData.maskhandle=image(Mask.AX,Mask.AY,imflag,'Tag','mask','HitTest','off','AlphaData',0.6*ones(size(flagmask))); |
---|
[387] | 1389 | % set(MaskData.maskhandle,'AlphaData',0.6*flagmask) |
---|
| 1390 | set(handles.CheckMask,'UserData',MaskData) |
---|
| 1391 | end |
---|
| 1392 | end |
---|
| 1393 | end |
---|
| 1394 | |
---|
| 1395 | %------------------------------------------------------------------------ |
---|
| 1396 | %------------------------------------------------------------------------ |
---|
| 1397 | % III - MAIN REFRESH FUNCTIONS : 'FRAME PLOT' |
---|
| 1398 | %------------------------------------------------------------------------ |
---|
| 1399 | |
---|
| 1400 | %------------------------------------------------------------------------ |
---|
| 1401 | % --- Executes on button press in runplus: make one step forward and call |
---|
[526] | 1402 | % --- run0. The step forward is along the fieldname series 1 or 2 depending on |
---|
[387] | 1403 | % --- the scan_i and scan_j check box (exclusive each other) |
---|
| 1404 | function runplus_Callback(hObject, eventdata, handles) |
---|
| 1405 | %------------------------------------------------------------------------ |
---|
| 1406 | set(handles.runplus,'BackgroundColor',[1 1 0])%paint the command button in yellow |
---|
| 1407 | drawnow |
---|
| 1408 | %TODO: introduce the option: increment ='*' to move to the next available view |
---|
[511] | 1409 | increment=str2num(get(handles.num_IndexIncrement,'String')); %get the field increment d |
---|
[387] | 1410 | % if isnan(increment) |
---|
[511] | 1411 | % set(handles.num_IndexIncrement,'String','1')%default value |
---|
[387] | 1412 | % increment=1; |
---|
| 1413 | % end |
---|
| 1414 | errormsg=runpm(hObject,eventdata,handles,increment); |
---|
| 1415 | if ~isempty(errormsg) |
---|
| 1416 | msgbox_uvmat('ERROR',errormsg); |
---|
| 1417 | end |
---|
| 1418 | set(handles.runplus,'BackgroundColor',[1 0 0])%paint the command button back to red |
---|
| 1419 | |
---|
| 1420 | %------------------------------------------------------------------------ |
---|
| 1421 | % --- Executes on button press in runmin: make one step backward and call |
---|
[526] | 1422 | % --- run0. The step backward is along the fieldname series 1 or 2 depending on |
---|
[387] | 1423 | % --- the scan_i and scan_j check box (exclusive each other) |
---|
| 1424 | function runmin_Callback(hObject, eventdata, handles) |
---|
| 1425 | %------------------------------------------------------------------------ |
---|
| 1426 | set(handles.runmin,'BackgroundColor',[1 1 0])%paint the command button in yellow |
---|
| 1427 | drawnow |
---|
[511] | 1428 | increment=-str2num(get(handles.num_IndexIncrement,'String')); %get the field increment d |
---|
[387] | 1429 | % if isnan(increment) |
---|
[511] | 1430 | % set(handles.num_IndexIncrement,'String','1')%default value |
---|
[387] | 1431 | % increment=1; |
---|
| 1432 | % end |
---|
| 1433 | errormsg=runpm(hObject,eventdata,handles,increment); |
---|
| 1434 | if ~isempty(errormsg) |
---|
| 1435 | msgbox_uvmat('ERROR',errormsg); |
---|
| 1436 | end |
---|
| 1437 | set(handles.runmin,'BackgroundColor',[1 0 0])%paint the command button back to red |
---|
| 1438 | |
---|
| 1439 | %------------------------------------------------------------------------ |
---|
| 1440 | % -- Executes on button press in Movie: make a series of +> steps |
---|
| 1441 | function Movie_Callback(hObject, eventdata, handles) |
---|
| 1442 | %------------------------------------------------------------------------ |
---|
| 1443 | set(handles.Movie,'BackgroundColor',[1 1 0])%paint the command button in yellow |
---|
| 1444 | drawnow |
---|
[511] | 1445 | increment=str2num(get(handles.num_IndexIncrement,'String')); %get the field increment d |
---|
[387] | 1446 | % if isnan(increment) |
---|
[511] | 1447 | % set(handles.num_IndexIncrement,'String','1')%default value |
---|
[387] | 1448 | % increment=1; |
---|
| 1449 | % end |
---|
| 1450 | set(handles.STOP,'Visible','on') |
---|
| 1451 | set(handles.speed,'Visible','on') |
---|
| 1452 | set(handles.speed_txt,'Visible','on') |
---|
| 1453 | set(handles.Movie,'BusyAction','queue') |
---|
| 1454 | UvData=get(handles.uvmat,'UserData'); |
---|
| 1455 | |
---|
[435] | 1456 | while get(handles.Movie,'Value')==1 && get(handles.speed,'Value')~=0 && isequal(get(handles.Movie,'BusyAction'),'queue') % enable STOP command |
---|
[387] | 1457 | errormsg=runpm(hObject,eventdata,handles,increment); |
---|
| 1458 | if ~isempty(errormsg) |
---|
| 1459 | set(handles.Movie,'BackgroundColor',[1 0 0])%paint the command buttonback to red |
---|
| 1460 | return |
---|
| 1461 | end |
---|
| 1462 | pause(1.02-get(handles.speed,'Value'))% wait for next image |
---|
| 1463 | end |
---|
| 1464 | if isfield(UvData,'aviobj') && ~isempty( UvData.aviobj), |
---|
| 1465 | UvData.aviobj=close(UvData.aviobj); |
---|
| 1466 | set(handles.uvmat,'UserData',UvData); |
---|
| 1467 | end |
---|
| 1468 | set(handles.Movie,'BackgroundColor',[1 0 0])%paint the command buttonback to red |
---|
| 1469 | |
---|
| 1470 | %------------------------------------------------------------------------ |
---|
| 1471 | % -- Executes on button press in Movie: make a series of <- steps |
---|
| 1472 | function MovieBackward_Callback(hObject, eventdata, handles) |
---|
| 1473 | %------------------------------------------------------------------------ |
---|
| 1474 | set(handles.MovieBackward,'BackgroundColor',[1 1 0])%paint the command button in yellow |
---|
| 1475 | drawnow |
---|
[511] | 1476 | increment=-str2num(get(handles.num_IndexIncrement,'String')); %get the field increment d |
---|
[387] | 1477 | set(handles.STOP,'Visible','on') |
---|
| 1478 | set(handles.speed,'Visible','on') |
---|
| 1479 | set(handles.speed_txt,'Visible','on') |
---|
| 1480 | set(handles.MovieBackward,'BusyAction','queue') |
---|
| 1481 | UvData=get(handles.uvmat,'UserData'); |
---|
| 1482 | |
---|
[435] | 1483 | while get(handles.MovieBackward,'Value')==1 && get(handles.speed,'Value')~=0 && isequal(get(handles.MovieBackward,'BusyAction'),'queue') % enable STOP command |
---|
[387] | 1484 | errormsg=runpm(hObject,eventdata,handles,increment); |
---|
| 1485 | if ~isempty(errormsg) |
---|
| 1486 | set(handles.MovieBackward,'BackgroundColor',[1 0 0])%paint the command buttonback to red |
---|
| 1487 | return |
---|
| 1488 | end |
---|
| 1489 | pause(1.02-get(handles.speed,'Value'))% wait for next image |
---|
| 1490 | end |
---|
| 1491 | if isfield(UvData,'aviobj') && ~isempty( UvData.aviobj), |
---|
| 1492 | UvData.aviobj=close(UvData.aviobj); |
---|
| 1493 | set(handles.uvmat,'UserData',UvData); |
---|
| 1494 | end |
---|
| 1495 | set(handles.MovieBackward,'BackgroundColor',[1 0 0])%paint the command buttonback to red |
---|
| 1496 | |
---|
| 1497 | %------------------------------------------------------------------------ |
---|
| 1498 | function STOP_Callback(hObject, eventdata, handles) |
---|
| 1499 | %------------------------------------------------------------------------ |
---|
| 1500 | set(handles.movie_pair,'BusyAction','Cancel') |
---|
| 1501 | set(handles.movie_pair,'value',0) |
---|
| 1502 | set(handles.Movie,'BusyAction','Cancel') |
---|
| 1503 | set(handles.MovieBackward,'BusyAction','Cancel') |
---|
| 1504 | set(handles.MenuExportMovie,'BusyAction','Cancel') |
---|
| 1505 | set(handles.movie_pair,'BackgroundColor',[1 0 0])%paint the command buttonback to red |
---|
| 1506 | set(handles.Movie,'BackgroundColor',[1 0 0])%paint the command buttonback to red |
---|
| 1507 | set(handles.MovieBackward,'BackgroundColor',[1 0 0])%paint the command buttonback to red |
---|
| 1508 | |
---|
| 1509 | %------------------------------------------------------------------------ |
---|
| 1510 | % --- function activated by runplus and run minus |
---|
| 1511 | function errormsg=runpm(hObject,eventdata,handles,increment) |
---|
| 1512 | %------------------------------------------------------------------------ |
---|
| 1513 | errormsg='';%default |
---|
| 1514 | %% check for movie pair status |
---|
| 1515 | movie_status=get(handles.movie_pair,'Value'); |
---|
| 1516 | if isequal(movie_status,1) |
---|
| 1517 | STOP_Callback(hObject, eventdata, handles)%interrupt movie pair if active |
---|
| 1518 | end |
---|
| 1519 | |
---|
| 1520 | %% read the current input file name(s) and field indices |
---|
| 1521 | InputFile=read_GUI(handles.InputFile); |
---|
| 1522 | InputFile.RootFile=regexprep(InputFile.RootFile,'^[\\/]|[\\/]$','');%suppress possible / or \ separator at the beginning or the end of the string |
---|
| 1523 | InputFile.SubDir=regexprep(InputFile.SubDir,'^[\\/]|[\\/]$','');%suppress possible / or \ separator at the beginning or the end of the string |
---|
| 1524 | FileExt=InputFile.FileExt; |
---|
| 1525 | NomType=get(handles.NomType,'String'); |
---|
| 1526 | i1=str2num(get(handles.i1,'String'));%read the field indices (for movie, it is not given by the file name) |
---|
| 1527 | i2=[];%default |
---|
| 1528 | if strcmp(get(handles.i2,'Visible'),'on') |
---|
| 1529 | i2=str2num(get(handles.i2,'String')); |
---|
| 1530 | end |
---|
| 1531 | j1=[]; |
---|
| 1532 | if strcmp(get(handles.j1,'Visible'),'on') |
---|
| 1533 | j1=stra2num(get(handles.j1,'String')); |
---|
| 1534 | end |
---|
| 1535 | j2=j1; |
---|
| 1536 | if strcmp(get(handles.j2,'Visible'),'on') |
---|
| 1537 | j2=stra2num(get(handles.j2,'String')); |
---|
| 1538 | end |
---|
| 1539 | sub_value= get(handles.SubField,'Value'); |
---|
| 1540 | if sub_value % a second input file has been entered |
---|
[428] | 1541 | [InputFile.RootPath_1,InputFile.SubDir_1,InputFile.RootFile_1,InputFile.FileIndex_1,InputFile.FileExt_1,InputFile.NomType_1]=read_file_boxes_1(handles); |
---|
[515] | 1542 | [tild,tild,tild,i1_1,i2_1,j1_1,j2_1]=fileparts_uvmat(InputFile.FileIndex_1);% the indices for the second series taken from FileIndex_1 |
---|
[387] | 1543 | else |
---|
| 1544 | filename_1=[]; |
---|
| 1545 | end |
---|
| 1546 | |
---|
| 1547 | %% increment (or decrement) the field indices and update the input filename(s) |
---|
| 1548 | if isempty(increment) |
---|
| 1549 | set(handles.CheckFixPair,'Value',0) |
---|
| 1550 | end |
---|
| 1551 | CheckFixPair=get(handles.CheckFixPair,'Value')||(isempty(i2)&&isempty(j2)); |
---|
[427] | 1552 | |
---|
| 1553 | % the pair i1-i2 or j1-j2 is imposed (check box CheckFixPair selected) |
---|
[387] | 1554 | if CheckFixPair |
---|
| 1555 | if get(handles.scan_i,'Value')==1% case of scanning along index i |
---|
| 1556 | i1=i1+increment; |
---|
| 1557 | i2=i2+increment; |
---|
| 1558 | if sub_value |
---|
| 1559 | i1_1=i1_1+increment; |
---|
| 1560 | i2_1=i2_1+increment; |
---|
| 1561 | end |
---|
[515] | 1562 | |
---|
[387] | 1563 | else % case of scanning along index j (burst numbers) |
---|
| 1564 | j1=j1+increment; |
---|
| 1565 | j2=j2+increment; |
---|
| 1566 | if sub_value |
---|
| 1567 | j1_1=j1_1+increment; |
---|
| 1568 | j2_1=j2_1+increment; |
---|
| 1569 | end |
---|
| 1570 | end |
---|
[427] | 1571 | |
---|
[511] | 1572 | % the pair i1-i2 or j1-j2 is free (check box CheckFixPair not selected): the list of existing indices recorded in UvData is used |
---|
[387] | 1573 | else |
---|
| 1574 | UvData=get(handles.uvmat,'UserData'); |
---|
| 1575 | ref_i=i1; |
---|
| 1576 | if ~isempty(i2) |
---|
[427] | 1577 | ref_i=floor((i1+i2)/2);% current reference index i |
---|
[387] | 1578 | end |
---|
| 1579 | ref_j=1; |
---|
| 1580 | if ~isempty(j1) |
---|
| 1581 | ref_j=j1; |
---|
| 1582 | if ~isempty(j2) |
---|
[427] | 1583 | ref_j=floor((j1+j2)/2);% current reference index j |
---|
[387] | 1584 | end |
---|
| 1585 | end |
---|
| 1586 | if ~isempty(increment) |
---|
| 1587 | if get(handles.scan_i,'Value')==1% case of scanning along index i |
---|
[427] | 1588 | ref_i=ref_i+increment;% increment the current reference index i |
---|
[387] | 1589 | else % case of scanning along index j (burst numbers) |
---|
[427] | 1590 | ref_j=ref_j+increment;% increment the current reference index j if scan_j option is used |
---|
[387] | 1591 | end |
---|
[388] | 1592 | else % free increment |
---|
[511] | 1593 | runaction=get(gcbo,'tag'); |
---|
| 1594 | if strcmp(runaction,'runplus')||strcmp(runaction,'Movie')% if runplus or movie is activated |
---|
[387] | 1595 | step=1; |
---|
| 1596 | else |
---|
| 1597 | step=-1; |
---|
| 1598 | end |
---|
| 1599 | if get(handles.scan_i,'Value')==1% case of scanning along index i |
---|
| 1600 | ref_i=ref_i+step; |
---|
[512] | 1601 | while ref_i>=0 && size(UvData.i1_series{1},3)>=ref_i+1 && UvData.i1_series{1}(1,ref_j+1,ref_i+1)==0 |
---|
[387] | 1602 | ref_i=ref_i+step; |
---|
| 1603 | end |
---|
| 1604 | else % case of scanning along index j (burst numbers) |
---|
| 1605 | ref_j=ref_j+step; |
---|
[512] | 1606 | while ref_j>=0 && size(UvData.i1_series{1},2)>=ref_j+1 && UvData.i1_series{1}(1,ref_j+1,ref_i+1)==0 |
---|
[387] | 1607 | ref_j=ref_j+step; |
---|
| 1608 | end |
---|
| 1609 | end |
---|
| 1610 | end |
---|
| 1611 | if ref_i<0 |
---|
| 1612 | errormsg='minimum i index reached'; |
---|
| 1613 | elseif ref_j<0 |
---|
| 1614 | errormsg='minimum j index reached'; |
---|
[512] | 1615 | elseif ref_i+1>size(UvData.i1_series{1},3) |
---|
[511] | 1616 | errormsg='maximum i index reached (reload the input file to update the index bound)'; |
---|
[387] | 1617 | elseif ref_j+1>size(UvData.i1_series{1},2) |
---|
[511] | 1618 | errormsg='maximum j index reached (reload the input file to update the index bound)'; |
---|
[387] | 1619 | end |
---|
[511] | 1620 | if ~isempty(errormsg),return,end |
---|
[512] | 1621 | siz=size(UvData.i1_series{1}); |
---|
[515] | 1622 | ref_indices=ref_i*siz(1)*siz(2)+ref_j*siz(1)+1:ref_i*siz(1)*siz(2)+(ref_j+1)*siz(1); |
---|
[512] | 1623 | i1_subseries=UvData.i1_series{1}(ref_indices); |
---|
| 1624 | ref_indices=ref_indices(i1_subseries>0); |
---|
| 1625 | if isempty(ref_indices)% case of pairs (free index i) |
---|
[515] | 1626 | ref_indices=ref_i*siz(1)*siz(2)+1:(ref_i+1)*siz(1)*siz(2); |
---|
[512] | 1627 | i1_subseries=UvData.i1_series{1}(ref_indices); |
---|
| 1628 | ref_indices=ref_indices(i1_subseries>0); |
---|
[511] | 1629 | end |
---|
[512] | 1630 | if isempty(ref_indices),errormsg='no next frame: set num_IndexIncrement =''*'' to reach the next existing file';return |
---|
[387] | 1631 | end |
---|
[512] | 1632 | i1=UvData.i1_series{1}(ref_indices(end)); |
---|
[387] | 1633 | if ~isempty(UvData.i2_series{1}) |
---|
[512] | 1634 | i2=UvData.i2_series{1}(ref_indices(end)); |
---|
[387] | 1635 | end |
---|
| 1636 | if ~isempty(UvData.j1_series{1}) |
---|
[512] | 1637 | j1=UvData.j1_series{1}(ref_indices(end)); |
---|
[387] | 1638 | end |
---|
| 1639 | if ~isempty(UvData.j2_series{1}) |
---|
[512] | 1640 | j2=UvData.j2_series{1}(ref_indices(end)); |
---|
[515] | 1641 | end |
---|
| 1642 | |
---|
| 1643 | % case of a second file series |
---|
| 1644 | if sub_value |
---|
| 1645 | ref_i_1=i1_1; |
---|
| 1646 | if ~isempty(i2_1) |
---|
| 1647 | ref_i_1=floor((i1_1+i2_1)/2);% current reference index i |
---|
| 1648 | end |
---|
| 1649 | ref_j_1=1; |
---|
| 1650 | if ~isempty(j1_1) |
---|
| 1651 | ref_j_1=j1_1; |
---|
| 1652 | if ~isempty(j2_1) |
---|
| 1653 | ref_j_1=floor((j1_1+j2_1)/2);% current reference index j |
---|
| 1654 | end |
---|
| 1655 | end |
---|
| 1656 | if ~isempty(increment) |
---|
| 1657 | if get(handles.scan_i,'Value')==1% case of scanning along index i |
---|
| 1658 | ref_i_1=ref_i_1+increment;% increment the current reference index i |
---|
| 1659 | else % case of scanning along index j (burst numbers) |
---|
| 1660 | ref_j_1=ref_j_1+increment;% increment the current reference index j if scan_j option is used |
---|
| 1661 | end |
---|
| 1662 | else % free increment, synchronise the ref indices with the first series |
---|
| 1663 | ref_i_1=ref_i; |
---|
| 1664 | ref_j_1=ref_j; |
---|
| 1665 | end |
---|
| 1666 | if numel(UvData.i1_series)==1 |
---|
| 1667 | UvData.i1_series{2}=UvData.i1_series{1}; |
---|
| 1668 | UvData.j1_series{2}=UvData.j1_series{1}; |
---|
| 1669 | UvData.i2_series{2}=UvData.i2_series{1}; |
---|
| 1670 | UvData.j2_series{2}=UvData.j2_series{1}; |
---|
| 1671 | end |
---|
| 1672 | if ref_i_1<0 |
---|
| 1673 | errormsg='minimum i index reached'; |
---|
| 1674 | elseif ref_j_1<0 |
---|
| 1675 | errormsg='minimum j index reached'; |
---|
| 1676 | elseif ref_i_1+1>size(UvData.i1_series{2},3) |
---|
| 1677 | errormsg='maximum i index reached for the second series (reload the input file to update the index bound)'; |
---|
| 1678 | elseif ref_j_1+1>size(UvData.i1_series{2},2) |
---|
| 1679 | errormsg='maximum j index reached for the second series(reload the input file to update the index bound)'; |
---|
| 1680 | end |
---|
| 1681 | if ~isempty(errormsg),return,end |
---|
| 1682 | siz=size(UvData.i1_series{2}); |
---|
| 1683 | ref_indices=ref_i_1*siz(1)*siz(2)+ref_j_1*siz(1)+1:ref_i_1*siz(1)*siz(2)+(ref_j_1+1)*siz(1); |
---|
| 1684 | i1_subseries=UvData.i1_series{2}(ref_indices); |
---|
| 1685 | ref_indices=ref_indices(i1_subseries>0); |
---|
| 1686 | if isempty(ref_indices)% case of pairs (free index i) |
---|
| 1687 | ref_indices=ref_i_1*siz(1)*siz(2)+1:(ref_i_1+1)*siz(1)*siz(2); |
---|
| 1688 | i1_subseries=UvData.i1_series{2}(ref_indices); |
---|
| 1689 | ref_indices=ref_indices(i1_subseries>0); |
---|
| 1690 | end |
---|
| 1691 | i1_1=UvData.i1_series{2}(ref_indices(end)); |
---|
[427] | 1692 | if ~isempty(UvData.i2_series{2}) |
---|
[515] | 1693 | i2_1=UvData.i2_series{2}(ref_indices(end)); |
---|
[427] | 1694 | end |
---|
| 1695 | if ~isempty(UvData.j1_series{2}) |
---|
[515] | 1696 | j1_1=UvData.j1_series{2}(ref_indices(end)); |
---|
[427] | 1697 | end |
---|
| 1698 | if ~isempty(UvData.j2_series{2}) |
---|
[515] | 1699 | j2_1=UvData.j2_series{1}(ref_indices(end)); |
---|
| 1700 | end |
---|
| 1701 | else% the second series (if needed) is the same file as the first |
---|
| 1702 | i1_1=i1; |
---|
| 1703 | i2_1=i2; |
---|
| 1704 | j1_1=j1; |
---|
| 1705 | j2_1=j2; |
---|
[387] | 1706 | end |
---|
| 1707 | end |
---|
| 1708 | filename=fullfile_uvmat(InputFile.RootPath,InputFile.SubDir,InputFile.RootFile,FileExt,NomType,i1,i2,j1,j2); |
---|
| 1709 | if sub_value |
---|
[428] | 1710 | filename_1=fullfile_uvmat(InputFile.RootPath_1,InputFile.SubDir_1,InputFile.RootFile_1,InputFile.FileExt_1,InputFile.NomType_1,i1_1,i2_1,j1_1,j2_1); |
---|
[387] | 1711 | end |
---|
| 1712 | |
---|
| 1713 | %% refresh plots |
---|
[515] | 1714 | errormsg=refresh_field(handles,filename,filename_1,i1,i2,j1,j2,i1_1,i2_1,j1_1,j2_1); |
---|
[387] | 1715 | |
---|
| 1716 | %% update the index counters if the index move is successfull |
---|
| 1717 | if isempty(errormsg) |
---|
| 1718 | set(handles.i1,'String',num2stra(i1,NomType,1)); |
---|
| 1719 | if isequal(i2,i1) |
---|
| 1720 | set(handles.i2,'String',''); |
---|
| 1721 | else |
---|
| 1722 | set(handles.i2,'String',num2stra(i2,NomType,1)); |
---|
| 1723 | end |
---|
| 1724 | set(handles.j1,'String',num2stra(j1,NomType,2)); |
---|
| 1725 | if isequal(j2,j1) |
---|
| 1726 | set(handles.j2,'String',''); |
---|
| 1727 | else |
---|
| 1728 | set(handles.j2,'String',num2stra(j2,NomType,2)); |
---|
| 1729 | end |
---|
| 1730 | indices=fullfile_uvmat('','','','',NomType,i1,i2,j1,j2); |
---|
| 1731 | set(handles.FileIndex,'String',indices); |
---|
| 1732 | if ~isempty(filename_1) |
---|
[428] | 1733 | indices_1=fullfile_uvmat('','','','',InputFile.NomType_1,i1_1,i2_1,j1_1,j2_1); |
---|
[387] | 1734 | set(handles.FileIndex_1,'String',indices_1); |
---|
| 1735 | end |
---|
| 1736 | if isequal(movie_status,1) |
---|
| 1737 | set(handles.movie_pair,'Value',1) |
---|
| 1738 | movie_pair_Callback(hObject, eventdata, handles); %reactivate moviepair if it was activated |
---|
| 1739 | end |
---|
| 1740 | end |
---|
| 1741 | |
---|
| 1742 | %------------------------------------------------------------------------ |
---|
| 1743 | % --- Executes on button press in movie_pair: create an alternating movie with two view |
---|
| 1744 | function movie_pair_Callback(hObject, eventdata, handles) |
---|
| 1745 | %------------------------------------------------------------------------ |
---|
| 1746 | %% stop movie action if the movie_pair button is off |
---|
| 1747 | if ~get(handles.movie_pair,'value') |
---|
| 1748 | set(handles.movie_pair,'BusyAction','Cancel')%stop movie pair if button is 'off' |
---|
| 1749 | set(handles.i2,'String','') |
---|
| 1750 | set(handles.j2,'String','') |
---|
| 1751 | return |
---|
| 1752 | else |
---|
| 1753 | set(handles.movie_pair,'BusyAction','queue') |
---|
| 1754 | end |
---|
| 1755 | |
---|
| 1756 | %% initialisation |
---|
| 1757 | set(handles.movie_pair,'BackgroundColor',[1 1 0])%paint the command button in yellow |
---|
| 1758 | drawnow |
---|
[526] | 1759 | list_fields=get(handles.FieldName,'String');% list menu fields |
---|
| 1760 | index_fields=get(handles.FieldName,'Value');% selected string index |
---|
[387] | 1761 | FieldName=list_fields{index_fields}; % selected field |
---|
| 1762 | UvData=get(handles.uvmat,'UserData'); |
---|
| 1763 | if isequal(FieldName,'image') |
---|
[512] | 1764 | index=1; |
---|
[387] | 1765 | [RootPath,SubDir,RootFile,FileIndices,Ext]=read_file_boxes(handles); |
---|
| 1766 | NomType=get(handles.NomType,'String'); |
---|
| 1767 | else |
---|
[526] | 1768 | list_fields=get(handles.FieldName_1,'String');% list menu fields |
---|
| 1769 | index_fields=get(handles.FieldName_1,'Value');% selected string index |
---|
[387] | 1770 | FieldName=list_fields{index_fields}; % selected field |
---|
| 1771 | if isequal(FieldName,'image') |
---|
[512] | 1772 | index=2; |
---|
[387] | 1773 | [RootPath,tild,RootFile,FileIndex_1,Ext,NomType]=read_file_boxes_1(handles); |
---|
| 1774 | else |
---|
| 1775 | msgbox_uvmat('ERROR','an image or movie must be first introduced as input') |
---|
| 1776 | set(handles.movie_pair,'BackgroundColor',[1 0 0])%paint the command button in red |
---|
| 1777 | set(handles.movie_pair,'Value',0) |
---|
| 1778 | return |
---|
| 1779 | end |
---|
| 1780 | end |
---|
| 1781 | num_i1=str2num(get(handles.i1,'String')); |
---|
| 1782 | num_j1=stra2num(get(handles.j1,'String')); |
---|
| 1783 | num_i2=str2num(get(handles.i2,'String')); |
---|
| 1784 | num_j2=stra2num(get(handles.j2,'String')); |
---|
| 1785 | if isempty(num_j2) |
---|
| 1786 | if isempty(num_i2) |
---|
| 1787 | msgbox_uvmat('ERROR', 'a second image index i2 or j2 is needed to show the pair as a movie') |
---|
| 1788 | set(handles.movie_pair,'BackgroundColor',[1 0 0])%paint the command button in red |
---|
| 1789 | set(handles.movie_pair,'Value',0) |
---|
| 1790 | return |
---|
| 1791 | else |
---|
| 1792 | num_j2=num_j1;%repeat the index i1 by default |
---|
| 1793 | end |
---|
| 1794 | end |
---|
| 1795 | if isempty(num_i2) |
---|
| 1796 | num_i2=num_i1;%repeat the index i1 by default |
---|
| 1797 | end |
---|
[439] | 1798 | imaname_1=fullfile_uvmat(RootPath,SubDir,RootFile,Ext,NomType,num_i2,[],num_j2); |
---|
[512] | 1799 | if strcmp(NomType,'*') |
---|
| 1800 | num_frame=num_i2; |
---|
| 1801 | else |
---|
| 1802 | num_frame=num_j2; |
---|
| 1803 | end |
---|
[387] | 1804 | if ~exist(imaname_1,'file') |
---|
| 1805 | msgbox_uvmat('ERROR',['second input open (-) ' imaname_1 ' not found']); |
---|
| 1806 | set(handles.movie_pair,'BackgroundColor',[1 0 0])%paint the command button in red |
---|
| 1807 | set(handles.movie_pair,'Value',0) |
---|
| 1808 | return |
---|
| 1809 | end |
---|
| 1810 | |
---|
[512] | 1811 | %% get the first image |
---|
| 1812 | %Field.AName='image'; |
---|
| 1813 | if index==1 |
---|
| 1814 | Field_a=UvData.Field;% movie on the second field |
---|
[387] | 1815 | else |
---|
[512] | 1816 | Field_a=UvData.Field_1;% movie on the first field |
---|
[387] | 1817 | end |
---|
| 1818 | |
---|
[512] | 1819 | %% read the second image |
---|
| 1820 | MovieObject=[]; |
---|
| 1821 | if numel(UvData.MovieObject)>=index |
---|
| 1822 | MovieObject=UvData.MovieObject{index}; |
---|
[387] | 1823 | end |
---|
[512] | 1824 | [Field_b,ParamOut,errormsg] = read_field(imaname_1,UvData.FileType{index},MovieObject,num_frame) |
---|
| 1825 | % Field_b.AX=Field_a.AX; |
---|
| 1826 | % Field_b.AY=Field_a.AY; |
---|
| 1827 | % % z index |
---|
| 1828 | % nbslice=str2double(get(handles.num_NbSlice,'String')); |
---|
| 1829 | % if ~isempty(nbslice) |
---|
| 1830 | % Field_b.ZIndex=mod(num_i2-1,nbslice)+1; |
---|
| 1831 | % end |
---|
| 1832 | % Field_b.CoordUnit='pixel'; |
---|
| 1833 | % |
---|
| 1834 | % %% determine the input file type |
---|
| 1835 | % if (test_1 && isfield(UvData,'MovieObject')&& numel(UvData.MovieObject>=2))||(~test_1 && ~isempty(UvData.MovieObject{1})) |
---|
| 1836 | % FileType='movie'; |
---|
| 1837 | % elseif isequal(lower(Ext),'.avi') |
---|
| 1838 | % FileType='avi'; |
---|
| 1839 | % elseif isequal(lower(Ext),'.vol') |
---|
| 1840 | % FileType='vol'; |
---|
| 1841 | % else |
---|
| 1842 | % form=imformats(Ext(2:end)); |
---|
| 1843 | % if ~isempty(form)% if the extension corresponds to an image format recognized by Matlab |
---|
| 1844 | % if isequal(NomType,'*'); |
---|
| 1845 | % FileType='multimage'; |
---|
| 1846 | % else |
---|
| 1847 | % FileType='image'; |
---|
| 1848 | % end |
---|
| 1849 | % end |
---|
| 1850 | % end |
---|
| 1851 | % switch FileType |
---|
| 1852 | % case 'movie' |
---|
| 1853 | % if test_1 |
---|
| 1854 | % Field_b.A=read(UvData.MovieObject{2},num_i2); |
---|
| 1855 | % else |
---|
| 1856 | % Field_b.A=read(UvData.MovieObject{1},num_i2); |
---|
| 1857 | % end |
---|
| 1858 | % case 'avi' |
---|
| 1859 | % mov=aviread(imaname_1,num_i2); |
---|
| 1860 | % Field_b.A=frame2im(mov(1)); |
---|
| 1861 | % case 'vol' |
---|
| 1862 | % Field_b.A=imread(imaname_1); |
---|
| 1863 | % case 'multimage' |
---|
| 1864 | % Field_b.A=imread(imaname_1,num_i2); |
---|
| 1865 | % case 'image' |
---|
| 1866 | % Field_b.A=imread(imaname_1); |
---|
| 1867 | % end |
---|
| 1868 | % if get(handles.slices,'Value') |
---|
| 1869 | % Field.ZIndex=str2double(get(handles.z_index,'String')); |
---|
| 1870 | % end |
---|
[387] | 1871 | |
---|
| 1872 | %px to phys or other transform on field |
---|
[512] | 1873 | % menu_transform=get(handles.transform_fct,'String'); |
---|
| 1874 | % choice_value=get(handles.transform_fct,'Value'); |
---|
| 1875 | % transform_name=menu_transform{choice_value};%name of the transform fct given by the menu 'transform_fct' |
---|
| 1876 | % transform_list=get(handles.transform_fct,'UserData'); |
---|
| 1877 | transform=get(handles.path_transform,'UserData'); |
---|
| 1878 | if ~isempty(transform) |
---|
| 1879 | if isfield(UvData,'XmlData') && numel(UvData.XmlData)>=index %use geometry calib recorded from the ImaDoc xml file as first priority |
---|
| 1880 | if index==2 |
---|
| 1881 | Field_a=transform(Field_a,UvData.XmlData{index});%the first field has been stored without transform |
---|
| 1882 | end |
---|
| 1883 | Field_b=transform(Field_b,UvData.XmlData{index}); |
---|
[387] | 1884 | end |
---|
| 1885 | end |
---|
| 1886 | |
---|
| 1887 | % make movie until movie speed is set to 0 or STOP is activated |
---|
[511] | 1888 | hima=findobj(handles.PlotAxes,'Tag','ima');% %handles.PlotAxes =main plotting window (A GENERALISER) |
---|
[387] | 1889 | set(handles.STOP,'Visible','on') |
---|
| 1890 | set(handles.speed,'Visible','on') |
---|
| 1891 | set(handles.speed_txt,'Visible','on') |
---|
| 1892 | while get(handles.speed,'Value')~=0 && isequal(get(handles.movie_pair,'BusyAction'),'queue')%isequal(get(handles.run0,'BusyAction'),'queue'); % enable STOP command |
---|
| 1893 | % read and plot the series of images in non erase mode |
---|
| 1894 | set(hima,'CData',Field_b.A); |
---|
| 1895 | pause(1.02-get(handles.speed,'Value'));% wait for next image |
---|
| 1896 | set(hima,'CData',Field_a.A); |
---|
| 1897 | pause(1.02-get(handles.speed,'Value'));% wait for next image |
---|
| 1898 | end |
---|
| 1899 | set(handles.movie_pair,'BackgroundColor',[1 0 0])%paint the command button in red |
---|
| 1900 | set(handles.movie_pair,'Value',0) |
---|
| 1901 | |
---|
| 1902 | %------------------------------------------------------------------------ |
---|
| 1903 | % --- Executes on button press in run0. |
---|
| 1904 | function run0_Callback(hObject, eventdata, handles) |
---|
| 1905 | %------------------------------------------------------------------------ |
---|
| 1906 | set(handles.run0,'BackgroundColor',[1 1 0])%paint the command button in yellow |
---|
| 1907 | drawnow |
---|
[515] | 1908 | [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles); |
---|
| 1909 | filename=[fullfile(RootPath,SubDir,RootFile) FileIndex FileExt]; |
---|
| 1910 | filename_1='';%default |
---|
| 1911 | FileIndex_1=''; |
---|
[387] | 1912 | if get(handles.SubField,'Value') |
---|
[515] | 1913 | [RootPath_1,SubDir_1,RootFile_1,FileIndex_1,FileExt_1]=read_file_boxes_1(handles); |
---|
| 1914 | filename_1=[fullfile(RootPath_1,SubDir_1,RootFile_1) FileIndex_1 FileExt_1]; |
---|
[387] | 1915 | end |
---|
| 1916 | num_i1=stra2num(get(handles.i1,'String')); |
---|
| 1917 | num_i2=stra2num(get(handles.i2,'String')); |
---|
| 1918 | num_j1=stra2num(get(handles.j1,'String')); |
---|
| 1919 | num_j2=stra2num(get(handles.j2,'String')); |
---|
[515] | 1920 | [tild,tild,tild,i1_1,i2_1,j1_1,j2_1]=fileparts_uvmat(FileIndex_1); |
---|
[387] | 1921 | |
---|
[515] | 1922 | errormsg=refresh_field(handles,filename,filename_1,num_i1,num_i2,num_j1,num_j2,i1_1,i2_1,j1_1,j2_1); |
---|
[387] | 1923 | |
---|
| 1924 | if ~isempty(errormsg) |
---|
| 1925 | msgbox_uvmat('ERROR',errormsg); |
---|
| 1926 | else |
---|
| 1927 | set(handles.i1,'BackgroundColor',[1 1 1]) |
---|
| 1928 | set(handles.i2,'BackgroundColor',[1 1 1]) |
---|
| 1929 | set(handles.j1,'BackgroundColor',[1 1 1]) |
---|
| 1930 | set(handles.j2,'BackgroundColor',[1 1 1]) |
---|
| 1931 | set(handles.FileIndex,'BackgroundColor',[1 1 1]) |
---|
| 1932 | set(handles.FileIndex_1,'BackgroundColor',[1 1 1]) |
---|
| 1933 | end |
---|
| 1934 | set(handles.run0,'BackgroundColor',[1 0 0]) |
---|
| 1935 | |
---|
| 1936 | |
---|
| 1937 | %------------------------------------------------------------------------ |
---|
| 1938 | % --- read the input files and refresh all the plots, including projection. |
---|
| 1939 | % OUTPUT: |
---|
| 1940 | % errormsg: error message char string =[] by default |
---|
| 1941 | % INPUT: |
---|
| 1942 | % filename: first input file (=[] in the absence of input file) |
---|
| 1943 | % filename_1: second input file (=[] in the asbsenc of secodn input file) |
---|
| 1944 | % num_i1,num_i2,num_j1,num_j2; frame indices |
---|
| 1945 | % Field: structure describing an optional input field (then replace the input file) |
---|
[397] | 1946 | |
---|
[515] | 1947 | function errormsg=refresh_field(handles,FileName,FileName_1,num_i1,num_i2,num_j1,num_j2,i1_1,i2_1,j1_1,j2_1) |
---|
[387] | 1948 | %------------------------------------------------------------------------ |
---|
| 1949 | |
---|
| 1950 | %% initialisation |
---|
| 1951 | abstime=[]; |
---|
| 1952 | abstime_1=[]; |
---|
| 1953 | dt=[]; |
---|
| 1954 | if ~exist('Field','var') |
---|
| 1955 | Field={}; |
---|
| 1956 | end |
---|
| 1957 | UvData=get(handles.uvmat,'UserData'); |
---|
| 1958 | if ishandle(handles.UVMAT_title) %remove title panel on uvmat |
---|
| 1959 | delete(handles.UVMAT_title) |
---|
| 1960 | end |
---|
| 1961 | |
---|
| 1962 | %% determine the main input file information for action |
---|
[450] | 1963 | if ~exist(FileName,'file') |
---|
| 1964 | errormsg=['input file ' FileName ' does not exist']; |
---|
[387] | 1965 | return |
---|
| 1966 | end |
---|
| 1967 | NomType=get(handles.NomType,'String'); |
---|
[494] | 1968 | NomType_1=''; |
---|
| 1969 | if strcmp(get(handles.NomType_1,'Visible'),'on') |
---|
| 1970 | NomType_1=get(handles.NomType_1,'String'); |
---|
| 1971 | end |
---|
[387] | 1972 | %update the z position index |
---|
[497] | 1973 | nbslice_str=get(handles.num_NbSlice,'String'); |
---|
[387] | 1974 | if isequal(nbslice_str,'volume')%NOT USED |
---|
| 1975 | z_index=num_j1; |
---|
| 1976 | set(handles.z_index,'String',num2str(z_index)) |
---|
| 1977 | else |
---|
| 1978 | nbslice=str2num(nbslice_str); |
---|
| 1979 | z_index=mod(num_i1-1,nbslice)+1; |
---|
| 1980 | set(handles.z_index,'String',num2str(z_index)) |
---|
| 1981 | end |
---|
| 1982 | % refresh menu for save_mask if relevant |
---|
| 1983 | masknumber=get(handles.masklevel,'String'); |
---|
| 1984 | if length(masknumber)>=z_index |
---|
| 1985 | set(handles.masklevel,'Value',z_index) |
---|
| 1986 | end |
---|
| 1987 | |
---|
[515] | 1988 | %% test for need of tps |
---|
| 1989 | check_proj_tps=0; |
---|
| 1990 | if (strcmp(UvData.FileType{1},'civdata')||strcmp(UvData.FileType{1},'civx')) |
---|
| 1991 | for iobj=1:numel(UvData.Object) |
---|
| 1992 | if isfield(UvData.Object{iobj},'ProjMode')&& strcmp(UvData.Object{iobj}.ProjMode,'filter') |
---|
| 1993 | check_proj_tps=1; |
---|
| 1994 | break |
---|
| 1995 | end |
---|
| 1996 | end |
---|
| 1997 | end |
---|
| 1998 | |
---|
[507] | 1999 | %% read the first input field |
---|
[421] | 2000 | ParamIn.ColorVar='';%default variable name for vector color |
---|
[445] | 2001 | frame_index=1;%default |
---|
[507] | 2002 | FieldName='';%default |
---|
| 2003 | VelType='';%default |
---|
| 2004 | switch UvData.FileType{1} |
---|
| 2005 | case {'civx','civdata','netcdf'}; |
---|
[526] | 2006 | list_fields=get(handles.FieldName,'String');% list menu fields |
---|
| 2007 | FieldName= list_fields{get(handles.FieldName,'Value')}; % selected field |
---|
[507] | 2008 | if ~strcmp(FieldName,'get_field...') |
---|
| 2009 | if get(handles.FixVelType,'Value') |
---|
| 2010 | VelTypeList=get(handles.VelType,'String'); |
---|
| 2011 | VelType=VelTypeList{get(handles.VelType,'Value')}; |
---|
[387] | 2012 | end |
---|
[507] | 2013 | end |
---|
[517] | 2014 | if ~isempty(regexp(FieldName,'^vec(')) |
---|
[507] | 2015 | list_code=get(handles.ColorCode,'String');% list menu fields |
---|
| 2016 | index_code=get(handles.ColorCode,'Value');% selected string index |
---|
| 2017 | if ~strcmp(list_code{index_code},'black') && ~strcmp(list_code{index_code},'white') |
---|
| 2018 | list_code=get(handles.ColorScalar,'String');% list menu fields |
---|
| 2019 | index_code=get(handles.ColorScalar,'Value');% selected string index |
---|
| 2020 | ParamIn.ColorVar= list_code{index_code}; % selected field |
---|
[387] | 2021 | end |
---|
[507] | 2022 | end |
---|
| 2023 | case {'video','mmreader'} |
---|
| 2024 | ParamIn=UvData.MovieObject{1}; |
---|
| 2025 | if ~strcmp(NomType,'*') |
---|
| 2026 | frame_index=num_j1;%frame index for movies or multimage |
---|
| 2027 | else |
---|
| 2028 | frame_index=num_i1; |
---|
| 2029 | end |
---|
| 2030 | case 'multimage' |
---|
| 2031 | if ~strcmp(NomType,'*') |
---|
| 2032 | frame_index=num_j1;%frame index for movies or multimage |
---|
| 2033 | else |
---|
| 2034 | frame_index=num_i1; |
---|
| 2035 | end |
---|
| 2036 | case 'vol' %TODO: update |
---|
| 2037 | if isfield(UvData.XmlData,'Npy') && isfield(UvData.XmlData,'Npx') |
---|
| 2038 | ParamIn.Npy=UvData.XmlData.Npy; |
---|
| 2039 | ParamIn.Npx=UvData.XmlData.Npx; |
---|
| 2040 | else |
---|
| 2041 | errormsg='Npx and Npy need to be defined in the xml file for volume images .vol'; |
---|
| 2042 | return |
---|
| 2043 | end |
---|
[387] | 2044 | end |
---|
[507] | 2045 | if isstruct (ParamIn) |
---|
[517] | 2046 | ParamIn.FieldName=FieldName; |
---|
| 2047 | ParamIn.VelType=VelType; |
---|
| 2048 | XNameMenu=get(handles.Coord_x,'String'); |
---|
[526] | 2049 | ParamIn.Coord_x=XNameMenu(get(handles.Coord_x,'Value')); |
---|
[517] | 2050 | YNameMenu=get(handles.Coord_y,'String'); |
---|
[526] | 2051 | ParamIn.Coord_y=YNameMenu(get(handles.Coord_y,'Value')); |
---|
[507] | 2052 | end |
---|
[517] | 2053 | check_tps = 0; |
---|
[515] | 2054 | if strcmp(UvData.FileType{1},'civdata')&&~strcmp(ParamIn.FieldName,'velocity')&&~strcmp(ParamIn.FieldName,'get_field...') |
---|
| 2055 | check_tps=1;%tps needed to get the requested field |
---|
| 2056 | end |
---|
[507] | 2057 | [Field{1},ParamOut,errormsg] = read_field(FileName,UvData.FileType{1},ParamIn,frame_index); |
---|
| 2058 | if ~isempty(errormsg) |
---|
[527] | 2059 | errormsg=['uvmat / refresh_field / read_field( ' FileName ') / ' errormsg]; |
---|
[507] | 2060 | return |
---|
| 2061 | end |
---|
| 2062 | if isfield(ParamOut,'Npx')&& isfield(ParamOut,'Npy') |
---|
| 2063 | set(handles.num_Npx,'String',num2str(ParamOut.Npx));% display image size on the interface |
---|
| 2064 | set(handles.num_Npy,'String',num2str(ParamOut.Npy)); |
---|
| 2065 | end |
---|
| 2066 | if isfield(ParamOut,'TimeIndex')% case of time obtained from get_field |
---|
| 2067 | set(handles.i1,'String',num2str(ParamOut.TimeIndex)) |
---|
| 2068 | end |
---|
| 2069 | if isfield(ParamOut,'TimeValue') |
---|
| 2070 | Field{1}.Time=ParamOut.TimeValue;% case of time obtained from get_field |
---|
| 2071 | end |
---|
| 2072 | Field{1}.ZIndex=z_index; %used for multiplane 3D calibration |
---|
| 2073 | % end |
---|
[387] | 2074 | |
---|
[450] | 2075 | %% choose and read a second field FileName_1 if defined |
---|
[387] | 2076 | VelType_1=[];%default |
---|
| 2077 | FieldName_1=[]; |
---|
[496] | 2078 | ParamIn_1=[]; |
---|
[387] | 2079 | ParamOut_1=[]; |
---|
[445] | 2080 | frame_index_1=1; |
---|
[450] | 2081 | if ~isempty(FileName_1) |
---|
| 2082 | if ~exist(FileName_1,'file') |
---|
| 2083 | errormsg=['second file ' FileName_1 ' does not exist']; |
---|
[387] | 2084 | return |
---|
| 2085 | end |
---|
[450] | 2086 | Name=FileName_1; |
---|
[404] | 2087 | switch UvData.FileType{2} |
---|
[387] | 2088 | case {'civx','civdata','netcdf'}; |
---|
[526] | 2089 | list_fields=get(handles.FieldName_1,'String');% list menu fields |
---|
[520] | 2090 | if ischar(list_fields),list_fields={list_fields};end |
---|
[526] | 2091 | FieldName_1= list_fields{get(handles.FieldName_1,'Value')}; % selected field |
---|
[387] | 2092 | if ~strcmp(FieldName,'get_field...') |
---|
[389] | 2093 | if get(handles.FixVelType,'Value') |
---|
| 2094 | VelTypeList=get(handles.VelType_1,'String'); |
---|
| 2095 | VelType_1=VelTypeList{get(handles.VelType_1,'Value')};% read the velocity type. |
---|
[387] | 2096 | end |
---|
| 2097 | end |
---|
[405] | 2098 | if strcmp(FieldName_1,'velocity')&& strcmp(get(handles.ColorCode,'Visible'),'on') |
---|
| 2099 | list_code=get(handles.ColorCode,'String');% list menu fields |
---|
| 2100 | index_code=get(handles.ColorCode,'Value');% selected string index |
---|
[387] | 2101 | if ~strcmp(list_code{index_code},'black') && ~strcmp(list_code{index_code},'white') |
---|
[405] | 2102 | list_code=get(handles.ColorScalar,'String');% list menu fields |
---|
| 2103 | index_code=get(handles.ColorScalar,'Value');% selected string index |
---|
| 2104 | ParamIn_1.ColorVar= list_code{index_code}; % selected field for vector color display |
---|
[387] | 2105 | end |
---|
| 2106 | end |
---|
[435] | 2107 | case {'video','mmreader'} |
---|
[450] | 2108 | ParamIn_1=UvData.MovieObject{2}; |
---|
[445] | 2109 | if ~strcmp(NomType_1,'*') |
---|
[515] | 2110 | frame_index_1=j1_1;%frame index for movies or multimage |
---|
[445] | 2111 | else |
---|
[515] | 2112 | frame_index_1=i1_1; |
---|
[445] | 2113 | end |
---|
| 2114 | case 'multimage' |
---|
| 2115 | if ~strcmp(NomType_1,'*') |
---|
[515] | 2116 | frame_index_1=j1_1;%frame index for movies or multimage |
---|
[445] | 2117 | else |
---|
[515] | 2118 | frame_index_1=i1_1; |
---|
[445] | 2119 | end |
---|
[387] | 2120 | case 'vol' %TODO: update |
---|
| 2121 | if isfield(UvData.XmlData,'Npy') && isfield(UvData.XmlData,'Npx') |
---|
[405] | 2122 | ParamIn_1.Npy=UvData.XmlData.Npy; |
---|
| 2123 | ParamIn_1.Npx=UvData.XmlData.Npx; |
---|
[387] | 2124 | else |
---|
| 2125 | errormsg='Npx and Npy need to be defined in the xml file for volume images .vol'; |
---|
| 2126 | return |
---|
| 2127 | end |
---|
| 2128 | end |
---|
[428] | 2129 | if isequal(get(handles.NomType_1,'Visible'),'on') |
---|
[387] | 2130 | NomType_1=get(handles.NomType_1,'String'); |
---|
[428] | 2131 | else |
---|
| 2132 | NomType_1=get(handles.NomType,'String'); |
---|
| 2133 | end |
---|
[387] | 2134 | test_keepdata_1=0;% test for keeping the previous stored data if the input files are unchanged |
---|
[515] | 2135 | if ~isequal(NomType_1,'*')&& isfield(UvData,'FileName_1') |
---|
| 2136 | test_keepdata_1= strcmp(FileName_1,UvData.FileName_1) ;%&& strcmp(FieldName_1,UvData.FieldName_1); |
---|
[387] | 2137 | end |
---|
| 2138 | if test_keepdata_1 |
---|
[389] | 2139 | Field{2}=UvData.Field_1;% keep the stored field |
---|
[427] | 2140 | ParamOut_1=UvData.ParamOut_1; |
---|
[387] | 2141 | else |
---|
[496] | 2142 | if isempty(ParamIn_1) || isstruct(ParamIn_1) |
---|
[405] | 2143 | ParamIn_1.FieldName=FieldName_1; |
---|
| 2144 | ParamIn_1.VelType=VelType_1; |
---|
| 2145 | ParamIn_1.GUIName='get_field_1'; |
---|
[515] | 2146 | end |
---|
[445] | 2147 | [Field{2},ParamOut_1,errormsg] = read_field(Name,UvData.FileType{2},ParamIn_1,frame_index_1); |
---|
[387] | 2148 | if ~isempty(errormsg) |
---|
[450] | 2149 | errormsg=['error in reading ' FieldName_1 ' in ' FileName_1 ': ' errormsg]; |
---|
[387] | 2150 | return |
---|
| 2151 | end |
---|
[515] | 2152 | if isstruct(ParamOut_1)&&~strcmp(ParamOut_1.FieldName,'get_field...')&& (strcmp(UvData.FileType{2},'civdata')||strcmp(UvData.FileType{2},'civx'))... |
---|
| 2153 | &&~strcmp(ParamOut_1.FieldName,'velocity') && ~strcmp(ParamOut_1.FieldName,'get_field...') |
---|
| 2154 | if ~check_proj_tps |
---|
| 2155 | % Field{2}=calc_field([{ParamOut_1.FieldName} {ParamOut_1.ColorVar}],Field{2}); |
---|
| 2156 | end |
---|
| 2157 | end |
---|
[387] | 2158 | end |
---|
[507] | 2159 | Field{2}.ZIndex=z_index;%used for multi-plane 3D calibration |
---|
[387] | 2160 | end |
---|
| 2161 | |
---|
| 2162 | %% update uvmat interface |
---|
| 2163 | if isfield(ParamOut,'Npx') |
---|
| 2164 | set(handles.num_Npx,'String',num2str(ParamOut.Npx));% display image size on the interface |
---|
| 2165 | set(handles.num_Npy,'String',num2str(ParamOut.Npy)); |
---|
| 2166 | elseif isfield(ParamOut_1,'Npx') |
---|
| 2167 | set(handles.num_Npx,'String',num2str(ParamOut_1.Npx));% display image size on the interface |
---|
| 2168 | set(handles.num_Npy,'String',num2str(ParamOut_1.Npy)); |
---|
| 2169 | end |
---|
| 2170 | |
---|
| 2171 | %% update the display menu for the first velocity type (first menuline) |
---|
| 2172 | test_veltype=0; |
---|
| 2173 | % if ~isequal(FileType,'netcdf')|| isequal(FieldName,'get_field...') |
---|
[404] | 2174 | if (strcmp(UvData.FileType{1},'civx')||strcmp(UvData.FileType{1},'civdata'))&& ~strcmp(FieldName,'get_field...') |
---|
[387] | 2175 | test_veltype=1; |
---|
| 2176 | set(handles.VelType,'Visible','on') |
---|
| 2177 | set(handles.VelType_1,'Visible','on') |
---|
| 2178 | set(handles.FixVelType,'Visible','on') |
---|
[404] | 2179 | menu=set_veltype_display(ParamOut.CivStage,UvData.FileType{1}); |
---|
[387] | 2180 | index_menu=strcmp(ParamOut.VelType,menu);%look for VelType in the menu |
---|
| 2181 | index_val=find(index_menu,1); |
---|
| 2182 | if isempty(index_val) |
---|
| 2183 | index_val=1; |
---|
| 2184 | end |
---|
| 2185 | set(handles.VelType,'Value',index_val) |
---|
| 2186 | if ~get(handles.SubField,'value') |
---|
| 2187 | set(handles.VelType,'String',menu) |
---|
| 2188 | set(handles.VelType_1,'Value',1) |
---|
| 2189 | set(handles.VelType_1,'String',[{''};menu]) |
---|
| 2190 | end |
---|
| 2191 | else |
---|
| 2192 | set(handles.VelType,'Visible','off') |
---|
| 2193 | end |
---|
[526] | 2194 | % display the FieldName menu from the input file and pick the selected one: |
---|
[517] | 2195 | % if isstruct(ParamOut) |
---|
| 2196 | % field_index=strcmp(ParamOut.FieldName,ParamOut.FieldList); |
---|
[526] | 2197 | % set(handles.FieldName,'String',ParamOut.FieldList); %update the field menu |
---|
| 2198 | % set(handles.FieldName,'Value',find(field_index,1)) |
---|
[517] | 2199 | % end |
---|
[387] | 2200 | |
---|
| 2201 | %% update the display menu for the second velocity type (second menuline) |
---|
| 2202 | test_veltype_1=0; |
---|
[450] | 2203 | if isempty(FileName_1) |
---|
[526] | 2204 | % set(handles.FieldName_1,'Value',1); %update the field menu |
---|
[517] | 2205 | % if isstruct(ParamOut) |
---|
[526] | 2206 | % set(handles.FieldName_1,'String',[{''};ParamOut.FieldList]); %update the field menu |
---|
[517] | 2207 | % end |
---|
[405] | 2208 | elseif ~test_keepdata_1 |
---|
[404] | 2209 | if (~strcmp(UvData.FileType{2},'netcdf')&&~strcmp(UvData.FileType{2},'civdata')&&~strcmp(UvData.FileType{2},'civx'))|| isequal(FieldName_1,'get_field...') |
---|
[387] | 2210 | set(handles.VelType_1,'Visible','off') |
---|
[405] | 2211 | else |
---|
[387] | 2212 | test_veltype_1=1; |
---|
| 2213 | set(handles.VelType_1,'Visible','on') |
---|
[515] | 2214 | menu=set_veltype_display(ParamOut_1.CivStage,UvData.FileType{2}); |
---|
[494] | 2215 | index_menu=strcmp(ParamOut_1.VelType,menu); |
---|
| 2216 | set(handles.VelType_1,'Value',1+find(index_menu,1)) |
---|
| 2217 | set(handles.VelType_1,'String',[{''};menu]) |
---|
[387] | 2218 | end |
---|
[405] | 2219 | % update the second field menu: the same quantity |
---|
[494] | 2220 | if isstruct(ParamOut_1) |
---|
[526] | 2221 | set(handles.FieldName_1,'String',[{''};ParamOut_1.FieldList]); %update the field menu |
---|
| 2222 | % display the FieldName menu from the input file and pick the selected one: |
---|
[405] | 2223 | field_index=strcmp(ParamOut_1.FieldName,ParamOut_1.FieldList); |
---|
[526] | 2224 | set(handles.FieldName_1,'Value',find(field_index,1)+1) |
---|
[494] | 2225 | end |
---|
| 2226 | |
---|
[387] | 2227 | end |
---|
| 2228 | if test_veltype||test_veltype_1 |
---|
| 2229 | set(handles.FixVelType,'Visible','on') |
---|
| 2230 | else |
---|
| 2231 | set(handles.FixVelType,'Visible','off') |
---|
| 2232 | end |
---|
[405] | 2233 | |
---|
| 2234 | % field_index=strcmp(ParamOut_1.FieldName,ParamOut_1.FieldList); |
---|
[526] | 2235 | % set(handles.FieldName,'String',ParamOut.FieldList); %update the field menu |
---|
| 2236 | % set(handles.FieldName,'Value',find(field_index,1)) |
---|
[387] | 2237 | |
---|
| 2238 | %% introduce w as background image by default for a new series (only for nbdim=2) |
---|
| 2239 | if ~isfield(UvData,'NewSeries') |
---|
| 2240 | UvData.NewSeries=1; |
---|
| 2241 | end |
---|
| 2242 | %put W as background image by default if NbDim=2: |
---|
| 2243 | if UvData.NewSeries && isequal(get(handles.SubField,'Value'),0) && isfield(Field{1},'W') && ~isempty(Field{1}.W) && ~isequal(Field{1}.NbDim,3); |
---|
| 2244 | set(handles.SubField,'Value',1); |
---|
| 2245 | set(handles.RootPath_1,'String','"') |
---|
| 2246 | set(handles.RootFile_1,'String','"') |
---|
| 2247 | set(handles.SubDir_1,'String','"'); |
---|
| 2248 | indices=fullfile_uvmat('','','','',NomType,num_i1,num_i2,num_j1,num_j2); |
---|
| 2249 | set(handles.FileIndex_1,'String',indices) |
---|
| 2250 | set(handles.FileExt_1,'String','"'); |
---|
[526] | 2251 | set(handles.FieldName_1,'Visible','on'); |
---|
| 2252 | set(handles.FieldName_1,'Visible','on'); |
---|
[387] | 2253 | set(handles.RootPath_1,'Visible','on') |
---|
| 2254 | set(handles.RootFile_1,'Visible','on') |
---|
| 2255 | set(handles.SubDir_1,'Visible','on'); |
---|
| 2256 | set(handles.FileIndex_1,'Visible','on'); |
---|
| 2257 | set(handles.FileExt_1,'Visible','on'); |
---|
[526] | 2258 | set(handles.FieldName_1,'Visible','on'); |
---|
[387] | 2259 | Field{1}.AName='w'; |
---|
| 2260 | end |
---|
| 2261 | |
---|
[415] | 2262 | %% display time |
---|
| 2263 | testimedoc=0; |
---|
| 2264 | TimeUnit=''; |
---|
| 2265 | if isfield(Field{1},'Time') |
---|
| 2266 | abstime=Field{1}.Time;%time read from the netcdf input file |
---|
| 2267 | end |
---|
| 2268 | if numel(Field)==2 && isfield(Field{2},'Time') |
---|
| 2269 | abstime_1=Field{2}.Time;%time read from the netcdf input file |
---|
| 2270 | end |
---|
| 2271 | if isfield(Field{1},'Dt') |
---|
| 2272 | dt=Field{1}.Dt;%dt read from the netcdf input file |
---|
| 2273 | if isfield(Field{1},'TimeUnit') |
---|
| 2274 | TimeUnit=Field{1}.TimeUnit; |
---|
| 2275 | end |
---|
| 2276 | elseif numel(Field)==2 && isfield(Field{2},'Dt')%dt obtained from the second field if not defined in the first |
---|
| 2277 | dt=Field{2}.Dt;%dt read from the netcdf input file |
---|
| 2278 | if isfield(Field{2},'TimeUnit') |
---|
| 2279 | TimeUnit=Field{2}.TimeUnit; |
---|
| 2280 | end |
---|
| 2281 | end |
---|
| 2282 | % time from xml file overset previous result |
---|
| 2283 | if isfield(UvData,'XmlData') && isfield(UvData.XmlData{1},'Time') |
---|
| 2284 | if isempty(num_i2)||isnan(num_i2) |
---|
| 2285 | num_i2=num_i1; |
---|
| 2286 | end |
---|
| 2287 | if isempty(num_j1)||isnan(num_j1) |
---|
| 2288 | num_j1=1; |
---|
| 2289 | end |
---|
| 2290 | if isempty(num_j2)||isnan(num_j2) |
---|
| 2291 | num_j2=num_j1; |
---|
| 2292 | end |
---|
| 2293 | siz=size(UvData.XmlData{1}.Time); |
---|
[446] | 2294 | if ~isempty(num_i1)&& ~isempty(num_i2)&&siz(1)>=max(num_i1,num_i2) && siz(2)>=max(num_j1,num_j2) |
---|
[415] | 2295 | abstime=(UvData.XmlData{1}.Time(num_i1,num_j1)+UvData.XmlData{1}.Time(num_i2,num_j2))/2;%overset the time read from files |
---|
| 2296 | dt=(UvData.XmlData{1}.Time(num_i2,num_j2)-UvData.XmlData{1}.Time(num_i1,num_j1)); |
---|
| 2297 | Field{1}.Dt=dt; |
---|
| 2298 | if isfield(UvData.XmlData{1},'TimeUnit') |
---|
| 2299 | TimeUnit=UvData.XmlData{1}.TimeUnit; |
---|
| 2300 | end |
---|
| 2301 | end |
---|
| 2302 | if numel(UvData.XmlData)==2 |
---|
[515] | 2303 | if isempty(i2_1) |
---|
| 2304 | i2_1=num_i1; |
---|
[415] | 2305 | end |
---|
[515] | 2306 | if isempty(j1_1) |
---|
| 2307 | j1_1=1; |
---|
[415] | 2308 | end |
---|
[515] | 2309 | if isempty(j2_1) |
---|
| 2310 | j2_1=j1_1; |
---|
[415] | 2311 | end |
---|
| 2312 | siz=size(UvData.XmlData{2}.Time); |
---|
[515] | 2313 | if ~isempty(i1_1) && siz(1)>=max(i1_1,i2_1) && siz(2)>=max(j1_1,j2_1) |
---|
| 2314 | abstime_1=(UvData.XmlData{2}.Time(i1_1,j1_1)+UvData.XmlData{2}.Time(i2_1,j2_1))/2;%overset the time read from files |
---|
| 2315 | Field{2}.Dt=(UvData.XmlData{2}.Time(i2_1,j2_1)-UvData.XmlData{2}.Time(i1_1,j1_1)); |
---|
[415] | 2316 | end |
---|
| 2317 | end |
---|
| 2318 | end |
---|
| 2319 | if ~isequal(numel(abstime),1) |
---|
| 2320 | abstime=[]; |
---|
| 2321 | end |
---|
| 2322 | if ~isequal(numel(abstime_1),1) |
---|
| 2323 | abstime_1=[]; |
---|
| 2324 | end |
---|
[456] | 2325 | set(handles.abs_time,'String',num2str(abstime,5)) |
---|
| 2326 | set(handles.abs_time_1,'String',num2str(abstime_1,5)) |
---|
[415] | 2327 | if isempty(dt)||isequal(dt,0) |
---|
| 2328 | set(handles.Dt_txt,'String','') |
---|
| 2329 | else |
---|
| 2330 | if isempty(TimeUnit) |
---|
| 2331 | set(handles.Dt_txt,'String',['Dt=' num2str(1000*dt,3) ' 10^(-3)'] ) |
---|
| 2332 | else |
---|
| 2333 | set(handles.Dt_txt,'String',['Dt=' num2str(1000*dt,3) ' m' TimeUnit] ) |
---|
| 2334 | end |
---|
| 2335 | end |
---|
| 2336 | |
---|
| 2337 | |
---|
[526] | 2338 | %% store the current open names, fieldname and vel types in uvmat interface |
---|
[450] | 2339 | UvData.FileName_1=FileName_1; |
---|
[512] | 2340 | UvData.ParamOut_1=ParamOut_1; |
---|
| 2341 | if numel(Field)==2 |
---|
| 2342 | UvData.Field_1=Field{2}; %store the second field for possible use at next RUN |
---|
| 2343 | end |
---|
[387] | 2344 | |
---|
| 2345 | %% apply coordinate transform or other user fct |
---|
[507] | 2346 | transform=get(handles.path_transform,'UserData'); |
---|
[515] | 2347 | if isempty(transform) |
---|
| 2348 | UvData.Field=Field{1}; |
---|
| 2349 | else |
---|
[507] | 2350 | XmlData=[];%default |
---|
| 2351 | XmlData_1=[];%default |
---|
| 2352 | if isfield(UvData,'XmlData')%use geometry calib recorded from the ImaDoc xml file as first priority |
---|
| 2353 | XmlData=UvData.XmlData{1}; |
---|
| 2354 | if numel(UvData.XmlData)==2 |
---|
| 2355 | XmlData_1=UvData.XmlData{2}; |
---|
| 2356 | end |
---|
[387] | 2357 | end |
---|
[507] | 2358 | transform=get(handles.path_transform,'UserData'); |
---|
[512] | 2359 | switch nargin(transform) |
---|
| 2360 | case 4 |
---|
| 2361 | if length(Field)==2 |
---|
| 2362 | UvData.Field=transform(Field{1},XmlData,Field{2},XmlData_1); |
---|
| 2363 | else |
---|
| 2364 | UvData.Field=transform(Field{1},XmlData); |
---|
| 2365 | end |
---|
| 2366 | case 3 |
---|
| 2367 | if length(Field)==2 |
---|
| 2368 | UvData.Field=transform(Field{1},XmlData,Field{2}); |
---|
| 2369 | else |
---|
| 2370 | UvData.Field=transform(Field{1},XmlData); |
---|
| 2371 | end |
---|
| 2372 | case 2 |
---|
| 2373 | UvData.Field=transform(Field{1},XmlData); |
---|
| 2374 | case 1 |
---|
| 2375 | UvData.Field=transform(Field{1}); |
---|
[387] | 2376 | end |
---|
[507] | 2377 | end |
---|
[508] | 2378 | |
---|
[515] | 2379 | %% calculate tps coefficients if needed |
---|
| 2380 | UvData.Field=calc_tps(UvData.Field,check_proj_tps); |
---|
[387] | 2381 | |
---|
[434] | 2382 | %% analyse input field |
---|
[530] | 2383 | %test_x=0; |
---|
| 2384 | %test_z=0;% test for unstructured z coordinate |
---|
| 2385 | %[errormsg,ListDimName,DimValue,VarDimIndex]=check_field_structure(UvData.Field);% check the input field structure |
---|
| 2386 | % if ~isempty(errormsg) |
---|
| 2387 | % errormsg=['error in uvmat/refresh_field/check_field_structure: ' errormsg];% display error |
---|
| 2388 | % return |
---|
| 2389 | % end |
---|
| 2390 | [CellInfo,NbDimArray,errormsg]=find_field_cells(UvData.Field);% analyse the input field structure |
---|
[387] | 2391 | if ~isempty(errormsg) |
---|
[527] | 2392 | errormsg=['uvmat /refresh_field / find_field_cells / ' errormsg];% display error |
---|
[387] | 2393 | return |
---|
| 2394 | end |
---|
[530] | 2395 | |
---|
| 2396 | NbDim=max(NbDimArray);% spatial dimension of the input field |
---|
| 2397 | imax=find(NbDimArray==NbDim);% indices of field cells to consider |
---|
[387] | 2398 | if isfield(UvData.Field,'NbDim') |
---|
[530] | 2399 | NbDim=double(UvData.Field.NbDim);% deal with plane fields containing z coordinates |
---|
[387] | 2400 | end |
---|
[434] | 2401 | |
---|
[530] | 2402 | |
---|
[527] | 2403 | %% get bounds and mesh (needed to propose default options for projection objects) |
---|
[435] | 2404 | if NbDim>1 |
---|
[535] | 2405 | CoordMax=zeros(numel(imax),NbDim); |
---|
| 2406 | CoordMin=zeros(numel(imax),NbDim); |
---|
| 2407 | Mesh=zeros(numel(imax),NbDim); |
---|
[530] | 2408 | for ind=1:numel(imax) |
---|
| 2409 | XName=UvData.Field.ListVarName{CellInfo{imax(ind)}.CoordIndex(end)}; |
---|
| 2410 | YName=UvData.Field.ListVarName{CellInfo{imax(ind)}.CoordIndex(end-1)}; |
---|
[535] | 2411 | CoordMax(ind,NbDim)=max(max(UvData.Field.(XName))); |
---|
| 2412 | CoordMin(ind,NbDim)=min(min(UvData.Field.(XName))); |
---|
| 2413 | CoordMax(ind,NbDim-1)=max(max(UvData.Field.(YName))); |
---|
| 2414 | CoordMin(ind,NbDim-1)=min(min(UvData.Field.(YName))); |
---|
[530] | 2415 | % test_x=1;%test for unstructured coordinates |
---|
| 2416 | if NbDim==3 |
---|
| 2417 | ZName=UvData.Field.ListVarName{CellInfo{imax(ind)}.CoordIndex(1)}; |
---|
[535] | 2418 | CoordMax(imax(ind),1)=max(max(UvData.Field.(ZName))); |
---|
| 2419 | CoordMin(ind,1)=min(min(UvData.Field.(ZName))); |
---|
[434] | 2420 | end |
---|
[530] | 2421 | |
---|
| 2422 | switch CellInfo{imax(ind)}.CoordType |
---|
| 2423 | |
---|
| 2424 | case 'scattered' %unstructured coordinates |
---|
[535] | 2425 | NbPoints=CellInfo{imax(ind)}.CoordSize;% nbre of points |
---|
| 2426 | Mesh(ind,:)=(prod(CoordMax(ind,:)-CoordMin(ind,:))/NbPoints)^(1/NbDim); %(volume or area per point)^(1/NbDim) |
---|
[530] | 2427 | case 'grid'%structured coordinate |
---|
[535] | 2428 | NbPoints=CellInfo{imax(ind)}.CoordSize;% nbre of points in each direction |
---|
| 2429 | Mesh(ind,:)=min((CoordMax(ind,:)-CoordMin(ind,:))./(NbPoints-1)); |
---|
[435] | 2430 | end |
---|
[387] | 2431 | end |
---|
[530] | 2432 | UvData.Field.Mesh=min(Mesh); |
---|
| 2433 | UvData.Field.XMax=max(CoordMax(ind,1)); |
---|
| 2434 | UvData.Field.XMin=min(CoordMin(ind,1)); |
---|
| 2435 | UvData.Field.YMax=max(CoordMax(ind,2)); |
---|
| 2436 | UvData.Field.YMin=max(CoordMin(ind,2)); |
---|
[435] | 2437 | if NbDim==3 |
---|
[530] | 2438 | UvData.Field.ZMax=max(CoordMax(ind,3)); |
---|
| 2439 | UvData.Field.ZMin=max(CoordMin(ind,3)); |
---|
[387] | 2440 | end |
---|
[435] | 2441 | % adjust the mesh to a value 1, 2 , 5 *10^n |
---|
| 2442 | ord=10^(floor(log10(UvData.Field.Mesh)));%order of magnitude |
---|
| 2443 | if UvData.Field.Mesh/ord>=5 |
---|
| 2444 | UvData.Field.Mesh=5*ord; |
---|
| 2445 | elseif UvData.Field.Mesh/ord>=2 |
---|
| 2446 | UvData.Field.Mesh=2*ord; |
---|
[404] | 2447 | else |
---|
[435] | 2448 | UvData.Field.Mesh=ord; |
---|
[404] | 2449 | end |
---|
[491] | 2450 | % default projection plane |
---|
[511] | 2451 | if isempty(UvData.Object{1}) |
---|
[491] | 2452 | UvData.Object{1}.Type='plane';%main plotting plane |
---|
| 2453 | UvData.Object{1}.ProjMode='projection';%main plotting plane |
---|
| 2454 | UvData.Object{1}.DisplayHandle.uvmat=[]; %plane not visible in uvmat |
---|
| 2455 | UvData.Object{1}.DisplayHandle.view_field=[]; %plane not visible in uvmat |
---|
| 2456 | end |
---|
[435] | 2457 | %% 3D case (menuvolume) |
---|
| 2458 | if NbDim==3% && UvData.NewSeries |
---|
| 2459 | test_set_object=1; |
---|
| 2460 | hset_object=findobj(allchild(0),'tag','set_object');% look for the set_object GUI |
---|
| 2461 | ZBounds(1)=UvData.Field.ZMin; %minimum for the Z slider |
---|
| 2462 | ZBounds(2)=UvData.Field.ZMax;%maximum for the Z slider |
---|
| 2463 | if ~isempty(hset_object) %if set_object is detected |
---|
| 2464 | delete(hset_object);% delete the GUI set_object if it does not fit |
---|
[387] | 2465 | end |
---|
[435] | 2466 | if test_set_object% reinitiate the GUI set_object |
---|
| 2467 | delete_object(1);% delete the current projection object in the list UvData.Object, delete its graphic representations and update the list displayed in handles.ListObject and 2 |
---|
| 2468 | UvData.Object{1}.NbDim=NbDim;%test for 3D objects |
---|
| 2469 | UvData.Object{1}.RangeZ=UvData.Field.Mesh;%main plotting plane |
---|
| 2470 | UvData.Object{1}.Coord(1,3)=(UvData.Field.ZMin+UvData.Field.ZMax)/2;%section at a middle plane chosen |
---|
| 2471 | UvData.Object{1}.Angle=[0 0 0]; |
---|
| 2472 | UvData.Object{1}.HandlesDisplay=plot(0,0,'Tag','proj_object');% A REVOIR |
---|
| 2473 | UvData.Object{1}.Name='1-PLANE'; |
---|
| 2474 | UvData.Object{1}.enable_plot=1; |
---|
| 2475 | set_object(UvData.Object{1},handles,ZBounds); |
---|
| 2476 | set(handles.ListObject,'Value',1); |
---|
| 2477 | set(handles.ListObject,'String',{'1-PLANE'}); |
---|
| 2478 | set(handles.edit_object,'Value',1)% put the plane in edit mode to enable the z cursor |
---|
| 2479 | edit_object_Callback([],[], handles) |
---|
[387] | 2480 | end |
---|
[435] | 2481 | %multilevel case (single menuplane in a 3D space) |
---|
| 2482 | elseif isfield(UvData,'Z') |
---|
| 2483 | if isfield(UvData,'CoordType')&& isequal(UvData.CoordType,'phys') && isfield(UvData,'XmlData') |
---|
| 2484 | XmlData=UvData.XmlData{1}; |
---|
| 2485 | if isfield(XmlData,'PlanePos') |
---|
| 2486 | UvData.Object{1}.Coord=XmlData.PlanePos(UvData.ZIndex,:); |
---|
| 2487 | end |
---|
| 2488 | if isfield(XmlData,'PlaneAngle') |
---|
| 2489 | siz=size(XmlData.PlaneAngle); |
---|
| 2490 | indangle=min(siz(1),UvData.ZIndex);%take first angle if a single angle is defined (translating scanning) |
---|
| 2491 | UvData.Object{1}.PlaneAngle=XmlData.PlaneAngle(indangle,:); |
---|
| 2492 | end |
---|
| 2493 | elseif isfield(UvData,'ZIndex') |
---|
| 2494 | UvData.Object{1}.ZObject=UvData.ZIndex; |
---|
| 2495 | end |
---|
[387] | 2496 | end |
---|
| 2497 | end |
---|
[435] | 2498 | |
---|
[387] | 2499 | testnewseries=UvData.NewSeries; |
---|
| 2500 | UvData.NewSeries=0;% put to 0 the test for a new field series (set by RootPath_callback) |
---|
| 2501 | set(handles.uvmat,'UserData',UvData) |
---|
| 2502 | |
---|
| 2503 | %% reset the min and max of scalar if only the mask is displayed(TODO: check the need) |
---|
[405] | 2504 | % if isfield(UvData,'Mask')&& ~isfield(UvData,'A') |
---|
| 2505 | % set(handles.num_MinA,'String','0') |
---|
| 2506 | % set(handles.num_MaxA,'String','255') |
---|
| 2507 | % end |
---|
[387] | 2508 | |
---|
[434] | 2509 | %% usual 1D (x,y) plots |
---|
| 2510 | if NbDim<=1 |
---|
| 2511 | set(handles.Objects,'Visible','off') |
---|
| 2512 | set(handles.ListObject_1_title,'Visible','off') |
---|
| 2513 | set(handles.ListObject_1,'Visible','off') |
---|
[511] | 2514 | [PlotType,PlotParamOut]=plot_field(UvData.Field,handles.PlotAxes,read_GUI(handles.uvmat)); |
---|
[434] | 2515 | write_plot_param(handles,PlotParamOut) %update the auto plot parameters |
---|
| 2516 | |
---|
[526] | 2517 | %% 2D or 3D fieldname are generally projected |
---|
[387] | 2518 | else |
---|
[434] | 2519 | set(handles.Objects,'Visible','on') |
---|
| 2520 | set(handles.ListObject_1_title,'Visible','on') |
---|
| 2521 | set(handles.ListObject_1,'Visible','on') |
---|
| 2522 | |
---|
| 2523 | %% Plot the projections on the selected projection objects |
---|
| 2524 | % main projection object (uvmat display) |
---|
| 2525 | list_object=get(handles.ListObject_1,'String'); |
---|
[535] | 2526 | if isequal(list_object,{''})||isequal(list_object,' ')%refresh list of objects if the menu is empty |
---|
[508] | 2527 | set(handles.ListObject,'Value',1) |
---|
| 2528 | set(handles.ListObject,'String',{'plane'}) |
---|
| 2529 | UvData.Object{1}.Type='plane';%main plotting plane |
---|
| 2530 | UvData.Object{1}.ProjMode='projection';%main plotting plane |
---|
| 2531 | UvData.Object{1}.DisplayHandle.uvmat=[]; %plane not visible in uvmat |
---|
| 2532 | UvData.Object{1}.DisplayHandle.view_field=[]; %plane not visible in uvmat |
---|
[434] | 2533 | set(handles.ListObject_1,'Value',1) |
---|
[508] | 2534 | set(handles.ListObject_1,'String',{'plane'}) |
---|
[387] | 2535 | end |
---|
[434] | 2536 | IndexObj(1)=get(handles.ListObject_1,'Value');%selected projection object for main view |
---|
| 2537 | if IndexObj(1)> numel(UvData.Object) |
---|
| 2538 | IndexObj(1)=1;%select the first object if the selected one does not exist |
---|
| 2539 | set(handles.ListObject_1,'Value',1) |
---|
[387] | 2540 | end |
---|
[434] | 2541 | IndexObj(2)=get(handles.ListObject,'Value');%selected projection object for main view |
---|
| 2542 | if isequal(IndexObj(2),IndexObj(1)) |
---|
| 2543 | IndexObj(2)=[]; |
---|
| 2544 | end |
---|
| 2545 | plot_handles{1}=handles; |
---|
| 2546 | if isfield(UvData,'plotaxes')%case of movies |
---|
| 2547 | haxes(1)=UvData.plotaxes; |
---|
| 2548 | else |
---|
[511] | 2549 | haxes(1)=handles.PlotAxes; |
---|
[434] | 2550 | end |
---|
| 2551 | PlotParam{1}=read_GUI(handles.uvmat); |
---|
| 2552 | %default settings if vectors not visible |
---|
| 2553 | if ~isfield(PlotParam{1},'Vectors') |
---|
| 2554 | PlotParam{1}.Vectors.MaxVec=1; |
---|
| 2555 | PlotParam{1}.Vectors.MinVec=0; |
---|
| 2556 | PlotParam{1}.Vectors.CheckFixVecColor=1; |
---|
| 2557 | PlotParam{1}.Vectors.ColCode1=0.33; |
---|
| 2558 | PlotParam{1}.Vectors.ColCode2=0.66; |
---|
[517] | 2559 | PlotParam{1}.Vectors.ColorScalar={''}; |
---|
[434] | 2560 | PlotParam{1}.Vectors.ColorCode= {'rgb'}; |
---|
| 2561 | end |
---|
| 2562 | PosColorbar{1}=UvData.OpenParam.PosColorbar;%prescribe the colorbar position on the uvmat interface |
---|
| 2563 | |
---|
| 2564 | %% second projection object (view_field display) |
---|
| 2565 | if length( IndexObj)>=2 |
---|
| 2566 | view_field_handle=findobj(allchild(0),'tag','view_field');%handles of the view_field GUI |
---|
| 2567 | if ~isempty(view_field_handle) |
---|
| 2568 | plot_handles{2}=guidata(view_field_handle); |
---|
[511] | 2569 | haxes(2)=plot_handles{2}.PlotAxes; |
---|
[434] | 2570 | PlotParam{2}=read_GUI(handles.uvmat);%read plotting parameters on the uvmat interface |
---|
| 2571 | PosColorbar{2}='*'; %TODO: deal with colorbar position on view_field |
---|
[421] | 2572 | end |
---|
[387] | 2573 | end |
---|
[434] | 2574 | |
---|
| 2575 | %% loop on the projection objects: one or two |
---|
| 2576 | |
---|
| 2577 | for imap=1:numel(IndexObj) |
---|
| 2578 | iobj=IndexObj(imap); |
---|
| 2579 | [ObjectData,errormsg]=proj_field(UvData.Field,UvData.Object{iobj});% project field on the object |
---|
| 2580 | if ~isempty(errormsg) |
---|
| 2581 | return |
---|
[387] | 2582 | end |
---|
[434] | 2583 | if testnewseries |
---|
| 2584 | PlotParam{imap}.Scalar.CheckBW=[]; %B/W option depends on the input field (image or scalar) |
---|
| 2585 | if isfield(ObjectData,'CoordUnit') |
---|
| 2586 | PlotParam{imap}.Coordinates.CheckFixAspectRatio=1;% set x and y scaling equal if CoordUnit is defined (common unit for x and y) |
---|
| 2587 | PlotParam{imap}.Coordinates.AspectRatio=1; %set aspect ratio to 1 |
---|
[387] | 2588 | end |
---|
[434] | 2589 | end |
---|
| 2590 | %use of mask (TODO: check) |
---|
| 2591 | if isfield(ObjectData,'NbDim') && isequal(ObjectData.NbDim,2) && isfield(ObjectData,'Mask') && isfield(ObjectData,'A') |
---|
| 2592 | flag_mask=double(ObjectData.Mask>200);%=0 for masked regions |
---|
| 2593 | AX=ObjectData.AX;%x coordiantes for the scalar field |
---|
| 2594 | AY=ObjectData.AY;%y coordinates for the scalar field |
---|
| 2595 | MaskX=ObjectData.MaskX;%x coordiantes for the mask |
---|
| 2596 | MaskY=ObjectData.MaskY;%y coordiantes for the mask |
---|
| 2597 | if ~isequal(MaskX,AX)||~isequal(MaskY,AY) |
---|
| 2598 | nxy=size(flag_mask); |
---|
| 2599 | sizpx=(ObjectData.MaskX(end)-ObjectData.MaskX(1))/(nxy(2)-1);%size of a mask pixel |
---|
| 2600 | sizpy=(ObjectData.MaskY(1)-ObjectData.MaskY(end))/(nxy(1)-1); |
---|
| 2601 | x_mask=ObjectData.MaskX(1):sizpx:ObjectData.MaskX(end); % pixel x coordinates for image display |
---|
| 2602 | y_mask=ObjectData.MaskY(1):-sizpy:ObjectData.MaskY(end);% pixel x coordinates for image display |
---|
| 2603 | %project on the positions of the scalar |
---|
| 2604 | npxy=size(ObjectData.A); |
---|
| 2605 | dxy(1)=(ObjectData.AY(end)-ObjectData.AY(1))/(npxy(1)-1);%grid mesh in y |
---|
| 2606 | dxy(2)=(ObjectData.AX(end)-ObjectData.AX(1))/(npxy(2)-1);%grid mesh in x |
---|
| 2607 | xi=ObjectData.AX(1):dxy(2):ObjectData.AX(end); |
---|
| 2608 | yi=ObjectData.AY(1):dxy(1):ObjectData.AY(end); |
---|
| 2609 | [XI,YI]=meshgrid(xi,yi);% creates the matrix of regular coordinates |
---|
| 2610 | flag_mask = interp2(x_mask,y_mask,flag_mask,XI,YI); |
---|
| 2611 | end |
---|
| 2612 | AClass=class(ObjectData.A); |
---|
| 2613 | ObjectData.A=flag_mask.*double(ObjectData.A); |
---|
| 2614 | ObjectData.A=feval(AClass,ObjectData.A); |
---|
[530] | 2615 | % ind_off=[]; |
---|
| 2616 | % if isfield(ObjectData,'ListVarName') |
---|
| 2617 | % for ilist=1:length(ObjectData.ListVarName) |
---|
| 2618 | % if isequal(ObjectData.ListVarName{ilist},'Mask')||isequal(ObjectData.ListVarName{ilist},'MaskX')||isequal(ObjectData.ListVarName{ilist},'MaskY') |
---|
| 2619 | % ind_off=[ind_off ilist]; |
---|
| 2620 | % end |
---|
| 2621 | % end |
---|
| 2622 | % ObjectData.ListVarName(ind_off)=[]; |
---|
| 2623 | % VarDimIndex(ind_off)=[]; |
---|
| 2624 | % ind_off=[]; |
---|
| 2625 | % |
---|
| 2626 | % end |
---|
[387] | 2627 | end |
---|
[434] | 2628 | if ~isempty(ObjectData) |
---|
| 2629 | PlotType='none'; %default |
---|
| 2630 | if imap==2 && isempty(view_field_handle) |
---|
| 2631 | view_field(ObjectData) |
---|
| 2632 | else |
---|
| 2633 | [PlotType,PlotParamOut]=plot_field(ObjectData,haxes(imap),PlotParam{imap},PosColorbar{imap}); |
---|
| 2634 | write_plot_param(plot_handles{imap},PlotParamOut) %update the auto plot parameters |
---|
| 2635 | if isfield(Field,'Mesh')&&~isempty(Field.Mesh) |
---|
| 2636 | ObjectData.Mesh=Field.Mesh; % gives an estimated mesh size (useful for mouse action on the plot) |
---|
| 2637 | end |
---|
[387] | 2638 | end |
---|
| 2639 | end |
---|
| 2640 | end |
---|
[434] | 2641 | |
---|
| 2642 | %% update the mask |
---|
| 2643 | if isequal(get(handles.CheckMask,'Value'),1)%if the mask option is on |
---|
| 2644 | update_mask(handles,num_i1,num_i2); |
---|
| 2645 | end |
---|
| 2646 | |
---|
| 2647 | %% prepare the menus of histograms and plot them (histogram of the whole volume in 3D case) |
---|
| 2648 | menu_histo=(UvData.Field.ListVarName)';%list of field variables to be displayed for the menu of histogram display |
---|
| 2649 | ind_skip=[]; |
---|
| 2650 | % nb_histo=1; |
---|
| 2651 | Ustring=''; |
---|
| 2652 | Vstring=''; |
---|
| 2653 | % suppress coordinates from the histogram menu |
---|
| 2654 | for ivar=1:numel(menu_histo)%l loop on field variables: |
---|
| 2655 | if isfield(UvData.Field,'VarAttribute') && numel(UvData.Field.VarAttribute)>=ivar && isfield(UvData.Field.VarAttribute{ivar},'Role') |
---|
| 2656 | Role=UvData.Field.VarAttribute{ivar}.Role; |
---|
| 2657 | switch Role |
---|
| 2658 | case {'coord_x','coord_y','coord_z','dimvar'} |
---|
| 2659 | ind_skip=[ind_skip ivar]; |
---|
| 2660 | case {'vector_x'} |
---|
| 2661 | Ustring=UvData.Field.ListVarName{ivar}; |
---|
| 2662 | ind_skip=[ind_skip ivar]; |
---|
| 2663 | case {'vector_y'} |
---|
| 2664 | Vstring=UvData.Field.ListVarName{ivar}; |
---|
| 2665 | ind_skip=[ind_skip ivar]; |
---|
| 2666 | end |
---|
[387] | 2667 | end |
---|
[434] | 2668 | DimCell=UvData.Field.VarDimName{ivar}; |
---|
| 2669 | DimName=''; |
---|
| 2670 | if ischar(DimCell) |
---|
| 2671 | DimName=DimCell; |
---|
| 2672 | elseif iscell(DimCell)&& numel(DimCell)==1 |
---|
| 2673 | DimName=DimCell{1}; |
---|
| 2674 | end |
---|
| 2675 | if strcmp(DimName,menu_histo{ivar}) |
---|
| 2676 | ind_skip=[ind_skip ivar]; |
---|
| 2677 | end |
---|
[387] | 2678 | end |
---|
[434] | 2679 | menu_histo(ind_skip)=[];% remove skipped items |
---|
| 2680 | if ~isempty(Ustring) |
---|
| 2681 | menu_histo=[{[Ustring ',' Vstring]};menu_histo];% add U, V at the beginning if they exist |
---|
[387] | 2682 | end |
---|
[434] | 2683 | |
---|
| 2684 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 2685 | % display menus and plot histograms |
---|
| 2686 | test_v=0; |
---|
| 2687 | if ~isempty(menu_histo) |
---|
| 2688 | set(handles.histo1_menu,'Value',1) |
---|
| 2689 | set(handles.histo1_menu,'String',menu_histo) |
---|
| 2690 | histo1_menu_Callback(handles.histo1_menu, [], handles)% plot first histogram |
---|
[387] | 2691 | end |
---|
| 2692 | end |
---|
| 2693 | |
---|
[424] | 2694 | %------------------------------------------------------------------------ |
---|
| 2695 | function histo1_menu_Callback(hObject, eventdata, handles) |
---|
| 2696 | %-------------------------------------------- |
---|
| 2697 | histo_menu=get(handles.histo1_menu,'String'); |
---|
| 2698 | histo_value=get(handles.histo1_menu,'Value'); |
---|
| 2699 | FieldName=histo_menu{histo_value}; |
---|
[530] | 2700 | |
---|
[424] | 2701 | UvData=get(handles.uvmat,'UserData'); |
---|
| 2702 | Field=UvData.Field; |
---|
| 2703 | r=regexp(FieldName,'(?<var1>.*)(?<sep>,)(?<var2>.*)','names'); |
---|
| 2704 | FieldName_2=''; |
---|
| 2705 | if ~isempty(r) |
---|
| 2706 | FieldName=r.var1; |
---|
| 2707 | FieldName_2=r.var2; |
---|
| 2708 | end |
---|
| 2709 | if ~isfield(UvData.Field,FieldName) |
---|
| 2710 | msgbox_uvmat('ERROR',['no field ' FieldName ' for histogram']) |
---|
| 2711 | return |
---|
| 2712 | end |
---|
| 2713 | FieldHisto=Field.(FieldName); |
---|
| 2714 | if isfield(Field,'FF') && ~isempty(Field.FF) && isequal(size(Field.FF),size(FieldHisto)) |
---|
| 2715 | indsel=find(Field.FF==0);%find values marked as false |
---|
| 2716 | if ~isempty(indsel) |
---|
| 2717 | FieldHisto=FieldHisto(indsel); |
---|
| 2718 | if ~isempty(FieldName_2) |
---|
| 2719 | FieldHisto(:,:,2)=Field.(FieldName_2)(indsel); |
---|
| 2720 | end |
---|
[387] | 2721 | end |
---|
| 2722 | end |
---|
[424] | 2723 | if isempty(Field) |
---|
| 2724 | msgbox_uvmat('ERROR',['empty field ' FieldName]) |
---|
| 2725 | else |
---|
| 2726 | nxy=size(FieldHisto); |
---|
| 2727 | Amin=double(min(min(min(FieldHisto))));%min of field value |
---|
| 2728 | Amax=double(max(max(max(FieldHisto))));%max of field value |
---|
| 2729 | if isequal(Amin,Amax) |
---|
[511] | 2730 | cla(handles.HistoAxes) |
---|
[424] | 2731 | else |
---|
| 2732 | Histo.ListVarName={FieldName,'histo'}; |
---|
| 2733 | if isfield(Field,'NbDim') && isequal(Field.NbDim,3) |
---|
| 2734 | Histo.VarDimName={FieldName,FieldName}; %dimensions for the histogram |
---|
| 2735 | else |
---|
| 2736 | if numel(nxy)==2 |
---|
| 2737 | Histo.VarDimName={FieldName,FieldName}; %dimensions for the histogram |
---|
| 2738 | else |
---|
| 2739 | Histo.VarDimName={FieldName,{FieldName,'component'}}; %dimensions for the histogram |
---|
| 2740 | end |
---|
| 2741 | end |
---|
| 2742 | %unit |
---|
| 2743 | units=[]; %default |
---|
| 2744 | for ivar=1:numel(Field.ListVarName) |
---|
| 2745 | if strcmp(Field.ListVarName{ivar},FieldName) |
---|
| 2746 | if isfield(Field,'VarAttribute') && numel(Field.VarAttribute)>=ivar && isfield(Field.VarAttribute{ivar},'units') |
---|
| 2747 | units=Field.VarAttribute{ivar}.units; |
---|
| 2748 | break |
---|
| 2749 | end |
---|
| 2750 | end |
---|
| 2751 | end |
---|
| 2752 | if ~isempty(units) |
---|
| 2753 | Histo.VarAttribute{1}.units=units; |
---|
| 2754 | end |
---|
| 2755 | eval(['Histo.' FieldName '=linspace(Amin,Amax,50);'])%absissa values for histo |
---|
| 2756 | if isfield(Field,'NbDim') && isequal(Field.NbDim,3) |
---|
| 2757 | C=reshape(double(FieldHisto),1,[]);% reshape in a vector |
---|
| 2758 | Histo.histo(:,1)=hist(C, Histo.(FieldName)); %calculate histogram |
---|
| 2759 | else |
---|
| 2760 | for col=1:size(FieldHisto,3) |
---|
| 2761 | B=FieldHisto(:,:,col); |
---|
| 2762 | C=reshape(double(B),1,nxy(1)*nxy(2));% reshape in a vector |
---|
| 2763 | Histo.histo(:,col)=hist(C, Histo.(FieldName)); %calculate histogram |
---|
| 2764 | end |
---|
| 2765 | end |
---|
[511] | 2766 | plot_field(Histo,handles.HistoAxes); |
---|
[426] | 2767 | hlegend=legend; |
---|
| 2768 | if isempty(FieldName_2) |
---|
| 2769 | set(hlegend,'String',FieldName) |
---|
| 2770 | else |
---|
| 2771 | set(hlegend,'String',{FieldName;FieldName_2}) |
---|
| 2772 | end |
---|
[424] | 2773 | end |
---|
[387] | 2774 | end |
---|
| 2775 | |
---|
| 2776 | %------------------------------------------------------------------- |
---|
| 2777 | % --- translate coordinate to matrix index |
---|
| 2778 | %------------------------------------------------------------------- |
---|
| 2779 | function [indx,indy]=pos2ind(x0,rangx0,nxy) |
---|
| 2780 | indx=1+round((nxy(2)-1)*(x0-rangx0(1))/(rangx0(2)-rangx0(1)));% index x of pixel |
---|
| 2781 | indy=1+round((nxy(1)-1)*(y12-rangy0(1))/(rangy0(2)-rangy0(1)));% index y of pixel |
---|
| 2782 | |
---|
[428] | 2783 | |
---|
[387] | 2784 | %------------------------------------------------------------------- |
---|
[428] | 2785 | % --- Executes on button press in 'CheckZoom'. |
---|
| 2786 | %------------------------------------------------------------------- |
---|
| 2787 | function CheckZoom_Callback(hObject, eventdata, handles) |
---|
| 2788 | |
---|
| 2789 | if (get(handles.CheckZoom,'Value') == 1); |
---|
| 2790 | set(handles.CheckZoom,'BackgroundColor',[1 1 0]) |
---|
| 2791 | set(handles.CheckFixLimits,'Value',1)% propose by default fixed limits for the plotting axes |
---|
| 2792 | set(handles.CheckFixLimits,'BackgroundColor',[1 1 0]) |
---|
| 2793 | else |
---|
| 2794 | set(handles.CheckZoom,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 2795 | end |
---|
| 2796 | |
---|
| 2797 | %------------------------------------------------------------------- |
---|
[387] | 2798 | % --- Executes on button press in 'CheckFixLimits'. |
---|
| 2799 | %------------------------------------------------------------------- |
---|
| 2800 | function CheckFixLimits_Callback(hObject, eventdata, handles) |
---|
| 2801 | test=get(handles.CheckFixLimits,'Value'); |
---|
| 2802 | if test |
---|
| 2803 | set(handles.CheckFixLimits,'BackgroundColor',[1 1 0]) |
---|
| 2804 | else |
---|
| 2805 | set(handles.CheckFixLimits,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 2806 | update_plot(handles); |
---|
| 2807 | end |
---|
| 2808 | |
---|
| 2809 | %------------------------------------------------------------------- |
---|
[428] | 2810 | % --- Executes on button press in CheckFixAspectRatio. |
---|
| 2811 | function CheckFixAspectRatio_Callback(hObject, eventdata, handles) |
---|
| 2812 | %------------------------------------------------------------------- |
---|
| 2813 | if get(handles.CheckFixAspectRatio,'Value') |
---|
| 2814 | set(handles.CheckFixAspectRatio,'BackgroundColor',[1 1 0]) |
---|
[387] | 2815 | update_plot(handles); |
---|
| 2816 | else |
---|
[428] | 2817 | set(handles.CheckFixAspectRatio,'BackgroundColor',[0.7 0.7 0.7]) |
---|
[387] | 2818 | update_plot(handles); |
---|
| 2819 | end |
---|
| 2820 | |
---|
| 2821 | %------------------------------------------------------------------- |
---|
[428] | 2822 | function num_AspectRatio_Callback(hObject, eventdata, handles) |
---|
[387] | 2823 | %------------------------------------------------------------------- |
---|
[428] | 2824 | set(handles.CheckFixAspectRatio,'Value',1)% select the fixed aspect ratio button |
---|
| 2825 | set(handles.CheckFixAspectRatio,'BackgroundColor',[1 1 0])% mark in yellow |
---|
| 2826 | update_plot(handles); |
---|
[387] | 2827 | %------------------------------------------------------------------- |
---|
| 2828 | |
---|
[428] | 2829 | %------------------------------------------------------------------- |
---|
[387] | 2830 | |
---|
[428] | 2831 | |
---|
| 2832 | |
---|
[387] | 2833 | %------------------------------------------------------------------- |
---|
| 2834 | %----Executes on button press in 'record': records the current flags of manual correction. |
---|
| 2835 | %------------------------------------------------------------------- |
---|
| 2836 | function record_Callback(hObject, eventdata, handles) |
---|
| 2837 | % [filebase,num_i1,num_j1,num_i2,num_j2,Ext,NomType,SubDir]=read_input_file(handles); |
---|
| 2838 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); |
---|
[450] | 2839 | FileName=[fullfile(RootPath,SubDir,RootFile) FileIndices FileExt]; |
---|
| 2840 | %FileName=read_file_boxes(handles); |
---|
| 2841 | [erread,message]=fileattrib(FileName); |
---|
[387] | 2842 | if ~isempty(message) && ~isequal(message.UserWrite,1) |
---|
[450] | 2843 | msgbox_uvmat('ERROR',['no writting access to ' FileName]) |
---|
[387] | 2844 | return |
---|
| 2845 | end |
---|
| 2846 | test_civ2=isequal(get(handles.civ2,'BackgroundColor'),[1 1 0]); |
---|
| 2847 | test_civ1=isequal(get(handles.VelType,'BackgroundColor'),[1 1 0]); |
---|
| 2848 | if ~test_civ2 && ~test_civ1 |
---|
| 2849 | msgbox_uvmat('ERROR','manual correction only possible for CIV1 or CIV2 velocity fields') |
---|
| 2850 | end |
---|
| 2851 | if test_civ2 |
---|
| 2852 | nbname='nb_vectors2'; |
---|
| 2853 | flagname='vec2_FixFlag'; |
---|
| 2854 | attrname='fix2'; |
---|
| 2855 | end |
---|
| 2856 | if test_civ1 |
---|
| 2857 | nbname='nb_vectors'; |
---|
| 2858 | flagname='vec_FixFlag'; |
---|
| 2859 | attrname='fix'; |
---|
| 2860 | end |
---|
| 2861 | %write fix flags in the netcdf file |
---|
| 2862 | UvData=get(handles.uvmat,'UserData'); |
---|
| 2863 | hhh=which('netcdf.open');% look for built-in matlab netcdf library |
---|
| 2864 | if ~isequal(hhh,'')% case of new builtin Matlab netcdf library |
---|
[450] | 2865 | nc=netcdf.open(FileName,'NC_WRITE'); |
---|
[387] | 2866 | netcdf.reDef(nc); |
---|
| 2867 | netcdf.putAtt(nc,netcdf.getConstant('NC_GLOBAL'),attrname,1); |
---|
| 2868 | dimid = netcdf.inqDimID(nc,nbname); |
---|
| 2869 | try |
---|
| 2870 | varid = netcdf.inqVarID(nc,flagname);% look for already existing fixflag variable |
---|
| 2871 | catch |
---|
| 2872 | varid=netcdf.defVar(nc,flagname,'double',dimid);%create fixflag variable if it does not exist |
---|
| 2873 | end |
---|
| 2874 | netcdf.endDef(nc); |
---|
[511] | 2875 | netcdf.putVar(nc,varid,UvData.PlotAxes.FF); |
---|
[387] | 2876 | netcdf.close(nc); |
---|
| 2877 | else %old netcdf library |
---|
[450] | 2878 | netcdf_toolbox(FileName,AxeData,attrname,nbname,flagname) |
---|
[387] | 2879 | end |
---|
| 2880 | |
---|
| 2881 | %------------------------------------------------------------------- |
---|
| 2882 | %----Correct the netcdf file, using toolbox (old versions of Matlab). |
---|
| 2883 | %------------------------------------------------------------------- |
---|
[450] | 2884 | function netcdf_toolbox(FileName,AxeData,attrname,nbname,flagname) |
---|
| 2885 | nc=netcdf(FileName,'write'); %open netcdf file |
---|
[387] | 2886 | result=redef(nc); |
---|
| 2887 | eval(['nc.' attrname '=1;']); |
---|
| 2888 | theDim=nc(nbname) ;% get the number of velocity vectors |
---|
| 2889 | nb_vectors=size(theDim); |
---|
| 2890 | var_FixFlag=ncvar(flagname,nc);% var_FixFlag will be written as the netcdf variable vec_FixFlag |
---|
| 2891 | var_FixFlag(1:nb_vectors)=AxeData.FF;% |
---|
| 2892 | fin=close(nc); |
---|
| 2893 | |
---|
[428] | 2894 | %------------------------------------------------------------------- |
---|
[387] | 2895 | % --- Executes on button press in SubField |
---|
| 2896 | function SubField_Callback(hObject, eventdata, handles) |
---|
[428] | 2897 | %------------------------------------------------------------------- |
---|
[387] | 2898 | UvData=get(handles.uvmat,'UserData'); |
---|
| 2899 | if get(handles.SubField,'Value')==0% if the subfield button is desactivated |
---|
| 2900 | set(handles.RootPath_1,'String','') |
---|
| 2901 | set(handles.RootFile_1,'String','') |
---|
| 2902 | set(handles.SubDir_1,'String',''); |
---|
| 2903 | set(handles.FileIndex_1,'String',''); |
---|
| 2904 | set(handles.FileExt_1,'String',''); |
---|
| 2905 | set(handles.RootPath_1,'Visible','off') |
---|
| 2906 | set(handles.RootFile_1,'Visible','off') |
---|
| 2907 | set(handles.SubDir_1,'Visible','off'); |
---|
| 2908 | set(handles.NomType_1,'Visible','off'); |
---|
| 2909 | set(handles.abs_time_1,'Visible','off') |
---|
| 2910 | set(handles.FileIndex_1,'Visible','off'); |
---|
| 2911 | set(handles.FileExt_1,'Visible','off'); |
---|
[526] | 2912 | set(handles.FieldName_1,'Value',1);%set to blank state |
---|
[387] | 2913 | set(handles.VelType_1,'Value',1);%set to blank state |
---|
[428] | 2914 | set(handles.num_Opacity,'String','')% desactivate opacity setting |
---|
[387] | 2915 | if ~strcmp(get(handles.VelType,'Visible'),'on') |
---|
| 2916 | set(handles.VelType_1,'Visible','off') |
---|
| 2917 | end |
---|
| 2918 | if isfield(UvData,'XmlData_1') |
---|
| 2919 | UvData=rmfield(UvData,'XmlData_1'); |
---|
| 2920 | end |
---|
| 2921 | set(handles.uvmat,'UserData',UvData); |
---|
[515] | 2922 | transform_fct_list=get(handles.transform_fct,'String'); |
---|
| 2923 | transform_fct=transform_fct_list(get(handles.transform_fct,'Value')); |
---|
| 2924 | if strcmp(transform_fct,'sub_field') |
---|
| 2925 | set(handles.transform_fct,'Value',1)%suppress the sub_field transform |
---|
| 2926 | transform_fct_Callback(hObject, eventdata, handles); |
---|
| 2927 | else |
---|
| 2928 | run0_Callback(hObject, eventdata, handles) |
---|
| 2929 | end |
---|
[387] | 2930 | else |
---|
| 2931 | MenuBrowse_1_Callback(hObject, eventdata, handles) |
---|
| 2932 | end |
---|
| 2933 | |
---|
| 2934 | %------------------------------------------------------------------------ |
---|
| 2935 | % --- read the data displayed for the input rootfile windows (new): TODO use read_GUI |
---|
| 2936 | |
---|
| 2937 | function [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles) |
---|
| 2938 | %------------------------------------------------------------------------ |
---|
| 2939 | InputFile=read_GUI(handles.InputFile); |
---|
| 2940 | RootPath=InputFile.RootPath; |
---|
| 2941 | SubDir=regexprep(InputFile.SubDir,'/|\',''); |
---|
| 2942 | RootFile=regexprep(InputFile.RootFile,'/|\',''); |
---|
| 2943 | FileIndices=InputFile.FileIndex; |
---|
| 2944 | FileExt=InputFile.FileExt; |
---|
| 2945 | |
---|
| 2946 | |
---|
| 2947 | %------------------------------------------------------------------------ |
---|
| 2948 | % ---- read the data displayed for the second input rootfile windows |
---|
| 2949 | function [RootPath_1,SubDir_1,RootFile_1,FileIndex_1,FileExt_1,NomType_1]=read_file_boxes_1(handles) |
---|
| 2950 | %------------------------------------------------------------------------ |
---|
| 2951 | RootPath_1=get(handles.RootPath_1,'String'); % read the data from the file1_input window |
---|
| 2952 | if isequal(get(handles.RootPath_1,'Visible'),'off') || isequal(RootPath_1,'"') |
---|
| 2953 | RootPath_1=get(handles.RootPath,'String'); |
---|
| 2954 | end; |
---|
| 2955 | SubDir_1=get(handles.SubDir_1,'String'); |
---|
| 2956 | if isequal(get(handles.SubDir_1,'Visible'),'off')|| isequal(SubDir_1,'"') |
---|
| 2957 | SubDir_1=get(handles.SubDir,'String'); |
---|
| 2958 | end |
---|
| 2959 | SubDir_1=regexprep(SubDir_1,'\<[\\/]|[\\/]\>','');%suppress possible / or \ separator at the beginning or the end of the string |
---|
| 2960 | RootFile_1=get(handles.RootFile_1,'String'); |
---|
| 2961 | if isequal(get(handles.RootFile_1,'Visible'),'off') || isequal(RootFile_1,'"') |
---|
| 2962 | RootFile_1=get(handles.RootFile,'String'); |
---|
| 2963 | end |
---|
| 2964 | RootFile_1=regexprep(RootFile_1,'\<[\\/]|[\\/]\>','');%suppress possible / or \ separator at the beginning or the end of the string |
---|
| 2965 | FileIndex_1=get(handles.FileIndex_1,'String'); |
---|
| 2966 | if isequal(get(handles.FileIndex_1,'Visible'),'off')|| isequal(FileIndex_1,'"') |
---|
| 2967 | FileIndex_1=get(handles.FileIndex,'String'); |
---|
| 2968 | end |
---|
| 2969 | FileExt_1=get(handles.FileExt_1,'String'); |
---|
| 2970 | if isequal(get(handles.FileExt_1,'Visible'),'off') || isequal(FileExt_1,'"') |
---|
| 2971 | FileExt_1=get(handles.FileExt,'String');%read FileExt by default |
---|
| 2972 | end |
---|
| 2973 | NomType_1=get(handles.NomType_1,'String'); |
---|
| 2974 | if isequal(get(handles.NomType_1,'Visible'),'off') || isequal(NomType_1,'"') |
---|
| 2975 | NomType_1=get(handles.NomType,'String');%read FileExt by default |
---|
| 2976 | end |
---|
| 2977 | %------------------------------------------------------------------------ |
---|
[526] | 2978 | % --- Executes on menu selection FieldName |
---|
| 2979 | function FieldName_Callback(hObject, eventdata, handles) |
---|
[387] | 2980 | %------------------------------------------------------------------------ |
---|
[526] | 2981 | list_fields=get(handles.FieldName,'String');% list menu fields |
---|
| 2982 | index_fields=get(handles.FieldName,'Value');% selected string index |
---|
[387] | 2983 | field= list_fields{index_fields(1)}; % selected string |
---|
| 2984 | if isequal(field,'get_field...') |
---|
| 2985 | set(handles.FixVelType,'visible','off') |
---|
| 2986 | set(handles.VelType,'visible','off') |
---|
| 2987 | set(handles.VelType_1,'visible','off') |
---|
| 2988 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); |
---|
[450] | 2989 | FileName=[fullfile(RootPath,SubDir,RootFile) FileIndices FileExt]; |
---|
[387] | 2990 | hget_field=findobj(allchild(0),'name','get_field'); |
---|
| 2991 | if ~isempty(hget_field) |
---|
| 2992 | delete(hget_field) |
---|
| 2993 | end |
---|
[526] | 2994 | get_field(FileName); |
---|
[517] | 2995 | return %no further action |
---|
[387] | 2996 | end |
---|
[517] | 2997 | |
---|
[387] | 2998 | UvData=get(handles.uvmat,'UserData'); |
---|
| 2999 | |
---|
| 3000 | %read the rootfile input display |
---|
| 3001 | [RootPath,SubDir,RootFile,FileIndices,FileExt]=read_file_boxes(handles); |
---|
| 3002 | FileName=[fullfile(RootPath,SubDir,RootFile) FileIndices FileExt]; |
---|
| 3003 | [tild,tild,tild,i1,i2,j1,j2,tild,NomType]=fileparts_uvmat(['xxx' get(handles.FileIndex,'String') FileExt]); |
---|
| 3004 | if isequal(field,'image') |
---|
[494] | 3005 | if isfield(UvData.Field,'Civ2_ImageA')%get the corresponding input image in the netcdf file |
---|
| 3006 | imagename=UvData.Field.Civ2_ImageA; |
---|
| 3007 | elseif isfield(UvData.Field,'Civ1_ImageA')% |
---|
| 3008 | imagename=UvData.Field.Civ1_ImageA; |
---|
| 3009 | else |
---|
| 3010 | SubDirBase=regexprep(SubDir,'\..*','');%take the root part of SubDir, before the first dot '.' |
---|
| 3011 | imagename=fullfile_uvmat(RootPath,SubDirBase,RootFile,'.png',NomType,i1,[],j1,[]); |
---|
| 3012 | end |
---|
[387] | 3013 | if ~exist(imagename,'file') |
---|
| 3014 | [FileName,PathName] = uigetfile( ... |
---|
| 3015 | {'*.png;*.jpg;*.tif;*.avi;*.AVI;*.vol', ' (*.png, .tif, *.avi,*.vol)'; |
---|
| 3016 | '*.jpg',' jpeg image files'; ... |
---|
| 3017 | '*.png','.png image files'; ... |
---|
| 3018 | '*.tif','.tif image files'; ... |
---|
| 3019 | '*.avi;*.AVI','.avi movie files'; ... |
---|
| 3020 | '*.vol','.volume images (png)'; ... |
---|
| 3021 | '*.*', 'All Files (*.*)'}, ... |
---|
[530] | 3022 | 'Pick an image',imagename); |
---|
| 3023 | if ~ischar(FileName),return,end %abandon if the browser is cancelled |
---|
[387] | 3024 | imagename=[PathName FileName]; |
---|
| 3025 | end |
---|
| 3026 | % display the selected field and related information |
---|
[406] | 3027 | display_file_name(handles,imagename)%display the image |
---|
[387] | 3028 | return |
---|
| 3029 | else |
---|
| 3030 | ext=get(handles.FileExt,'String'); |
---|
| 3031 | if ~isequal(ext,'.nc') %find the new NomType if the previous display was not already a netcdf file |
---|
| 3032 | [FileName,PathName] = uigetfile( ... |
---|
| 3033 | {'*.nc', ' (*.nc)'; |
---|
| 3034 | '*.nc',' netcdf files'; ... |
---|
| 3035 | '*.*', 'All Files (*.*)'}, ... |
---|
| 3036 | 'Pick a netcdf file',FileBase); |
---|
[530] | 3037 | if ~ischar(FileName),return,end %abandon if the browser is cancelled |
---|
[450] | 3038 | FullFileName=[PathName FileName]; |
---|
[387] | 3039 | % display the selected field and related information |
---|
[450] | 3040 | display_file_name( handles,FullFileName) |
---|
[387] | 3041 | return |
---|
| 3042 | end |
---|
| 3043 | end |
---|
| 3044 | indices=fullfile_uvmat('','','','',NomType,i1,i2,j1,j2); |
---|
| 3045 | set(handles.FileIndex,'String',indices) |
---|
| 3046 | % set(handles.NomType,'String',NomType) |
---|
| 3047 | |
---|
| 3048 | %common to Fields_1_Callback |
---|
[526] | 3049 | list_fields_1=get(handles.FieldName_1,'String');% list menu fields |
---|
[517] | 3050 | field_1=''; |
---|
| 3051 | if ~isempty(list_fields_1) |
---|
[526] | 3052 | field_1= list_fields_1{get(handles.FieldName_1,'Value')}; % selected string |
---|
[517] | 3053 | end |
---|
[387] | 3054 | if isequal(field,'image')||isequal(field_1,'image') |
---|
| 3055 | set(handles.TitleNpx,'Visible','on')% visible npx,pxcm... buttons |
---|
| 3056 | set(handles.TitleNpy,'Visible','on') |
---|
| 3057 | set(handles.num_Npx,'Visible','on') |
---|
| 3058 | set(handles.num_Npy,'Visible','on') |
---|
| 3059 | else |
---|
| 3060 | set(handles.TitleNpx,'Visible','off')% visible npx,pxcm... buttons |
---|
| 3061 | set(handles.TitleNpy,'Visible','off') |
---|
| 3062 | set(handles.num_Npx,'Visible','off') |
---|
| 3063 | set(handles.num_Npy,'Visible','off') |
---|
| 3064 | end |
---|
| 3065 | if ~(isfield(UvData,'NewSeries')&&isequal(UvData.NewSeries,1)) |
---|
| 3066 | run0_Callback(hObject, eventdata, handles) |
---|
| 3067 | end |
---|
| 3068 | |
---|
| 3069 | %--------------------------------------------------- |
---|
[526] | 3070 | % --- Executes on menu selection FieldName |
---|
| 3071 | function FieldName_1_Callback(hObject, eventdata, handles) |
---|
[387] | 3072 | %------------------------------------------------- |
---|
| 3073 | %% read input data |
---|
| 3074 | check_new=~get(handles.SubField,'Value'); %check_new=1 if a second field was not previously entered |
---|
| 3075 | UvData=get(handles.uvmat,'UserData'); |
---|
| 3076 | if check_new && isfield(UvData,'XmlData') |
---|
| 3077 | UvData.XmlData{2}=UvData.XmlData{1}; |
---|
| 3078 | end |
---|
[389] | 3079 | if isfield(UvData,'Field_1') |
---|
| 3080 | UvData=rmfield(UvData,'Field_1');% remove the stored second field (a new one needs to be read) |
---|
| 3081 | end |
---|
[450] | 3082 | UvData.FileName_1='';% desactivate the use of a constant second file |
---|
[526] | 3083 | list_fields=get(handles.FieldName,'String');% list menu fields |
---|
| 3084 | field= list_fields{get(handles.FieldName,'Value')}; % selected string |
---|
| 3085 | list_fields=get(handles.FieldName_1,'String');% list menu fields |
---|
| 3086 | field_1= list_fields{get(handles.FieldName_1,'Value')}; % selected string for the second field |
---|
[405] | 3087 | if isempty(field_1)%||(numel(UvData.FileType)>=2 && strcmp(UvData.FileType{2},'image')) |
---|
[387] | 3088 | set(handles.SubField,'Value',0) |
---|
| 3089 | SubField_Callback(hObject, eventdata, handles) |
---|
[428] | 3090 | return |
---|
[405] | 3091 | else |
---|
| 3092 | set(handles.SubField,'Value',1)%state that a second field is now entered |
---|
[387] | 3093 | end |
---|
| 3094 | |
---|
| 3095 | %% read the rootfile input display |
---|
[405] | 3096 | [RootPath_1,SubDir_1,RootFile_1,FileIndex_1,FileExt_1]=read_file_boxes_1(handles); |
---|
[450] | 3097 | FileName_1=[fullfile(RootPath_1,SubDir_1,RootFile_1) FileIndex_1 FileExt_1]; |
---|
[387] | 3098 | [tild,tild,tild,i1,i2,j1,j2]=fileparts_uvmat(get(handles.FileIndex,'String')); |
---|
| 3099 | switch field_1 |
---|
| 3100 | case 'get_field...' |
---|
| 3101 | set_veltype_display(0) % no veltype display |
---|
| 3102 | hget_field=findobj(allchild(0),'name','get_field_1'); |
---|
| 3103 | if ~isempty(hget_field) |
---|
| 3104 | delete(hget_field) |
---|
| 3105 | end |
---|
[450] | 3106 | hget_field=get_field(FileName_1); |
---|
[387] | 3107 | set(hget_field,'name','get_field_1') |
---|
| 3108 | hhget_field=guidata(hget_field); |
---|
| 3109 | set(hhget_field.list_fig,'Value',1) |
---|
| 3110 | set(hhget_field.list_fig,'String',{'uvmat'}) |
---|
[428] | 3111 | if check_new |
---|
| 3112 | UvData.FileType{2}=UvData.FileType{1}; |
---|
| 3113 | set(handles.FileIndex_1,'String',get(handles.FileIndex,'String')) |
---|
| 3114 | set(handles.uvmat,'UserData',UvData) |
---|
| 3115 | end |
---|
[387] | 3116 | case 'image' |
---|
[494] | 3117 | % get the image name corresponding to the current netcdf name (no unique correspondance) |
---|
| 3118 | if isfield(UvData.Field,'Civ2_ImageA')%get the corresponding input image in the netcdf file |
---|
| 3119 | imagename=UvData.Field.Civ2_ImageA; |
---|
| 3120 | elseif isfield(UvData.Field,'Civ1_ImageA')% |
---|
| 3121 | imagename=UvData.Field.Civ1_ImageA; |
---|
| 3122 | else |
---|
| 3123 | SubDirBase=regexprep(SubDir_1,'\..*','');%take the root part of SubDir, before the first dot '.' |
---|
| 3124 | imagename=fullfile_uvmat(RootPath_1,SubDirBase,RootFile_1,'.png',get(handles.NomType,'String'),i1,[],j1); |
---|
| 3125 | end |
---|
[405] | 3126 | if ~exist(imagename,'file') % browse for images if it is not found |
---|
[387] | 3127 | [FileName,PathName] = uigetfile( ... |
---|
| 3128 | {'*.png;*.jpg;*.tif;*.avi;*.AVI;*.vol', ' (*.png, .tif, *.avi,*.vol)'; |
---|
| 3129 | '*.jpg',' jpeg image files'; ... |
---|
| 3130 | '*.png','.png image files'; ... |
---|
| 3131 | '*.tif','.tif image files'; ... |
---|
| 3132 | '*.avi;*.AVI','.avi movie files'; ... |
---|
| 3133 | '*.vol','.volume images (png)'; ... |
---|
| 3134 | '*.*', 'All Files (*.*)'}, ... |
---|
| 3135 | 'Pick an image',imagename); |
---|
[530] | 3136 | if ~ischar(FileName),return,end %abandon if the browser is cancelled |
---|
[387] | 3137 | imagename=[PathName FileName]; |
---|
| 3138 | end |
---|
[405] | 3139 | if ~ischar(imagename)% quit if the browser has been closed |
---|
| 3140 | set(handles.SubField,'Value',0) |
---|
| 3141 | else %valid browser input: display the selected image |
---|
| 3142 | set(handles.TitleNpx,'Visible','on')% visible npx,pxcm... buttons |
---|
| 3143 | set(handles.TitleNpy,'Visible','on') |
---|
| 3144 | set(handles.num_Npx,'Visible','on') |
---|
| 3145 | set(handles.num_Npy,'Visible','on') |
---|
[406] | 3146 | display_file_name(handles,imagename,2)%display the imag |
---|
[405] | 3147 | end |
---|
[387] | 3148 | otherwise |
---|
| 3149 | if check_new |
---|
| 3150 | UvData.FileType{2}=UvData.FileType{1}; |
---|
| 3151 | set(handles.FileIndex_1,'String',get(handles.FileIndex,'String')) |
---|
| 3152 | set(handles.FileExt_1,'String',get(handles.FileExt,'String')) |
---|
| 3153 | end |
---|
| 3154 | if ~isequal(field,'image') |
---|
| 3155 | set(handles.TitleNpx,'Visible','off')% visible npx,pxcm... buttons |
---|
| 3156 | set(handles.TitleNpy,'Visible','off') |
---|
| 3157 | set(handles.num_Npx,'Visible','off') |
---|
| 3158 | set(handles.num_Npy,'Visible','off') |
---|
| 3159 | end |
---|
| 3160 | set(handles.uvmat,'UserData',UvData) |
---|
| 3161 | if ~(isfield(UvData,'NewSeries')&&isequal(UvData.NewSeries,1)) |
---|
| 3162 | run0_Callback(hObject, eventdata, handles) |
---|
| 3163 | end |
---|
| 3164 | end |
---|
| 3165 | |
---|
| 3166 | %------------------------------------------------------------------------ |
---|
| 3167 | % --- set the visibility of relevant velocity type menus: |
---|
| 3168 | function menu=set_veltype_display(Civ,FileType) |
---|
| 3169 | %------------------------------------------------------------------------ |
---|
| 3170 | if ~exist('FileType','var') |
---|
| 3171 | FileType='civx'; |
---|
| 3172 | end |
---|
| 3173 | switch FileType |
---|
| 3174 | case 'civx' |
---|
[389] | 3175 | menu={'civ1';'interp1';'filter1';'civ2';'interp2';'filter2'}; |
---|
| 3176 | if isequal(Civ,0) |
---|
| 3177 | imax=0; |
---|
| 3178 | elseif isequal(Civ,1) || isequal(Civ,2) |
---|
| 3179 | imax=1; |
---|
| 3180 | elseif isequal(Civ,3) |
---|
| 3181 | imax=3; |
---|
| 3182 | elseif isequal(Civ,4) || isequal(Civ,5) |
---|
| 3183 | imax=4; |
---|
| 3184 | elseif isequal(Civ,6) %patch2 |
---|
| 3185 | imax=6; |
---|
| 3186 | end |
---|
[387] | 3187 | case 'civdata' |
---|
[389] | 3188 | menu={'civ1';'filter1';'civ2';'filter2'}; |
---|
| 3189 | if isequal(Civ,0) |
---|
| 3190 | imax=0; |
---|
| 3191 | elseif isequal(Civ,1) || isequal(Civ,2) |
---|
| 3192 | imax=1; |
---|
| 3193 | elseif isequal(Civ,3) |
---|
| 3194 | imax=2; |
---|
| 3195 | elseif isequal(Civ,4) || isequal(Civ,5) |
---|
| 3196 | imax=3; |
---|
| 3197 | elseif isequal(Civ,6) %patch2 |
---|
| 3198 | imax=4; |
---|
| 3199 | end |
---|
[387] | 3200 | end |
---|
| 3201 | menu=menu(1:imax); |
---|
| 3202 | |
---|
| 3203 | %------------------------------------------------------------------------ |
---|
[402] | 3204 | % --- Executes on button press in FixVelType. |
---|
| 3205 | function FixVelType_Callback(hObject, eventdata, handles) |
---|
| 3206 | %------------------------------------------------------------------------ |
---|
[405] | 3207 | % refresh the current plot if the fixed veltype is unselected |
---|
| 3208 | if ~get(handles.FixVelType,'Value') |
---|
[402] | 3209 | run0_Callback(hObject, eventdata, handles) |
---|
| 3210 | end |
---|
| 3211 | |
---|
| 3212 | %------------------------------------------------------------------------ |
---|
[387] | 3213 | % --- Executes on button press in VelType. |
---|
| 3214 | function VelType_Callback(hObject, eventdata, handles) |
---|
| 3215 | %------------------------------------------------------------------------ |
---|
| 3216 | set(handles.FixVelType,'Value',1) |
---|
| 3217 | run0_Callback(hObject, eventdata, handles) |
---|
| 3218 | |
---|
| 3219 | %------------------------------------------------------------------------ |
---|
[515] | 3220 | % --- Executes on choice selection in VelType_1. |
---|
[387] | 3221 | function VelType_1_Callback(hObject, eventdata, handles) |
---|
| 3222 | %------------------------------------------------------------------------ |
---|
| 3223 | set(handles.FixVelType,'Value',1)% the velocity type is now imposed by the GUI (not automatic) |
---|
[389] | 3224 | UvData=get(handles.uvmat,'UserData'); |
---|
[515] | 3225 | set(handles.run0,'BackgroundColor',[1 1 0])%paint run0 button in yellow to indicate its activation |
---|
[387] | 3226 | drawnow |
---|
[515] | 3227 | InputFile=read_GUI(handles.InputFile);% read the input file parameters |
---|
| 3228 | [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles); |
---|
| 3229 | [RootPath_1,SubDir_1,RootFile_1,FileIndex_1,FileExt_1]=read_file_boxes_1(handles); |
---|
| 3230 | FileName=[fullfile(RootPath,SubDir,RootFile) FileIndex FileExt];% name of the first input file |
---|
[405] | 3231 | |
---|
[515] | 3232 | check_refresh=0; |
---|
[389] | 3233 | if isempty(InputFile.VelType_1) |
---|
[515] | 3234 | FileName_1='';% we plot the first input field without the second field |
---|
[387] | 3235 | set(handles.SubField,'Value',0) |
---|
[515] | 3236 | SubField_Callback(hObject, eventdata, handles)% activate SubField_Callback and refresh current display, removing the second field |
---|
[387] | 3237 | elseif get(handles.SubField,'Value')% if subfield is already 'on' |
---|
[515] | 3238 | FileName_1=[fullfile(RootPath_1,SubDir_1,RootFile_1) FileIndex_1 FileExt_1];% name of the second input file |
---|
| 3239 | check_refresh=1;%will refresh the current display |
---|
| 3240 | else% we introduce the same file (with a different field) for the second series |
---|
| 3241 | FileName_1=FileName;% we compare two fields in the same file |
---|
[389] | 3242 | UvData.FileType{2}=UvData.FileType{1}; |
---|
[515] | 3243 | UvData.XmlData{2}= UvData.XmlData{1}; |
---|
[387] | 3244 | set(handles.SubField,'Value',1) |
---|
[515] | 3245 | transform=get(handles.path_transform,'UserData'); |
---|
| 3246 | if (~isa(transform,'function_handle')||nargin(transform)<3) |
---|
| 3247 | set(handles.transform_fct,'value',2); % set transform to sub_field if the current fct doe not accept two input fields |
---|
| 3248 | transform_fct_Callback(hObject, eventdata, handles)% activate transform_fct_Callback and refresh current display |
---|
| 3249 | else |
---|
| 3250 | check_refresh=1; |
---|
| 3251 | end |
---|
[387] | 3252 | end |
---|
| 3253 | |
---|
[515] | 3254 | % refresh the current display if it has not been done previously |
---|
| 3255 | if check_refresh |
---|
| 3256 | UvData.FileName_1='';% desactivate the use of a constant second file |
---|
| 3257 | set(handles.uvmat,'UserData',UvData) |
---|
| 3258 | num_i1=stra2num(get(handles.i1,'String')); |
---|
| 3259 | num_i2=stra2num(get(handles.i2,'String')); |
---|
| 3260 | num_j1=stra2num(get(handles.j1,'String')); |
---|
| 3261 | num_j2=stra2num(get(handles.j2,'String')); |
---|
| 3262 | [tild,tild,tild,i1_1,i2_1,j1_1,j2_1]=fileparts_uvmat(['xx' FileIndex_1]); |
---|
| 3263 | errormsg=refresh_field(handles,FileName,FileName_1,num_i1,num_i2,num_j1,num_j2,i1_1,i2_1,j1_1,j2_1); |
---|
| 3264 | if ~isempty(errormsg) |
---|
| 3265 | msgbox_uvmat('ERROR',errormsg); |
---|
| 3266 | else |
---|
| 3267 | set(handles.i1,'BackgroundColor',[1 1 1]) |
---|
| 3268 | set(handles.i2,'BackgroundColor',[1 1 1]) |
---|
| 3269 | set(handles.j1,'BackgroundColor',[1 1 1]) |
---|
| 3270 | set(handles.j2,'BackgroundColor',[1 1 1]) |
---|
| 3271 | set(handles.FileIndex,'BackgroundColor',[1 1 1]) |
---|
| 3272 | set(handles.FileIndex_1,'BackgroundColor',[1 1 1]) |
---|
| 3273 | end |
---|
| 3274 | set(handles.run0,'BackgroundColor',[1 0 0]) |
---|
[387] | 3275 | end |
---|
| 3276 | |
---|
| 3277 | %----------------------------------------------- |
---|
| 3278 | % --- reset civ buttons |
---|
| 3279 | function reset_vel_type(handles_civ0,handle1) |
---|
| 3280 | for ibutton=1:length(handles_civ0) |
---|
| 3281 | set(handles_civ0(ibutton),'BackgroundColor',[0.831 0.816 0.784]) |
---|
| 3282 | set(handles_civ0(ibutton),'Value',0) |
---|
| 3283 | end |
---|
| 3284 | if exist('handle1','var')%handles of selected button |
---|
| 3285 | set(handle1,'BackgroundColor',[1 1 0]) |
---|
| 3286 | end |
---|
| 3287 | |
---|
| 3288 | %------------------------------------------------------- |
---|
| 3289 | % --- Executes on button press in MENUVOLUME. |
---|
| 3290 | %------------------------------------------------------- |
---|
| 3291 | function VOLUME_Callback(hObject, eventdata, handles) |
---|
| 3292 | %errordlg('command VOL not implemented yet') |
---|
| 3293 | if ishandle(handles.UVMAT_title) |
---|
| 3294 | delete(handles.UVMAT_title) |
---|
| 3295 | end |
---|
| 3296 | UvData=get(handles.uvmat,'UserData');%read UvData properties stored on the uvmat interface |
---|
| 3297 | if isequal(get(handles.VOLUME,'Value'),1) |
---|
| 3298 | set(handles.CheckZoom,'Value',0) |
---|
| 3299 | set(handles.CheckZoom,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 3300 | set(handles.edit_vect,'Value',0) |
---|
| 3301 | edit_vect_Callback(hObject, eventdata, handles) |
---|
| 3302 | set(handles.edit_object,'Value',0) |
---|
| 3303 | set(handles.edit_object,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 3304 | % set(handles.cal,'Value',0) |
---|
| 3305 | % set(handles.cal,'BackgroundColor',[0 1 0]) |
---|
| 3306 | set(handles.edit_vect,'Value',0) |
---|
| 3307 | edit_vect_Callback(hObject, eventdata, handles) |
---|
| 3308 | %initiate set_object GUI |
---|
| 3309 | data.Name='VOLUME'; |
---|
| 3310 | if isfield(UvData,'CoordType') |
---|
| 3311 | data.CoordType=UvData.CoordType; |
---|
| 3312 | end |
---|
[404] | 3313 | if isfield(UvData.Field,'Mesh')&~isempty(UvData.Field.Mesh) |
---|
| 3314 | data.RangeX=[UvData.Field.XMin UvData.Field.XMax]; |
---|
| 3315 | data.RangeY=[UvData.Field.YMin UvData.Field.YMax]; |
---|
| 3316 | data.DX=UvData.Field.Mesh; |
---|
| 3317 | data.DY=UvData.Field.Mesh; |
---|
[387] | 3318 | elseif isfield(UvData.Field,'AX')&isfield(UvData.Field,'AY')& isfield(UvData.Field,'A')%only image |
---|
| 3319 | np=size(UvData.Field.A); |
---|
| 3320 | meshx=(UvData.Field.AX(end)-UvData.Field.AX(1))/np(2); |
---|
| 3321 | meshy=abs(UvData.Field.AY(end)-UvData.Field.AY(1))/np(1); |
---|
| 3322 | data.RangeY=max(meshx,meshy); |
---|
| 3323 | data.RangeX=max(meshx,meshy); |
---|
| 3324 | data.DX=max(meshx,meshy); |
---|
| 3325 | end |
---|
| 3326 | data.ParentButton=handles.VOLUME; |
---|
| 3327 | PlotHandles=get_plot_handles(handles);%get the handles of the interface elements setting the plotting parameters |
---|
| 3328 | [hset_object,UvData.sethandles]=set_object(data,PlotHandles);% call the set_object interface with action on haxes, |
---|
| 3329 | % associate the set_object interface handle to the plotting axes |
---|
[511] | 3330 | set(hset_object,'Position',get(handles.uvmat,'Position')+UvData.OpenParam.PosSetObject) |
---|
[387] | 3331 | UvData.MouseAction='create_object'; |
---|
| 3332 | else |
---|
| 3333 | set(handles.VOLUME,'BackgroundColor',[0 1 0]) |
---|
| 3334 | end |
---|
| 3335 | set(handles.uvmat,'UserData',UvData) |
---|
| 3336 | |
---|
| 3337 | %------------------------------------------------------- |
---|
| 3338 | function edit_vect_Callback(hObject, eventdata, handles) |
---|
| 3339 | %------------------------------------------------------- |
---|
| 3340 | % |
---|
| 3341 | % UvData=get(handles.uvmat,'UserData');%read UvData properties stored on the uvmat interface |
---|
| 3342 | if isequal(get(handles.edit_vect,'Value'),1) |
---|
| 3343 | test_civ2=isequal(get(handles.civ2,'BackgroundColor'),[1 1 0]); |
---|
| 3344 | test_civ1=isequal(get(handles.VelType,'BackgroundColor'),[1 1 0]); |
---|
| 3345 | if ~test_civ2 && ~test_civ1 |
---|
| 3346 | msgbox_uvmat('ERROR','manual correction only possible for CIV1 or CIV2 velocity fields') |
---|
| 3347 | end |
---|
| 3348 | set(handles.record,'Visible','on') |
---|
| 3349 | set(handles.edit_vect,'BackgroundColor',[1 1 0]) |
---|
| 3350 | set(handles.edit_object,'Value',0) |
---|
| 3351 | set(handles.CheckZoom,'Value',0) |
---|
| 3352 | set(handles.CheckZoom,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 3353 | % set(handles.create,'Value',0) |
---|
| 3354 | % set(handles.create,'BackgroundColor',[0 1 0]) |
---|
| 3355 | set(handles.edit_object,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 3356 | set(gcf,'Pointer','arrow') |
---|
| 3357 | % UvData.MouseAction='edit_vect'; |
---|
| 3358 | else |
---|
| 3359 | set(handles.record,'Visible','off') |
---|
| 3360 | set(handles.edit_vect,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 3361 | end |
---|
| 3362 | |
---|
| 3363 | %---------------------------------------------- |
---|
| 3364 | function save_mask_Callback(hObject, eventdata, handles) |
---|
| 3365 | %----------------------------------------------------------------------- |
---|
| 3366 | UvData=get(handles.uvmat,'UserData'); |
---|
| 3367 | |
---|
| 3368 | flag=1; |
---|
| 3369 | npx=size(UvData.Field.A,2); |
---|
| 3370 | npy=size(UvData.Field.A,1); |
---|
| 3371 | xi=0.5:npx-0.5; |
---|
| 3372 | yi=0.5:npy-0.5; |
---|
| 3373 | [Xi,Yi]=meshgrid(xi,yi); |
---|
| 3374 | if isfield(UvData,'Object') |
---|
| 3375 | for iobj=1:length(UvData.Object) |
---|
| 3376 | ObjectData=UvData.Object{iobj}; |
---|
| 3377 | if isfield(ObjectData,'ProjMode') &&(isequal(ObjectData.ProjMode,'mask_inside')||isequal(ObjectData.ProjMode,'mask_outside')); |
---|
| 3378 | flagobj=1; |
---|
| 3379 | testphys=0; %coordinates in pixels by default |
---|
| 3380 | if isfield(ObjectData,'CoordType') && isequal(ObjectData.CoordType,'phys') |
---|
| 3381 | if isfield(UvData,'XmlData')&& isfield(UvData.XmlData{1},'GeometryCalib') |
---|
| 3382 | Calib=UvData.XmlData{1}.GeometryCalib; |
---|
| 3383 | testphys=1; |
---|
| 3384 | end |
---|
| 3385 | end |
---|
| 3386 | if isfield(ObjectData,'Coord')& isfield(ObjectData,'Style') |
---|
| 3387 | if isequal(ObjectData.Type,'polygon') |
---|
| 3388 | X=ObjectData.Coord(:,1); |
---|
| 3389 | Y=ObjectData.Coord(:,2); |
---|
| 3390 | if testphys |
---|
| 3391 | [X,Y]=px_XYZ(Calib,X,Y,0);% to generalise with 3D cases |
---|
| 3392 | end |
---|
| 3393 | flagobj=~inpolygon(Xi,Yi,X',Y');%=0 inside the polygon, 1 outside |
---|
| 3394 | elseif isequal(ObjectData.Type,'ellipse') |
---|
| 3395 | if testphys |
---|
| 3396 | %[X,Y]=px_XYZ(Calib,X,Y,0);% TODO:create a polygon boundary and transform to phys |
---|
| 3397 | end |
---|
| 3398 | RangeX=max(ObjectData.RangeX); |
---|
| 3399 | RangeY=max(ObjectData.RangeY); |
---|
| 3400 | X2Max=RangeX*RangeX; |
---|
| 3401 | Y2Max=RangeY*RangeY; |
---|
| 3402 | distX=(Xi-ObjectData.Coord(1,1)); |
---|
| 3403 | distY=(Yi-ObjectData.Coord(1,2)); |
---|
| 3404 | flagobj=(distX.*distX/X2Max+distY.*distY/Y2Max)>1; |
---|
| 3405 | elseif isequal(ObjectData.Type,'rectangle') |
---|
| 3406 | if testphys |
---|
| 3407 | %[X,Y]=px_XYZ(Calib,X,Y,0);% TODO:create a polygon boundary and transform to phys |
---|
| 3408 | end |
---|
| 3409 | distX=abs(Xi-ObjectData.Coord(1,1)); |
---|
| 3410 | distY=abs(Yi-ObjectData.Coord(1,2)); |
---|
| 3411 | flagobj=distX>max(ObjectData.RangeX) | distY>max(ObjectData.RangeY); |
---|
| 3412 | end |
---|
| 3413 | if isequal(ObjectData.ProjMode,'mask_outside') |
---|
| 3414 | flagobj=~flagobj; |
---|
| 3415 | end |
---|
| 3416 | flag=flag & flagobj; |
---|
| 3417 | end |
---|
| 3418 | end |
---|
| 3419 | end |
---|
| 3420 | end |
---|
| 3421 | % flag=~flag; |
---|
| 3422 | %mask name |
---|
| 3423 | RootPath=get(handles.RootPath,'String'); |
---|
| 3424 | RootFile=get(handles.RootFile,'String'); |
---|
| 3425 | RootFile=regexprep(RootFile,'\<[\\/]|[\\/]\>','');%suppress possible / or \ separator at the beginning or the end of the string |
---|
| 3426 | filebase=fullfile(RootPath,RootFile); |
---|
| 3427 | list=get(handles.masklevel,'String'); |
---|
| 3428 | masknumber=num2str(length(list)); |
---|
| 3429 | maskindex=get(handles.masklevel,'Value'); |
---|
| 3430 | mask_name=fullfile_uvmat(RootPath,SubDir,[RootFile '_' masknumber 'mask'],'.png','_1',maskindex); |
---|
| 3431 | %mask_name=name_generator([filebase '_' masknumber 'mask'],maskindex,1,'.png','_i'); |
---|
| 3432 | imflag=uint8(255*(0.392+0.608*flag));% =100 for flag=0 (vectors not computed when 20<imflag<200) |
---|
| 3433 | imflag=flipdim(imflag,1); |
---|
| 3434 | % imflag=uint8(255*flag);% =0 for flag=0 (vectors=0 when 20<imflag<200) |
---|
| 3435 | msgbox_uvmat('CONFIRMATION',[mask_name ' saved']) |
---|
| 3436 | imwrite(imflag,mask_name,'BitDepth',8); |
---|
| 3437 | |
---|
| 3438 | %display the mask |
---|
| 3439 | figure; |
---|
| 3440 | vec=linspace(0,1,256);%define a linear greyscale colormap |
---|
| 3441 | map=[vec' vec' vec']; |
---|
| 3442 | colormap(map) |
---|
| 3443 | |
---|
| 3444 | image(imflag); |
---|
| 3445 | |
---|
| 3446 | %------------------------------------------------------------------- |
---|
| 3447 | %------------------------------------------------------------------- |
---|
| 3448 | % - FUNCTIONS FOR SETTING PLOTTING PARAMETERS |
---|
| 3449 | |
---|
| 3450 | %------------------------------------------------------------------ |
---|
| 3451 | %------------------------------------------------------------- |
---|
| 3452 | % --- Executes on selection change in transform_fct. |
---|
[508] | 3453 | |
---|
[387] | 3454 | function transform_fct_Callback(hObject, eventdata, handles) |
---|
| 3455 | %------------------------------------------------------------- |
---|
| 3456 | UvData=get(handles.uvmat,'UserData'); |
---|
[508] | 3457 | menu=get(handles.transform_fct,'String');refresh |
---|
[507] | 3458 | ichoice=get(handles.transform_fct,'Value');%item number in the menu |
---|
| 3459 | transform_name=menu{ichoice};% choice of the transform fct |
---|
| 3460 | list_path=get(handles.transform_fct,'UserData'); |
---|
| 3461 | |
---|
| 3462 | %% add a new item to the menu if the option 'more...' has been selected |
---|
[508] | 3463 | prev_path=fullfile(get(handles.path_transform,'String')); |
---|
| 3464 | if ~exist(prev_path,'dir') |
---|
| 3465 | prev_path=fullfile(fileparts(which('uvmat')),'transform_field'); |
---|
| 3466 | end |
---|
[507] | 3467 | if strcmp(transform_name,'more...'); |
---|
[387] | 3468 | [FileName, PathName] = uigetfile( ... |
---|
[507] | 3469 | {'*.m', ' (*.m)'; |
---|
[387] | 3470 | '*.m', '.m files '; ... |
---|
| 3471 | '*.*', 'All Files (*.*)'}, ... |
---|
[508] | 3472 | 'Pick the transform function', prev_path); |
---|
[530] | 3473 | if ~ischar(FileName),return,end %abandon if the browser is cancelled |
---|
[507] | 3474 | path_transform_fct =fullfile(PathName,FileName); |
---|
| 3475 | if isempty(regexp(FileName,'.m$'))% detect file extension .m |
---|
[387] | 3476 | msgbox_uvmat('ERROR','a Matlab function .m must be introduced'); |
---|
| 3477 | return |
---|
[507] | 3478 | else |
---|
| 3479 | transform_name=regexprep(FileName,'.m',''); |
---|
| 3480 | end |
---|
| 3481 | ichoice=find(strcmp(transform_name,menu),1);%look for the selected fct in the existing menu |
---|
| 3482 | if isempty(ichoice)% if the item is not found, add it to the menu (before 'more...' and select it) |
---|
| 3483 | menu=[menu(1:end-1);{transform_name};{'more...'}]; |
---|
| 3484 | ichoice=numel(menu)-1; |
---|
| 3485 | end |
---|
| 3486 | list_path{ichoice}=PathName;%update the list fo fct paths |
---|
[508] | 3487 | set(handles.transform_fct,'String',menu) |
---|
| 3488 | set(handles.transform_fct,'Value',ichoice) |
---|
[507] | 3489 | |
---|
| 3490 | % save the new menu in the personal file 'uvmat_perso.mat' |
---|
| 3491 | dir_perso=prefdir;%personal Matalb directory |
---|
| 3492 | profil_perso=fullfile(dir_perso,'uvmat_perso.mat'); |
---|
| 3493 | if exist(profil_perso,'file') |
---|
| 3494 | nb_builtin=UvData.OpenParam.NbBuiltin;% number of 'builtin' (basic) transform fcts in uvmat |
---|
[523] | 3495 | if nb_builtin<numel(list_path) |
---|
[507] | 3496 | for ilist=nb_builtin+1:numel(list_path) |
---|
[508] | 3497 | transform_fct{ilist-nb_builtin}=[fullfile(list_path{ilist},menu{ilist}) '.m']; |
---|
[507] | 3498 | end |
---|
[387] | 3499 | save (profil_perso,'transform_fct','-append'); %store the root name for future opening of uvmat |
---|
[523] | 3500 | end |
---|
[507] | 3501 | end |
---|
[387] | 3502 | end |
---|
| 3503 | |
---|
[507] | 3504 | %% create the function handle of the selected fct |
---|
[512] | 3505 | |
---|
[507] | 3506 | if isempty(list_path{ichoice})% case of no selected fct |
---|
| 3507 | transform_handle=[]; |
---|
[387] | 3508 | else |
---|
[507] | 3509 | if ~exist(list_path{ichoice},'dir') |
---|
| 3510 | msgbox_uvmat('ERROR','invalid fct path: select the transform fct again with the option more...') |
---|
| 3511 | return |
---|
| 3512 | end |
---|
| 3513 | current_dir=pwd;%current working dir |
---|
| 3514 | cd(list_path{ichoice}) |
---|
| 3515 | transform_handle=str2func(transform_name); |
---|
| 3516 | cd(current_dir) |
---|
[387] | 3517 | end |
---|
[508] | 3518 | set(handles.path_transform,'String',list_path{ichoice}) |
---|
[507] | 3519 | set(handles.path_transform,'UserData',transform_handle) |
---|
[512] | 3520 | set(handles.transform_fct,'UserData',list_path) |
---|
[387] | 3521 | |
---|
[507] | 3522 | %% update the ToolTip string of the menu transform_fct with the first line of the selected fct file |
---|
| 3523 | if isempty(list_path{ichoice})% case of no selected fct |
---|
| 3524 | set(handles.transform_fct,'ToolTipString','transform_fct:choose a transform function') |
---|
| 3525 | else |
---|
| 3526 | try |
---|
| 3527 | [fid,errormsg] =fopen([fullfile(list_path{ichoice},transform_name) '.m']); |
---|
| 3528 | InputText=textscan(fid,'%s',1,'delimiter','\n'); |
---|
| 3529 | fclose(fid) |
---|
| 3530 | set(handles.transform_fct,'ToolTipString',['transform_fct: ' InputText{1}{1}])% put the first line of the selected function as tooltip help |
---|
| 3531 | end |
---|
| 3532 | end |
---|
| 3533 | |
---|
| 3534 | %% adapt the GUI to the input/output conditions of the selected transform fct |
---|
[508] | 3535 | DataOut=[]; |
---|
| 3536 | CoordUnit=''; |
---|
| 3537 | CoordUnitPrev=''; |
---|
| 3538 | if isfield(UvData,'Field')&&isfield(UvData.Field,'CoordUnit') |
---|
| 3539 | CoordUnitPrev=UvData.Field.CoordUnit; |
---|
| 3540 | end |
---|
| 3541 | if ~isempty(list_path{ichoice}) |
---|
| 3542 | if nargin(transform_handle)>1 && isfield(UvData,'XmlData')&&~isempty(UvData.XmlData) |
---|
| 3543 | XmlData=UvData.XmlData{1}; |
---|
| 3544 | DataOut=feval(transform_handle,'*',XmlData); |
---|
| 3545 | if isfield(DataOut,'CoordUnit') |
---|
| 3546 | CoordUnit=DataOut.CoordUnit; |
---|
[507] | 3547 | end |
---|
[508] | 3548 | if isfield(DataOut,'InputFieldType') |
---|
| 3549 | UvData.InputFieldType=DataOut.InputFieldType; |
---|
| 3550 | end |
---|
| 3551 | else |
---|
| 3552 | DataOut=feval(transform_handle,'*'); |
---|
[507] | 3553 | end |
---|
| 3554 | end |
---|
| 3555 | |
---|
[387] | 3556 | set(handles.CheckFixLimits,'Value',0) |
---|
| 3557 | set(handles.CheckFixLimits,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 3558 | |
---|
[508] | 3559 | %% delete drawn objects if the output CooordUnit is different from the previous one |
---|
| 3560 | if ~strcmp(CoordUnit,CoordUnitPrev) |
---|
| 3561 | hother=findobj('Tag','proj_object');%find all the proj objects |
---|
| 3562 | for iobj=1:length(hother) |
---|
| 3563 | delete_object(hother(iobj)) |
---|
| 3564 | end |
---|
| 3565 | hother=findobj('Tag','DeformPoint');%find all the proj objects |
---|
| 3566 | for iobj=1:length(hother) |
---|
| 3567 | delete_object(hother(iobj)) |
---|
| 3568 | end |
---|
| 3569 | hh=findobj('Tag','calib_points'); |
---|
| 3570 | if ~isempty(hh) |
---|
| 3571 | delete(hh) |
---|
| 3572 | end |
---|
| 3573 | hhh=findobj('Tag','calib_marker'); |
---|
| 3574 | if ~isempty(hhh) |
---|
| 3575 | delete(hhh) |
---|
| 3576 | end |
---|
| 3577 | % if isfield(UvData,'Object') |
---|
| 3578 | % UvData.Object=UvData.Object(1); |
---|
| 3579 | % end |
---|
| 3580 | set(handles.ListObject,'Value',1) |
---|
| 3581 | set(handles.ListObject,'String',{''}) |
---|
| 3582 | set(handles.ListObject_1,'Value',1) |
---|
| 3583 | set(handles.ListObject_1,'String',{''}) |
---|
| 3584 | set(handles.ViewObject,'value',0) |
---|
| 3585 | ViewObject_Callback(hObject, eventdata, handles) |
---|
| 3586 | set(handles.ViewField,'value',0) |
---|
| 3587 | ViewField_Callback(hObject, eventdata, handles) |
---|
| 3588 | set(handles.edit_object,'Value',0) |
---|
| 3589 | edit_object_Callback(hObject, eventdata, handles) |
---|
| 3590 | UvData.Object={[]}; |
---|
[387] | 3591 | end |
---|
[508] | 3592 | set(handles.uvmat,'UserData',UvData) |
---|
[387] | 3593 | |
---|
[508] | 3594 | %% refresh the current plot |
---|
[515] | 3595 | if isempty(list_path{ichoice}) || nargin(transform_handle)<3 |
---|
| 3596 | set(handles.SubField,'Value',0) |
---|
| 3597 | SubField_Callback(hObject, eventdata, handles) |
---|
| 3598 | else |
---|
| 3599 | run0_Callback(hObject, eventdata, handles) |
---|
| 3600 | end |
---|
[387] | 3601 | |
---|
| 3602 | %------------------------------------------------ |
---|
| 3603 | %CALLBACKS FOR PLOTTING PARAMETERS |
---|
| 3604 | %------------------------------------------------- |
---|
[405] | 3605 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 3606 | % Plot coordinates |
---|
| 3607 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
[387] | 3608 | %------------------------------------------------------------------------ |
---|
| 3609 | function num_MinX_Callback(hObject, eventdata, handles) |
---|
| 3610 | %------------------------------------------------------------------------ |
---|
| 3611 | set(handles.CheckFixLimits,'Value',1) %suppress auto mode |
---|
| 3612 | set(handles.CheckFixLimits,'BackgroundColor',[1 1 0]) |
---|
| 3613 | update_plot(handles); |
---|
| 3614 | |
---|
| 3615 | %------------------------------------------------------------------------ |
---|
| 3616 | function num_MaxX_Callback(hObject, eventdata, handles) |
---|
| 3617 | %------------------------------------------------------------------------ |
---|
| 3618 | set(handles.CheckFixLimits,'Value',1) %suppress auto mode |
---|
| 3619 | set(handles.CheckFixLimits,'BackgroundColor',[1 1 0]) |
---|
| 3620 | update_plot(handles); |
---|
| 3621 | |
---|
| 3622 | %------------------------------------------------------------------------ |
---|
| 3623 | function num_MinY_Callback(hObject, eventdata, handles) |
---|
| 3624 | %------------------------------------------ |
---|
| 3625 | set(handles.CheckFixLimits,'Value',1) %suppress auto mode |
---|
| 3626 | set(handles.CheckFixLimits,'BackgroundColor',[1 1 0]) |
---|
| 3627 | update_plot(handles); |
---|
| 3628 | |
---|
| 3629 | %------------------------------------------------------------------------ |
---|
| 3630 | function num_MaxY_Callback(hObject, eventdata, handles) |
---|
| 3631 | %------------------------------------------------------------------------ |
---|
| 3632 | set(handles.CheckFixLimits,'Value',1) %suppress auto mode |
---|
| 3633 | set(handles.CheckFixLimits,'BackgroundColor',[1 1 0]) |
---|
| 3634 | update_plot(handles); |
---|
| 3635 | |
---|
[405] | 3636 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 3637 | % Scalar or image representation |
---|
| 3638 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
[387] | 3639 | %------------------------------------------------------------------------ |
---|
| 3640 | function num_MinA_Callback(hObject, eventdata, handles) |
---|
| 3641 | %------------------------------------------ |
---|
| 3642 | set(handles.CheckFixScalar,'Value',1) %suppress auto mode |
---|
| 3643 | set(handles.CheckFixScalar,'BackgroundColor',[1 1 0]) |
---|
| 3644 | MinA=str2double(get(handles.num_MinA,'String')); |
---|
| 3645 | MaxA=str2double(get(handles.num_MaxA,'String')); |
---|
| 3646 | if MinA>MaxA% switch minA and maxA in case of error |
---|
| 3647 | MinA_old=MinA; |
---|
| 3648 | MinA=MaxA; |
---|
| 3649 | MaxA=MinA_old; |
---|
| 3650 | set(handles.num_MinA,'String',num2str(MinA,5)); |
---|
| 3651 | set(handles.num_MaxA,'String',num2str(MaxA,5)); |
---|
| 3652 | end |
---|
| 3653 | update_plot(handles); |
---|
| 3654 | |
---|
| 3655 | %------------------------------------------------------------------------ |
---|
| 3656 | function num_MaxA_Callback(hObject, eventdata, handles) |
---|
| 3657 | %------------------------------------------------------------------------ |
---|
| 3658 | set(handles.CheckFixScalar,'Value',1) %suppress auto mode |
---|
| 3659 | set(handles.CheckFixScalar,'BackgroundColor',[1 1 0]) |
---|
| 3660 | MinA=str2double(get(handles.num_MinA,'String')); |
---|
| 3661 | MaxA=str2double(get(handles.num_MaxA,'String')); |
---|
| 3662 | if MinA>MaxA% switch minA and maxA in case of error |
---|
| 3663 | MinA_old=MinA; |
---|
| 3664 | MinA=MaxA; |
---|
| 3665 | MaxA=MinA_old; |
---|
| 3666 | set(handles.num_MinA,'String',num2str(MinA,5)); |
---|
| 3667 | set(handles.num_MaxA,'String',num2str(MaxA,5)); |
---|
| 3668 | end |
---|
| 3669 | update_plot(handles); |
---|
| 3670 | |
---|
| 3671 | %------------------------------------------------------------------------ |
---|
| 3672 | function CheckFixScalar_Callback(hObject, eventdata, handles) |
---|
| 3673 | %------------------------------------------------------------------------ |
---|
| 3674 | test=get(handles.CheckFixScalar,'Value'); |
---|
| 3675 | if test |
---|
| 3676 | set(handles.CheckFixScalar,'BackgroundColor',[1 1 0]) |
---|
| 3677 | else |
---|
| 3678 | set(handles.CheckFixScalar,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 3679 | update_plot(handles); |
---|
| 3680 | end |
---|
| 3681 | |
---|
| 3682 | %------------------------------------------------------------------- |
---|
| 3683 | function CheckBW_Callback(hObject, eventdata, handles) |
---|
| 3684 | %------------------------------------------------------------------- |
---|
| 3685 | update_plot(handles); |
---|
| 3686 | |
---|
| 3687 | %------------------------------------------------------------------- |
---|
[428] | 3688 | function num_Opacity_Callback(hObject, eventdata, handles) |
---|
| 3689 | update_plot(handles); |
---|
| 3690 | %------------------------------------------------------------------- |
---|
| 3691 | |
---|
| 3692 | %------------------------------------------------------------------- |
---|
[387] | 3693 | function ListContour_Callback(hObject, eventdata, handles) |
---|
| 3694 | %------------------------------------------------------------------- |
---|
| 3695 | val=get(handles.ListContour,'Value'); |
---|
| 3696 | if val==2 |
---|
| 3697 | set(handles.interval_txt,'Visible','on') |
---|
| 3698 | set(handles.num_IncrA,'Visible','on') |
---|
| 3699 | else |
---|
| 3700 | set(handles.interval_txt,'Visible','off') |
---|
| 3701 | set(handles.num_IncrA,'Visible','off') |
---|
| 3702 | end |
---|
| 3703 | update_plot(handles); |
---|
| 3704 | |
---|
| 3705 | %------------------------------------------------------------------- |
---|
| 3706 | function num_IncrA_Callback(hObject, eventdata, handles) |
---|
| 3707 | %------------------------------------------------------------------- |
---|
| 3708 | update_plot(handles); |
---|
| 3709 | |
---|
[405] | 3710 | |
---|
| 3711 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 3712 | % Vector representation |
---|
| 3713 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
[387] | 3714 | %------------------------------------------------------------------- |
---|
| 3715 | function CheckHideWarning_Callback(hObject, eventdata, handles) |
---|
| 3716 | %------------------------------------------------------------------- |
---|
| 3717 | update_plot(handles); |
---|
| 3718 | |
---|
| 3719 | %------------------------------------------------------------------- |
---|
| 3720 | function CheckHideFalse_Callback(hObject, eventdata, handles) |
---|
| 3721 | %------------------------------------------------------------------- |
---|
| 3722 | update_plot(handles); |
---|
| 3723 | |
---|
| 3724 | %------------------------------------------------------------------- |
---|
| 3725 | function num_VecScale_Callback(hObject, eventdata, handles) |
---|
| 3726 | %------------------------------------------------------------------- |
---|
| 3727 | set(handles.CheckFixVectors,'Value',1); |
---|
| 3728 | set(handles.CheckFixVectors,'BackgroundColor',[1 1 0]) |
---|
| 3729 | update_plot(handles); |
---|
| 3730 | |
---|
| 3731 | %------------------------------------------------------------------- |
---|
| 3732 | function CheckFixVectors_Callback(hObject, eventdata, handles) |
---|
| 3733 | %------------------------------------------------------------------- |
---|
| 3734 | test=get(handles.CheckFixVectors,'Value'); |
---|
| 3735 | if test |
---|
| 3736 | set(handles.CheckFixVectors,'BackgroundColor',[1 1 0]) |
---|
| 3737 | else |
---|
| 3738 | update_plot(handles); |
---|
| 3739 | %set(handles.num_VecScale,'String',num2str(ScalOut.num_VecScale,3)) |
---|
| 3740 | set(handles.CheckFixVectors,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 3741 | end |
---|
| 3742 | |
---|
| 3743 | %------------------------------------------------------------------------ |
---|
| 3744 | % --- Executes on selection change in CheckDecimate4 (nb_vec/4). |
---|
| 3745 | function CheckDecimate4_Callback(hObject, eventdata, handles) |
---|
| 3746 | %------------------------------------------------------------------------ |
---|
| 3747 | update_plot(handles); |
---|
| 3748 | |
---|
| 3749 | %------------------------------------------------------------------------ |
---|
[405] | 3750 | % --- Executes on selection change in ColorCode menu |
---|
| 3751 | function ColorCode_Callback(hObject, eventdata, handles) |
---|
[387] | 3752 | %------------------------------------------------------------------------ |
---|
[405] | 3753 | % edit the choice for color code |
---|
| 3754 | update_color_code_boxes(handles); |
---|
| 3755 | update_plot(handles); |
---|
| 3756 | |
---|
| 3757 | %------------------------------------------------------------------------ |
---|
| 3758 | function update_color_code_boxes(handles) |
---|
| 3759 | %------------------------------------------------------------------------ |
---|
| 3760 | list_code=get(handles.ColorCode,'String');% list menu fields |
---|
| 3761 | colcode= list_code{get(handles.ColorCode,'Value')}; % selected field |
---|
| 3762 | enable_slider='off';%default |
---|
| 3763 | enable_bounds='off';%default |
---|
| 3764 | enable_scalar='off';%default |
---|
| 3765 | switch colcode |
---|
| 3766 | case {'rgb','bgr'} |
---|
| 3767 | enable_slider='on'; |
---|
| 3768 | enable_bounds='on'; |
---|
| 3769 | enable_scalar='on'; |
---|
| 3770 | case '64 colors' |
---|
| 3771 | enable_bounds='on'; |
---|
| 3772 | enable_scalar='on'; |
---|
| 3773 | end |
---|
| 3774 | set(handles.Slider1,'Visible',enable_slider) |
---|
| 3775 | set(handles.Slider2,'Visible', enable_slider) |
---|
| 3776 | set(handles.num_ColCode1,'Visible',enable_slider) |
---|
| 3777 | set(handles.num_ColCode2,'Visible',enable_slider) |
---|
| 3778 | set(handles.TitleColCode1,'Visible',enable_slider) |
---|
| 3779 | set(handles.TitleColCode2,'Visible',enable_slider) |
---|
| 3780 | set(handles.CheckFixVecColor,'Visible',enable_bounds) |
---|
| 3781 | set(handles.num_MinVec,'Visible',enable_bounds) |
---|
| 3782 | set(handles.num_MaxVec,'Visible',enable_bounds) |
---|
| 3783 | set(handles.ColorScalar,'Visible',enable_scalar) |
---|
[387] | 3784 | set_vec_col_bar(handles) |
---|
[405] | 3785 | |
---|
| 3786 | %------------------------------------------------------------------ |
---|
| 3787 | % --- Executes on selection change in ColorScalar: choice of the color code. |
---|
| 3788 | function ColorScalar_Callback(hObject, eventdata, handles) |
---|
| 3789 | %------------------------------------------------------------------ |
---|
| 3790 | % edit the choice for color code |
---|
| 3791 | list_scalar=get(handles.ColorScalar,'String');% list menu fields |
---|
| 3792 | col_scalar= list_scalar{get(handles.ColorScalar,'Value')}; % selected field |
---|
| 3793 | if isequal(col_scalar,'ima_cor') |
---|
| 3794 | set(handles.CheckFixVecColor,'Value',1)%fixed scale by default |
---|
| 3795 | ColorCode='rgb'; |
---|
| 3796 | set(handles.num_MinVec,'String','0') |
---|
| 3797 | set(handles.num_MaxVec,'String','1') |
---|
| 3798 | set(handles.num_ColCode1,'String','0.333') |
---|
| 3799 | set(handles.num_ColCode2,'String','0.666') |
---|
| 3800 | else |
---|
| 3801 | set(handles.CheckFixVecColor,'Value',0)%auto scale between min,max by default |
---|
| 3802 | ColorCode='64 colors'; |
---|
| 3803 | end |
---|
| 3804 | ColorCodeList=get(handles.ColorCode,'String'); |
---|
| 3805 | ichoice=find(strcmp(ColorCode,ColorCodeList),1); |
---|
| 3806 | set(handles.ColorCode,'Value',ichoice)% set color code in the menu |
---|
| 3807 | |
---|
| 3808 | update_color_code_boxes(handles); |
---|
| 3809 | %replot the current graph |
---|
| 3810 | run0_Callback(hObject, eventdata, handles) |
---|
| 3811 | |
---|
| 3812 | %---------------------------------------------------------------- |
---|
| 3813 | % -- Executes on slider movement to set the color code |
---|
| 3814 | % |
---|
| 3815 | function Slider1_Callback(hObject, eventdata, handles) |
---|
| 3816 | %------------------------------------------------------------------ |
---|
| 3817 | slider1=get(handles.Slider1,'Value'); |
---|
| 3818 | min_val=str2num(get(handles.num_MinVec,'String')); |
---|
| 3819 | max_val=str2num(get(handles.num_MaxVec,'String')); |
---|
| 3820 | col=min_val+(max_val-min_val)*slider1; |
---|
| 3821 | set(handles.num_ColCode1,'String',num2str(col)) |
---|
| 3822 | if(get(handles.Slider2,'Value') < col)%move also the second slider at the same value if needed |
---|
| 3823 | set(handles.Slider2,'Value',col) |
---|
| 3824 | set(handles.num_ColCode2,'String',num2str(col)) |
---|
| 3825 | end |
---|
| 3826 | set_vec_col_bar(handles) |
---|
[387] | 3827 | update_plot(handles); |
---|
| 3828 | |
---|
[405] | 3829 | %---------------------------------------------------------------- |
---|
| 3830 | % Executes on slider movement to set the color code |
---|
| 3831 | %---------------------------------------------------------------- |
---|
| 3832 | function Slider2_Callback(hObject, eventdata, handles) |
---|
| 3833 | slider2=get(handles.Slider2,'Value'); |
---|
| 3834 | min_val=str2num(get(handles.num_MinVec,'String')); |
---|
| 3835 | max_val=str2num(get(handles.num_MaxVec,'String')); |
---|
| 3836 | col=min_val+(max_val-min_val)*slider2; |
---|
| 3837 | set(handles.num_ColCode2,'String',num2str(col)) |
---|
| 3838 | if(get(handles.Slider1,'Value') > col)%move also the first slider at the same value if needed |
---|
| 3839 | set(handles.Slider1,'Value',col) |
---|
| 3840 | set(handles.num_ColCode1,'String',num2str(col)) |
---|
| 3841 | end |
---|
| 3842 | set_vec_col_bar(handles) |
---|
| 3843 | update_plot(handles); |
---|
| 3844 | |
---|
| 3845 | %---------------------------------------------------------------- |
---|
| 3846 | % --- Execute on return carriage on the edit box corresponding to slider 1 |
---|
| 3847 | %---------------------------------------------------------------- |
---|
| 3848 | function num_ColCode1_Callback(hObject, eventdata, handles) |
---|
| 3849 | set_vec_col_bar(handles) |
---|
| 3850 | update_plot(handles); |
---|
| 3851 | |
---|
| 3852 | %---------------------------------------------------------------- |
---|
| 3853 | % --- Execute on return carriage on the edit box corresponding to slider 2 |
---|
| 3854 | %---------------------------------------------------------------- |
---|
| 3855 | function num_ColCode2_Callback(hObject, eventdata, handles) |
---|
| 3856 | set_vec_col_bar(handles) |
---|
| 3857 | update_plot(handles); |
---|
[387] | 3858 | %------------------------------------------------------------------------ |
---|
[405] | 3859 | %------------------------------------------------------- |
---|
[387] | 3860 | % --- Executes on button press in CheckFixVecColor. |
---|
[405] | 3861 | %------------------------------------------------------- |
---|
| 3862 | function VecColBar_Callback(hObject, eventdata, handles) |
---|
| 3863 | set_vec_col_bar(handles) |
---|
| 3864 | |
---|
| 3865 | %------------------------------------------------------------------------ |
---|
| 3866 | % --- Executes on button press in CheckFixVecColor. |
---|
[387] | 3867 | function CheckFixVecColor_Callback(hObject, eventdata, handles) |
---|
| 3868 | %------------------------------------------------------------------------ |
---|
[405] | 3869 | if ~get(handles.CheckFixVecColor,'Value') |
---|
[387] | 3870 | update_plot(handles); |
---|
| 3871 | end |
---|
| 3872 | |
---|
| 3873 | %------------------------------------------------------------------------ |
---|
| 3874 | % --- Executes on selection change in num_MaxVec. |
---|
| 3875 | function num_MinVec_Callback(hObject, eventdata, handles) |
---|
| 3876 | %------------------------------------------------------------------------ |
---|
| 3877 | max_vec_Callback(hObject, eventdata, handles) |
---|
| 3878 | |
---|
| 3879 | %------------------------------------------------------------------------ |
---|
| 3880 | % --- Executes on selection change in num_MaxVec. |
---|
| 3881 | function num_MaxVec_Callback(hObject, eventdata, handles) |
---|
| 3882 | %------------------------------------------------------------------------ |
---|
| 3883 | set(handles.CheckFixVecColor,'Value',1) |
---|
| 3884 | CheckFixVecColor_Callback(hObject, eventdata, handles) |
---|
| 3885 | min_val=str2num(get(handles.num_MinVec,'String')); |
---|
| 3886 | max_val=str2num(get(handles.num_MaxVec,'String')); |
---|
| 3887 | slider1=get(handles.Slider1,'Value'); |
---|
| 3888 | slider2=get(handles.Slider2,'Value'); |
---|
| 3889 | colcode1=min_val+(max_val-min_val)*slider1; |
---|
| 3890 | colcode2=min_val+(max_val-min_val)*slider2; |
---|
| 3891 | set(handles.num_ColCode1,'String',num2str(colcode1)) |
---|
| 3892 | set(handles.num_ColCode2,'String',num2str(colcode2)) |
---|
| 3893 | update_plot(handles); |
---|
| 3894 | |
---|
| 3895 | %------------------------------------------------------------------------ |
---|
[405] | 3896 | % --- update the display of color code for vectors (on vecColBar) |
---|
[387] | 3897 | function set_vec_col_bar(handles) |
---|
| 3898 | %------------------------------------------------------------------------ |
---|
| 3899 | %get the image of the color display button 'VecColBar' in pixels |
---|
| 3900 | set(handles.VecColBar,'Unit','pixel'); |
---|
| 3901 | pos_vert=get(handles.VecColBar,'Position'); |
---|
| 3902 | set(handles.VecColBar,'Unit','Normalized'); |
---|
| 3903 | width=ceil(pos_vert(3)); |
---|
| 3904 | height=ceil(pos_vert(4)); |
---|
| 3905 | |
---|
| 3906 | %get slider indications |
---|
[405] | 3907 | list=get(handles.ColorCode,'String'); |
---|
| 3908 | ichoice=get(handles.ColorCode,'Value'); |
---|
| 3909 | colcode.ColorCode=list{ichoice}; |
---|
[387] | 3910 | colcode.MinVec=str2num(get(handles.num_MinVec,'String')); |
---|
| 3911 | colcode.MaxVec=str2num(get(handles.num_MaxVec,'String')); |
---|
[405] | 3912 | test3color=strcmp(colcode.ColorCode,'rgb') || strcmp(colcode.ColorCode,'bgr'); |
---|
[387] | 3913 | if test3color |
---|
| 3914 | colcode.ColCode1=str2num(get(handles.num_ColCode1,'String')); |
---|
| 3915 | colcode.ColCode2=str2num(get(handles.num_ColCode2,'String')); |
---|
| 3916 | end |
---|
| 3917 | vec_C=colcode.MinVec+(colcode.MaxVec-colcode.MinVec)*(0.5:width-0.5)/width;%sample of vec_C values from min to max |
---|
| 3918 | [colorlist,col_vec]=set_col_vec(colcode,vec_C); |
---|
| 3919 | oneheight=ones(1,height); |
---|
| 3920 | A1=colorlist(col_vec,1)*oneheight; |
---|
| 3921 | A2=colorlist(col_vec,2)*oneheight; |
---|
| 3922 | A3=colorlist(col_vec,3)*oneheight; |
---|
| 3923 | A(:,:,1)=A1'; |
---|
| 3924 | A(:,:,2)=A2'; |
---|
| 3925 | A(:,:,3)=A3'; |
---|
| 3926 | set(handles.VecColBar,'Cdata',A) |
---|
| 3927 | |
---|
| 3928 | %------------------------------------------------------------------- |
---|
| 3929 | function update_plot(handles) |
---|
| 3930 | %------------------------------------------------------------------- |
---|
| 3931 | UvData=get(handles.uvmat,'UserData'); |
---|
[511] | 3932 | AxeData=UvData.PlotAxes;% retrieve the current plotted data |
---|
[387] | 3933 | PlotParam=read_GUI(handles.uvmat); |
---|
[511] | 3934 | [tild,PlotParamOut]= plot_field(AxeData,handles.PlotAxes,PlotParam); |
---|
[387] | 3935 | write_plot_param(handles,PlotParamOut); %update the auto plot parameters |
---|
| 3936 | |
---|
[402] | 3937 | %------------------------------------------------------------------------ |
---|
| 3938 | %------------------------------------------------------------------------ |
---|
| 3939 | % SELECTION AND EDITION OF PROJECTION OBJECTS |
---|
| 3940 | %------------------------------------------------------------------------ |
---|
| 3941 | %------------------------------------------------------------------------ |
---|
[387] | 3942 | |
---|
[410] | 3943 | % --- Executes on selection change in ListObject_1. |
---|
| 3944 | function ListObject_1_Callback(hObject, eventdata, handles) |
---|
[432] | 3945 | list_str=get(handles.ListObject,'String'); |
---|
[410] | 3946 | UvData=get(handles.uvmat,'UserData'); |
---|
| 3947 | ObjectData=UvData.Object{get(handles.ListObject_1,'Value')}; |
---|
| 3948 | |
---|
| 3949 | %% update the projection plot on uvmat |
---|
[432] | 3950 | ProjData= proj_field(UvData.Field,ObjectData);%project the current input field on object ObjectData |
---|
[511] | 3951 | plot_field(ProjData,handles.PlotAxes,read_GUI(handles.uvmat));% plot the projected field; |
---|
[432] | 3952 | %replot all the objects within the new projected field |
---|
| 3953 | for IndexObj=1:numel(list_str) |
---|
[515] | 3954 | hobject=UvData.Object{IndexObj}.DisplayHandle.uvmat; |
---|
[432] | 3955 | if isempty(hobject) || ~ishandle(hobject) |
---|
[515] | 3956 | hobject=handles.PlotAxes; |
---|
[432] | 3957 | end |
---|
| 3958 | if isequal(IndexObj,get(handles.ListObject,'Value')) |
---|
| 3959 | objectcolor='m'; %paint in magenta the currently selected object in ListObject |
---|
| 3960 | else |
---|
| 3961 | objectcolor='b'; |
---|
| 3962 | end |
---|
| 3963 | UvData.Object{IndexObj}.DisplayHandle.uvmat=plot_object(UvData.Object{IndexObj},ObjectData,hobject,objectcolor);%draw the object in uvmat |
---|
| 3964 | end |
---|
| 3965 | set(handles.uvmat,'UserData',UvData) |
---|
[410] | 3966 | |
---|
| 3967 | %% display the object parameters if the GUI set_object is already opened |
---|
[425] | 3968 | if ~get(handles.ViewObject,'Value') |
---|
[410] | 3969 | ZBounds=0; % default |
---|
| 3970 | if isfield(UvData.Field,'ZMin') && isfield(UvData.Field,'ZMax') |
---|
| 3971 | ZBounds(1)=UvData.Field.ZMin; %minimum for the Z slider |
---|
| 3972 | ZBounds(2)=UvData.Field.ZMax;%maximum for the Z slider |
---|
| 3973 | end |
---|
[425] | 3974 | ObjectData.Name=list_str{get(handles.ListObject_1,'Value')}; |
---|
[410] | 3975 | set_object(ObjectData,[],ZBounds); |
---|
[424] | 3976 | set(handles.ViewObject,'Value',1)% show that the selected object in ListObject_1 is currently visualised |
---|
[410] | 3977 | end |
---|
[432] | 3978 | |
---|
[410] | 3979 | % desactivate the edit object mode |
---|
| 3980 | set(handles.edit_object,'Value',0) |
---|
| 3981 | set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) |
---|
| 3982 | |
---|
[387] | 3983 | %------------------------------------------------------------------------ |
---|
| 3984 | % --- Executes on selection change in ListObject. |
---|
| 3985 | function ListObject_Callback(hObject, eventdata, handles) |
---|
| 3986 | %------------------------------------------------------------------------ |
---|
| 3987 | list_str=get(handles.ListObject,'String'); |
---|
| 3988 | IndexObj=get(handles.ListObject,'Value');%present object selection |
---|
| 3989 | |
---|
[410] | 3990 | %% The object is displayed in set_object if this GUI is already opened |
---|
[402] | 3991 | UvData=get(handles.uvmat,'UserData'); |
---|
[410] | 3992 | ObjectData=UvData.Object{IndexObj}; |
---|
[402] | 3993 | hset_object=findobj(allchild(0),'tag','set_object'); |
---|
| 3994 | if ~isempty(hset_object) |
---|
| 3995 | ZBounds=0; % default |
---|
| 3996 | if isfield(UvData.Field,'ZMin') && isfield(UvData.Field,'ZMax') |
---|
| 3997 | ZBounds(1)=UvData.Field.ZMin; %minimum for the Z slider |
---|
| 3998 | ZBounds(2)=UvData.Field.ZMax;%maximum for the Z slider |
---|
| 3999 | end |
---|
[410] | 4000 | ObjectData.Name=list_str{IndexObj}; |
---|
[402] | 4001 | set_object(ObjectData,[],ZBounds); |
---|
[424] | 4002 | set(handles.ViewField,'Value',1)% show that the selected object in ListObject is currently visualised |
---|
[402] | 4003 | end |
---|
[429] | 4004 | |
---|
| 4005 | %% desactivate the edit object mode |
---|
[402] | 4006 | set(handles.edit_object,'Value',0) |
---|
| 4007 | set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) |
---|
| 4008 | |
---|
[429] | 4009 | %% update the plot on view_field if view_field is already openened |
---|
| 4010 | hview_field=findobj(allchild(0),'tag','view_field'); |
---|
| 4011 | if isempty(hview_field) |
---|
[511] | 4012 | hhview_field.PlotAxes=[]; |
---|
[429] | 4013 | else |
---|
| 4014 | Data=get(hview_field,'UserData'); |
---|
| 4015 | hhview_field=guidata(hview_field); |
---|
| 4016 | ProjData= proj_field(UvData.Field,ObjectData);%project the current interface field on ObjectData |
---|
[511] | 4017 | [PlotType,PlotParam]=plot_field(ProjData,hhview_field.PlotAxes,read_GUI(hview_field));%read plotting parameters on the uvmat interfachhview_fiel |
---|
[429] | 4018 | write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object |
---|
| 4019 | haxes=findobj(hview_field,'tag','axes3'); |
---|
| 4020 | pos=get(hview_field,'Position'); |
---|
| 4021 | if strcmp(get(haxes,'Visible'),'off')%sempty(PlotParam.Coordinates)% case of no plot display (pure text table) |
---|
| 4022 | h_TableDisplay=findobj(hview_field,'tag','TableDisplay'); |
---|
| 4023 | pos_table=get(h_TableDisplay,'Position'); |
---|
| 4024 | set(hview_field,'Position',[pos(1)+pos(3)-pos_table(3) pos(2)+pos(4)-pos_table(4) pos_table(3) pos_table(4)]) |
---|
| 4025 | drawnow% needed to change position before the next command |
---|
| 4026 | set(hview_field,'UserData',Data);% restore the previously stored GUI position after GUI resizing |
---|
| 4027 | else |
---|
| 4028 | set(hview_field,'Position',Data.GUISize)% return to the previously stored GUI position and size |
---|
[387] | 4029 | end |
---|
| 4030 | end |
---|
| 4031 | |
---|
[402] | 4032 | %% update the color of the graphic object representation: the selected object in magenta, others in blue |
---|
[511] | 4033 | update_object_color(handles.PlotAxes,hhview_field.PlotAxes,UvData.Object{IndexObj}.DisplayHandle.uvmat) |
---|
[387] | 4034 | |
---|
| 4035 | %------------------------------------------------------------------------ |
---|
[402] | 4036 | %--- update the color representation of objects (indicating the selected ones) |
---|
| 4037 | function update_object_color(axes_uvmat,axes_view_field,DisplayHandle) |
---|
[387] | 4038 | %------------------------------------------------------------------------ |
---|
[402] | 4039 | if isempty(axes_view_field)% case with no view_field plot |
---|
| 4040 | hother=[findobj(axes_uvmat,'Tag','proj_object');findobj(axes_uvmat,'Tag','DeformPoint')];%find all the proj object and deform point representations |
---|
[387] | 4041 | else |
---|
[402] | 4042 | hother=[findobj(axes_uvmat,'Tag','proj_object') ;findobj(axes_view_field,'Tag','proj_object');... %find all the proj object representations |
---|
| 4043 | findobj(axes_uvmat,'Tag','DeformPoint'); findobj(axes_view_field,'Tag','DeformPoint')];%find all the deform point representations |
---|
[387] | 4044 | end |
---|
| 4045 | for iobj=1:length(hother) |
---|
| 4046 | if isequal(get(hother(iobj),'Type'),'rectangle')||isequal(get(hother(iobj),'Type'),'patch') |
---|
| 4047 | set(hother(iobj),'EdgeColor','b') |
---|
| 4048 | if isequal(get(hother(iobj),'FaceColor'),'m') |
---|
| 4049 | set(hother(iobj),'FaceColor','b') |
---|
| 4050 | end |
---|
| 4051 | elseif isequal(get(hother(iobj),'Type'),'image') |
---|
| 4052 | Acolor=get(hother(iobj),'CData'); |
---|
| 4053 | Acolor(:,:,1)=zeros(size(Acolor,1),size(Acolor,2)); |
---|
| 4054 | set(hother(iobj),'CData',Acolor); |
---|
| 4055 | else |
---|
| 4056 | set(hother(iobj),'Color','b') |
---|
| 4057 | end |
---|
| 4058 | set(hother(iobj),'Selected','off') |
---|
| 4059 | end |
---|
[432] | 4060 | if ishandle(DisplayHandle) |
---|
[402] | 4061 | linetype=get(DisplayHandle,'Type'); |
---|
| 4062 | if isequal(linetype,'line') |
---|
| 4063 | set(DisplayHandle,'Color','m'); %set the selected object to magenta color |
---|
| 4064 | elseif isequal(linetype,'rectangle') |
---|
| 4065 | set(DisplayHandle,'EdgeColor','m'); %set the selected object to magenta color |
---|
| 4066 | elseif isequal(linetype,'patch') |
---|
| 4067 | set(DisplayHandle,'FaceColor','m'); %set the selected object to magenta color |
---|
| 4068 | end |
---|
| 4069 | SubObjectData=get(DisplayHandle,'UserData'); |
---|
| 4070 | if isfield(SubObjectData,'SubObject') & ishandle(SubObjectData.SubObject) |
---|
| 4071 | for iobj=1:length(SubObjectData.SubObject) |
---|
| 4072 | hsub=SubObjectData.SubObject(iobj); |
---|
| 4073 | if isequal(get(hsub,'Type'),'rectangle') |
---|
| 4074 | set(hsub,'EdgeColor','m'); %set the selected object to magenta color |
---|
| 4075 | elseif isequal(get(hsub,'Type'),'image') |
---|
| 4076 | Acolor=get(hsub,'CData'); |
---|
| 4077 | Acolor(:,:,1)=Acolor(:,:,3); |
---|
| 4078 | set(hsub,'CData',Acolor); |
---|
| 4079 | else |
---|
| 4080 | set(hsub,'Color','m') |
---|
| 4081 | end |
---|
[387] | 4082 | end |
---|
| 4083 | end |
---|
[402] | 4084 | if isfield(SubObjectData,'DeformPoint') & ishandle(SubObjectData.DeformPoint) |
---|
| 4085 | set(SubObjectData.DeformPoint,'Color','m') |
---|
| 4086 | end |
---|
[387] | 4087 | end |
---|
[402] | 4088 | |
---|
[427] | 4089 | %------------------------------------------------------------------- |
---|
| 4090 | % --- Executes on selection change in edit_object. |
---|
| 4091 | function edit_object_Callback(hObject, eventdata, handles) |
---|
| 4092 | %------------------------------------------------------------------- |
---|
| 4093 | UvData=get(handles.uvmat,'UserData');%read UvData properties stored on the uvmat interface |
---|
| 4094 | hset_object=findobj(allchild(0),'Tag','set_object'); |
---|
| 4095 | if get(handles.edit_object,'Value') |
---|
| 4096 | set(handles.edit_object,'BackgroundColor',[1,1,0]) |
---|
| 4097 | %suppress the other options |
---|
| 4098 | set(handles.CheckZoom,'Value',0) |
---|
| 4099 | CheckZoom_Callback(hObject, eventdata, handles) |
---|
| 4100 | hgeometry_calib=findobj(allchild(0),'tag','geometry_calib'); |
---|
| 4101 | if ishandle(hgeometry_calib) |
---|
| 4102 | hhgeometry_calib=guidata(hgeometry_calib); |
---|
| 4103 | set(hhgeometry_calib.edit_append,'Value',0)% desactivate mouse action in geometry_calib |
---|
| 4104 | set(hhgeometry_calib.edit_append,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 4105 | end |
---|
| 4106 | set(handles.ViewObject,'value',1) |
---|
| 4107 | ViewObject_Callback(hObject, eventdata, handles) |
---|
| 4108 | else % desctivate object edit mode |
---|
| 4109 | set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) |
---|
| 4110 | if ~isempty(hset_object)% open the |
---|
| 4111 | hhset_object=guidata(hset_object); |
---|
| 4112 | set(hhset_object.PLOT,'enable','off'); |
---|
| 4113 | set(get(hset_object,'children'),'enable','inactive') |
---|
| 4114 | end |
---|
| 4115 | end |
---|
| 4116 | |
---|
| 4117 | |
---|
[402] | 4118 | %------------------------------------------------------------------------ |
---|
[424] | 4119 | % --- Executes on button press in ViewObject. |
---|
| 4120 | function ViewObject_Callback(hObject, eventdata, handles) |
---|
[410] | 4121 | %------------------------------------------------------------------------ |
---|
[424] | 4122 | check_view=get(handles.ViewObject,'Value'); |
---|
[410] | 4123 | |
---|
| 4124 | if check_view %activate set_object |
---|
[424] | 4125 | IndexObj=get(handles.ListObject,'Value'); |
---|
| 4126 | list_object=get(handles.ListObject,'String'); |
---|
[410] | 4127 | UvData=get(handles.uvmat,'UserData');%read UvData properties stored on the uvmat interface |
---|
| 4128 | UvData.Object{IndexObj}.Name=list_object{IndexObj}; |
---|
| 4129 | if numel(UvData.Object)<IndexObj;% error in UvData |
---|
| 4130 | msgbox_uvmat('ERROR','invalid object list') |
---|
| 4131 | return |
---|
| 4132 | end |
---|
| 4133 | ZBounds=0; % default |
---|
| 4134 | if isfield(UvData.Field,'ZMin') && isfield(UvData.Field,'ZMax') |
---|
| 4135 | ZBounds(1)=UvData.Field.ZMin; %minimum for the Z slider |
---|
| 4136 | ZBounds(2)=UvData.Field.ZMax;%maximum for the Z slider |
---|
| 4137 | end |
---|
[424] | 4138 | % set(handles.ListObject_1,'Value',IndexObj);%restore ListObject selection after set_object deletion |
---|
[410] | 4139 | data=UvData.Object{IndexObj}; |
---|
| 4140 | if ~isfield(data,'Type')% default plane |
---|
| 4141 | data.Type='plane'; |
---|
| 4142 | end |
---|
[515] | 4143 | % if isfield(UvData,'Field') |
---|
| 4144 | % Field=UvData.Field; |
---|
| 4145 | % if isfield(UvData.Field,'Mesh')&&~isempty(UvData.Field.Mesh) |
---|
| 4146 | % data.RangeX=[UvData.Field.XMin UvData.Field.XMax]; |
---|
| 4147 | % if strcmp(data.Type,'line')||strcmp(data.Type,'polyline') |
---|
| 4148 | % data.RangeY=UvData.Field.Mesh; |
---|
| 4149 | % else |
---|
| 4150 | % data.RangeY=[UvData.Field.YMin UvData.Field.YMax]; |
---|
| 4151 | % end |
---|
| 4152 | % data.DX=UvData.Field.Mesh; |
---|
| 4153 | % data.DY=UvData.Field.Mesh; |
---|
| 4154 | % end |
---|
| 4155 | % if isfield(Field,'NbDim')&& isequal(Field.NbDim,3) |
---|
| 4156 | % data.Coord=[0 0 0]; %default |
---|
| 4157 | % end |
---|
| 4158 | % if isfield(Field,'CoordUnit') |
---|
| 4159 | % data.CoordUnit=Field.CoordUnit; |
---|
| 4160 | % end |
---|
| 4161 | % end |
---|
[410] | 4162 | hset_object=set_object(data,[],ZBounds); |
---|
| 4163 | hhset_object=guidata(hset_object); |
---|
| 4164 | if get(handles.edit_object,'Value')% edit mode |
---|
| 4165 | set(hhset_object.PLOT,'Enable','on') |
---|
[424] | 4166 | set(get(hset_object,'children'),'enable','on') |
---|
[410] | 4167 | else |
---|
| 4168 | set(hhset_object.PLOT,'Enable','off') |
---|
[427] | 4169 | set(get(hset_object,'children'),'enable','inactive')% deactivate the GUI except SAVE |
---|
| 4170 | set(hhset_object.SAVE,'Enable','on') |
---|
[410] | 4171 | end |
---|
| 4172 | else |
---|
| 4173 | hset_object=findobj(allchild(0),'tag','set_object'); |
---|
| 4174 | if ~isempty(hset_object) |
---|
| 4175 | delete(hset_object)% delete existing version of set_object |
---|
| 4176 | end |
---|
| 4177 | end |
---|
| 4178 | |
---|
[424] | 4179 | |
---|
[410] | 4180 | %------------------------------------------------------------------------ |
---|
[424] | 4181 | % --- Executes on button press in ViewField. |
---|
| 4182 | function ViewField_Callback(hObject, eventdata, handles) |
---|
[402] | 4183 | %------------------------------------------------------------------------ |
---|
[424] | 4184 | check_view=get(handles.ViewField,'Value'); |
---|
[387] | 4185 | |
---|
[410] | 4186 | if check_view |
---|
| 4187 | IndexObj=get(handles.ListObject,'Value'); |
---|
| 4188 | UvData=get(handles.uvmat,'UserData');%read UvData properties stored on the uvmat interface |
---|
| 4189 | if numel(UvData.Object)<IndexObj(end);% error in UvData |
---|
| 4190 | msgbox_uvmat('ERROR','invalid object list') |
---|
| 4191 | return |
---|
| 4192 | end |
---|
| 4193 | ZBounds=0; % default |
---|
| 4194 | if isfield(UvData.Field,'ZMin') && isfield(UvData.Field,'ZMax') |
---|
| 4195 | ZBounds(1)=UvData.Field.ZMin; %minimum for the Z slider |
---|
| 4196 | ZBounds(2)=UvData.Field.ZMax;%maximum for the Z slider |
---|
| 4197 | end |
---|
| 4198 | set(handles.ListObject,'Value',IndexObj);%restore ListObject selection after set_object deletion |
---|
| 4199 | if ~isfield(UvData.Object{IndexObj(1)},'Type')% default plane |
---|
| 4200 | UvData.Object{IndexObj(1)}.Type='plane'; |
---|
| 4201 | end |
---|
| 4202 | list_object=get(handles.ListObject,'String'); |
---|
| 4203 | UvData.Object{IndexObj(end)}.Name=list_object{IndexObj(end)}; |
---|
| 4204 | |
---|
[429] | 4205 | %% show the projection of the selected object on view_field |
---|
| 4206 | ProjData= proj_field(UvData.Field,UvData.Object{IndexObj});%project the current field on ObjectData |
---|
[402] | 4207 | hview_field=findobj(allchild(0),'tag','view_field'); |
---|
| 4208 | if isempty(hview_field) |
---|
| 4209 | hview_field=view_field; |
---|
| 4210 | end |
---|
[429] | 4211 | hhview_field=guidata(hview_field); |
---|
[511] | 4212 | [PlotType,PlotParam]=plot_field(ProjData,hhview_field.PlotAxes,read_GUI(hview_field));%read plotting parameters on the GUI view_field); |
---|
[429] | 4213 | write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object |
---|
| 4214 | haxes=findobj(hview_field,'tag','axes3'); |
---|
| 4215 | pos=get(hview_field,'Position'); |
---|
| 4216 | if strcmp(get(haxes,'Visible'),'off')%sempty(PlotParam.Coordinates)% case of no plot display (pure text table) |
---|
| 4217 | h_TableDisplay=findobj(hview_field,'tag','TableDisplay'); |
---|
| 4218 | pos_table=get(h_TableDisplay,'Position'); |
---|
| 4219 | set(hview_field,'Position',[pos(1)+pos(3)-pos_table(3) pos(2)+pos(4)-pos_table(4) pos_table(3) pos_table(4)]) |
---|
| 4220 | else |
---|
| 4221 | Data=get(hview_field,'UserData'); |
---|
[432] | 4222 | set(hview_field,'Position',Data.GUISize)% restore the size of view_field for plots |
---|
[429] | 4223 | end |
---|
[410] | 4224 | else |
---|
[424] | 4225 | hview_field=findobj(allchild(0),'tag','view_field'); |
---|
| 4226 | if ~isempty(hview_field) |
---|
| 4227 | delete(hview_field)% delete existing version of set_object |
---|
[410] | 4228 | end |
---|
[402] | 4229 | end |
---|
| 4230 | |
---|
[424] | 4231 | |
---|
[402] | 4232 | %------------------------------------------------------------------------ |
---|
| 4233 | % --- Executes on button press in delete_object. |
---|
| 4234 | function delete_object_Callback(hObject, eventdata, handles) |
---|
| 4235 | %------------------------------------------------------------------------ |
---|
[499] | 4236 | IndexObj=get(handles.ListObject,'Value');%projection object selected for view_field |
---|
| 4237 | IndexObj_1=get(handles.ListObject_1,'Value');%projection object selected for uvmat plot |
---|
| 4238 | if IndexObj>1 && ~isequal(IndexObj,IndexObj_1) % do not delete the object used for the uvmat plot |
---|
[410] | 4239 | delete_object(IndexObj) |
---|
[402] | 4240 | end |
---|
| 4241 | |
---|
| 4242 | %------------------------------------------------------------------------ |
---|
| 4243 | %------------------------------------------------------------------------ |
---|
| 4244 | % II - TOOLS FROM THE UPPER MENU BAR |
---|
| 4245 | %------------------------------------------------------------------------ |
---|
| 4246 | %------------------------------------------------------------------------ |
---|
| 4247 | |
---|
| 4248 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4249 | % Export Menu Callbacks |
---|
| 4250 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4251 | %------------------------------------------------------------------------ |
---|
[387] | 4252 | % --- Executes on button press in Menu/Export/field in workspace. |
---|
| 4253 | function MenuExportField_Callback(hObject, eventdata, handles) |
---|
[402] | 4254 | %------------------------------------------------------------------------ |
---|
[387] | 4255 | global Data_uvmat |
---|
| 4256 | Data_uvmat=get(handles.uvmat,'UserData'); |
---|
| 4257 | evalin('base','global Data_uvmat')%make CurData global in the workspace |
---|
| 4258 | display('current field :') |
---|
| 4259 | evalin('base','Data_uvmat') %display CurData in the workspace |
---|
| 4260 | commandwindow; %brings the Matlab command window to the front |
---|
| 4261 | |
---|
[402] | 4262 | %------------------------------------------------------------------------ |
---|
[387] | 4263 | % --- Executes on button press in Menu/Export/extract figure. |
---|
[402] | 4264 | function MenuExportFigure_Callback(hObject, eventdata, handles) |
---|
| 4265 | %------------------------------------------------------------------------ |
---|
| 4266 | % huvmat=get(handles.MenuExport,'parent'); |
---|
[387] | 4267 | hfig=figure; |
---|
[511] | 4268 | copyobj(handles.PlotAxes,hfig); |
---|
| 4269 | map=colormap(handles.PlotAxes); |
---|
[387] | 4270 | colormap(map);%transmit the current colormap to the zoom fig |
---|
| 4271 | colorbar |
---|
| 4272 | |
---|
[508] | 4273 | % -------------------------------------------------------------------- |
---|
| 4274 | function MenuExportAxis_Callback(hObject, eventdata, handles) |
---|
| 4275 | answer=msgbox_uvmat('CONFIRMATION','select a figure/axis on which the current uvmat plot will be exported') |
---|
| 4276 | if strcmp(answer,'Yes') |
---|
[511] | 4277 | hchild=get(handles.PlotAxes,'children'); |
---|
[508] | 4278 | copyobj(hchild,gca); |
---|
| 4279 | end |
---|
[387] | 4280 | |
---|
| 4281 | %------------------------------------------------------------------------ |
---|
| 4282 | % -------------------------------------------------------------------- |
---|
| 4283 | function MenuExportMovie_Callback(hObject, eventdata, handles) |
---|
| 4284 | % -------------------------------------------------------------------- |
---|
| 4285 | set(handles.MenuExportMovie,'BusyAction','queue')% activate the button |
---|
| 4286 | huvmat=get(handles.run0,'parent'); |
---|
| 4287 | UvData=get(huvmat,'UserData'); |
---|
| 4288 | %[xx,xx,FileBase]=read_file_boxes(handles); |
---|
[515] | 4289 | [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles); |
---|
[387] | 4290 | FileBase=fullfile(RootPath,RootFile); |
---|
| 4291 | %read the current input file name |
---|
| 4292 | prompt = {'movie file name';'frames per second';'frame resolution (*[512x384] pixels)';'axis position relative to the frame';'total frame number (starting from the current uvmat display)'}; |
---|
| 4293 | dlg_title = 'select properties of the output avi movie'; |
---|
| 4294 | num_lines= 1; |
---|
| 4295 | def = {[FileBase '_out.avi'];'10';'1';'[0.03 0.05 0.95 0.92]';'10'}; |
---|
| 4296 | answer = inputdlg(prompt,dlg_title,num_lines,def,'on'); |
---|
| 4297 | aviname=answer{1}; |
---|
| 4298 | fps=str2double(answer{2}); |
---|
| 4299 | % check for existing file with output name aviname |
---|
| 4300 | if exist(aviname,'file') |
---|
| 4301 | backup=aviname; |
---|
| 4302 | testexist=2; |
---|
| 4303 | while testexist==2 |
---|
| 4304 | backup=[backup '~']; |
---|
| 4305 | testexist=exist(backup,'file'); |
---|
| 4306 | end |
---|
| 4307 | [success,message]=copyfile(aviname,backup);%make backup of the existing file |
---|
| 4308 | if isequal(success,1) |
---|
| 4309 | delete(aviname)%delete existing file |
---|
| 4310 | else |
---|
| 4311 | msgbox_uvmat('ERROR',message) |
---|
| 4312 | return |
---|
| 4313 | end |
---|
| 4314 | end |
---|
| 4315 | %create avi open |
---|
| 4316 | aviobj=avifile(aviname,'Compression','None','fps',fps); |
---|
| 4317 | |
---|
| 4318 | %display first view for tests |
---|
| 4319 | newfig=figure; |
---|
[511] | 4320 | newaxes=copyobj(handles.PlotAxes,newfig);%new plotting axes in the new figure |
---|
[387] | 4321 | set(newaxes,'Tag','movieaxes') |
---|
| 4322 | nbpix=[512 384]*str2double(answer{3}); |
---|
| 4323 | set(gcf,'Position',[1 1 nbpix])% resolution XVGA |
---|
| 4324 | set(newaxes,'Position',eval(answer{4})); |
---|
[511] | 4325 | map=colormap(handles.PlotAxes); |
---|
[387] | 4326 | colormap(map);%transmit the current colormap to the zoom fig |
---|
| 4327 | msgbox_uvmat('INPUT_Y-N',{['adjust figure ' num2str(newfig) ' with its matlab edit menu '] ;... |
---|
| 4328 | ['then press OK to get the avi movie as a copy of figure ' num2str(newfig) ' display']}); |
---|
| 4329 | UvData.plotaxes=newaxes;% the axis in the new figure becomes the current main plotting axes |
---|
| 4330 | set(huvmat,'UserData',UvData); |
---|
[511] | 4331 | increment=str2num(get(handles.num_IndexIncrement,'String')); %get the field increment d |
---|
[387] | 4332 | set(handles.STOP,'Visible','on') |
---|
| 4333 | set(handles.speed,'Visible','on') |
---|
| 4334 | set(handles.speed_txt,'Visible','on') |
---|
| 4335 | set(handles.Movie,'BusyAction','queue') |
---|
| 4336 | |
---|
| 4337 | %imin=str2double(get(handles.i1,'String')); |
---|
| 4338 | imax=str2double(answer{5}); |
---|
| 4339 | % if isfield(UvData,'Time') |
---|
| 4340 | htitle=get(newaxes,'Title'); |
---|
| 4341 | xlim=get(newaxes,'XLim'); |
---|
| 4342 | ylim=get(newaxes,'YLim'); |
---|
| 4343 | set(htitle,'Position',[xlim(2)+0.07*(xlim(2)-xlim(1)) ylim(2)-0.05*(ylim(2)-ylim(1)) 0]) |
---|
| 4344 | time_str=get(handles.abs_time,'String'); |
---|
| 4345 | set(htitle,'String',['t=' time_str]) |
---|
| 4346 | set(handles.speed,'Value',1) |
---|
| 4347 | for i=1:imax |
---|
| 4348 | if get(handles.speed,'Value')~=0 && isequal(get(handles.MenuExportMovie,'BusyAction'),'queue') % enable STOP command |
---|
| 4349 | runpm(hObject,eventdata,handles,increment)% run plus |
---|
| 4350 | drawnow |
---|
| 4351 | time_str=get(handles.abs_time,'String'); |
---|
| 4352 | if ishandle(htitle) |
---|
| 4353 | set(htitle,'String',['t=' time_str]) |
---|
| 4354 | end |
---|
| 4355 | mov=getframe(newfig); |
---|
| 4356 | aviobj=addframe(aviobj,mov); |
---|
| 4357 | end |
---|
| 4358 | end |
---|
| 4359 | aviobj=close(aviobj); |
---|
| 4360 | UvData=rmfield(UvData,'plotaxes'); |
---|
[511] | 4361 | %UvData.Object{1}.plotaxes=handles.PlotAxes; |
---|
[387] | 4362 | set(huvmat,'UserData',UvData); |
---|
| 4363 | msgbox_uvmat('CONFIRMATION',{['movie ' aviname ' created '];['with ' num2str(imax) ' frames']}) |
---|
| 4364 | |
---|
[402] | 4365 | |
---|
| 4366 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4367 | % Projection Objects Menu Callbacks |
---|
| 4368 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4369 | |
---|
| 4370 | % ----------------------------------------------------------------------- |
---|
| 4371 | function Menupoints_Callback(hObject, eventdata, handles) |
---|
[387] | 4372 | %------------------------------------------------------------------------ |
---|
[402] | 4373 | data.Type='points'; |
---|
| 4374 | data.ProjMode='projection';%default |
---|
[410] | 4375 | data.ProjModeMenu={};% do not restrict ProjMode menus |
---|
[402] | 4376 | create_object(data,handles) |
---|
| 4377 | |
---|
| 4378 | % ----------------------------------------------------------------------- |
---|
| 4379 | function Menuline_Callback(hObject, eventdata, handles) |
---|
| 4380 | %------------------------------------------------------------------------ |
---|
| 4381 | data.Type='line'; |
---|
| 4382 | data.ProjMode='projection';%default |
---|
[410] | 4383 | data.ProjModeMenu={};% do not restrict ProjMode menus |
---|
[402] | 4384 | create_object(data,handles) |
---|
| 4385 | |
---|
| 4386 | %------------------------------------------------------------------------ |
---|
| 4387 | function Menupolyline_Callback(hObject, eventdata, handles) |
---|
| 4388 | %------------------------------------------------------------------------ |
---|
| 4389 | data.Type='polyline'; |
---|
| 4390 | data.ProjMode='projection';%default |
---|
[410] | 4391 | data.ProjModeMenu={};% do not restrict ProjMode menus |
---|
[402] | 4392 | create_object(data,handles) |
---|
| 4393 | |
---|
| 4394 | %------------------------------------------------------------------------ |
---|
| 4395 | function Menupolygon_Callback(hObject, eventdata, handles) |
---|
| 4396 | %------------------------------------------------------------------------ |
---|
| 4397 | data.Type='polygon'; |
---|
| 4398 | data.ProjMode='inside';%default |
---|
[410] | 4399 | data.ProjModeMenu={};% do not restrict ProjMode menus |
---|
[402] | 4400 | create_object(data,handles) |
---|
| 4401 | |
---|
| 4402 | %------------------------------------------------------------------------ |
---|
| 4403 | function Menurectangle_Callback(hObject, eventdata, handles) |
---|
| 4404 | %------------------------------------------------------------------------ |
---|
| 4405 | data.Type='rectangle'; |
---|
| 4406 | data.ProjMode='inside';%default |
---|
[410] | 4407 | data.ProjModeMenu={};% do not restrict ProjMode menus |
---|
[402] | 4408 | create_object(data,handles) |
---|
| 4409 | |
---|
| 4410 | %------------------------------------------------------------------------ |
---|
| 4411 | function Menuellipse_Callback(hObject, eventdata, handles) |
---|
| 4412 | %------------------------------------------------------------------------ |
---|
| 4413 | data.Type='ellipse'; |
---|
| 4414 | data.ProjMode='inside';%default |
---|
[410] | 4415 | data.ProjModeMenu={};% do not restrict ProjMode menus |
---|
[402] | 4416 | create_object(data,handles) |
---|
| 4417 | |
---|
| 4418 | %------------------------------------------------------------------------ |
---|
| 4419 | function MenuMaskObject_Callback(hObject, eventdata, handles) |
---|
| 4420 | %------------------------------------------------------------------------ |
---|
| 4421 | data.Type='polygon'; |
---|
| 4422 | data.TypeMenu={'polygon'}; |
---|
| 4423 | data.ProjMode='mask_inside';%default |
---|
| 4424 | data.ProjModeMenu={'mask_inside';'mask_outside'}; |
---|
| 4425 | create_object(data,handles) |
---|
| 4426 | |
---|
| 4427 | %------------------------------------------------------------------------ |
---|
| 4428 | function Menuplane_Callback(hObject, eventdata, handles) |
---|
| 4429 | %------------------------------------------------------------------------ |
---|
| 4430 | data.Type='plane'; |
---|
| 4431 | data.ProjMode='projection';%default |
---|
[410] | 4432 | data.ProjModeMenu={};% do not restrict ProjMode menus |
---|
[402] | 4433 | create_object(data,handles) |
---|
| 4434 | |
---|
| 4435 | %------------------------------------------------------------------------ |
---|
| 4436 | function Menuvolume_Callback(hObject, eventdata, handles) |
---|
| 4437 | %------------------------------------------------------------------------ |
---|
| 4438 | data.Type='volume'; |
---|
| 4439 | data.ProjMode='interp';%default |
---|
[410] | 4440 | data.ProjModeMenu={}; |
---|
[402] | 4441 | % set(handles.create,'Visible','on') |
---|
| 4442 | % set(handles.create,'Value',1) |
---|
[410] | 4443 | % VOLUME_Callback(hObject,eventdata,handles)data.ProjModeMenu={}; |
---|
[402] | 4444 | create_object(data,handles) |
---|
| 4445 | |
---|
| 4446 | %------------------------------------------------------------------------ |
---|
| 4447 | % --- generic function used for the creation of a projection object |
---|
| 4448 | function create_object(data,handles) |
---|
| 4449 | %------------------------------------------------------------------------ |
---|
[410] | 4450 | % desactivate geometric calibration if opened |
---|
[402] | 4451 | hgeometry_calib=findobj(allchild(0),'tag','geometry_calib'); |
---|
| 4452 | if ishandle(hgeometry_calib) |
---|
| 4453 | hhgeometry_calib=guidata(hgeometry_calib); |
---|
| 4454 | set(hhgeometry_calib.edit_append,'Value',0)% desactivate mouse action in geometry_calib |
---|
| 4455 | set(hhgeometry_calib.edit_append,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 4456 | end |
---|
| 4457 | set(handles.edit_object,'Value',0); %suppress the object edit mode |
---|
| 4458 | set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) |
---|
[429] | 4459 | ListObject=get(handles.ListObject,'String'); |
---|
[534] | 4460 | if isempty(ListObject) |
---|
| 4461 | ListObject={''}; |
---|
| 4462 | end |
---|
[429] | 4463 | if ~strcmp(ListObject{end},'') |
---|
| 4464 | ListObject=[ListObject;{''}]; %append a blank to the list (if nort already done) to indicate the creation of a new object |
---|
| 4465 | set(handles.ListObject,'String',ListObject) |
---|
| 4466 | end |
---|
| 4467 | IndexObj=length(ListObject); |
---|
| 4468 | set(handles.ListObject,'Value',IndexObj) |
---|
[410] | 4469 | UvData=get(handles.uvmat,'UserData'); |
---|
[429] | 4470 | UvData.Object{IndexObj}=[]; %create a new empty object |
---|
[511] | 4471 | UvData.Object{IndexObj}.DisplayHandle.uvmat=handles.PlotAxes; % axes for plot_object |
---|
[432] | 4472 | UvData.Object{IndexObj}.DisplayHandle.view_field=[]; %no plot handle before plot_field operation |
---|
[410] | 4473 | data.Name=data.Type;% default name=type |
---|
[402] | 4474 | data.Coord=[0 0]; %default |
---|
| 4475 | if isfield(UvData,'Field') |
---|
| 4476 | Field=UvData.Field; |
---|
[404] | 4477 | if isfield(UvData.Field,'Mesh')&&~isempty(UvData.Field.Mesh) |
---|
| 4478 | data.RangeX=[UvData.Field.XMin UvData.Field.XMax]; |
---|
[410] | 4479 | if strcmp(data.Type,'line')||strcmp(data.Type,'polyline')||strcmp(data.Type,'points') |
---|
[406] | 4480 | data.RangeY=UvData.Field.Mesh; |
---|
| 4481 | else |
---|
| 4482 | data.RangeY=[UvData.Field.YMin UvData.Field.YMax]; |
---|
| 4483 | end |
---|
[404] | 4484 | data.DX=UvData.Field.Mesh; |
---|
| 4485 | data.DY=UvData.Field.Mesh; |
---|
[402] | 4486 | end |
---|
| 4487 | if isfield(Field,'NbDim')&& isequal(Field.NbDim,3) |
---|
| 4488 | data.Coord=[0 0 0]; %default |
---|
| 4489 | end |
---|
| 4490 | if isfield(Field,'CoordUnit') |
---|
| 4491 | data.CoordUnit=Field.CoordUnit; |
---|
| 4492 | end |
---|
| 4493 | end |
---|
| 4494 | if ishandle(handles.UVMAT_title) |
---|
| 4495 | delete(handles.UVMAT_title)%delete the initial display of uvmat if no field has been entered |
---|
| 4496 | end |
---|
| 4497 | hset_object=set_object(data,handles);% call the set_object interface |
---|
| 4498 | hhset_object=guidata(hset_object); |
---|
[421] | 4499 | hchild=get(hset_object,'children'); |
---|
| 4500 | set(hchild,'enable','on') |
---|
[402] | 4501 | set(handles.uvmat,'UserData',UvData) |
---|
[410] | 4502 | set(handles.CheckZoom,'Value',0) %desactivate the zoom for object creation by the mouse |
---|
[402] | 4503 | CheckZoom_Callback(handles.uvmat, [], handles) |
---|
| 4504 | set(handles.delete_object,'Visible','on') |
---|
| 4505 | |
---|
| 4506 | %------------------------------------------------------------------------ |
---|
| 4507 | function MenuBrowseObject_Callback(hObject, eventdata, handles) |
---|
| 4508 | %------------------------------------------------------------------------ |
---|
| 4509 | %get the object file |
---|
| 4510 | [FileName, PathName, filterindex] = uigetfile( ... |
---|
| 4511 | {'*.xml;*.mat', ' (*.xml,*.mat)'; |
---|
| 4512 | '*.xml', '.xml files '; ... |
---|
| 4513 | '*.mat', '.mat matlab files '}, ... |
---|
| 4514 | 'Pick an xml Object file',get(handles.RootPath,'String')); |
---|
| 4515 | fileinput=[PathName FileName];%complete file name |
---|
| 4516 | sizf=size(fileinput); |
---|
| 4517 | if (~ischar(fileinput)||~isequal(sizf(1),1)),return;end |
---|
| 4518 | |
---|
| 4519 | %read the file |
---|
[477] | 4520 | [data,heading]=xml2struct(fileinput); |
---|
| 4521 | if ~strcmp(heading,'ProjObject') |
---|
| 4522 | msgbox_uvmat('WARNING','The xml file does not have the heading ProjObject for projection objects') |
---|
| 4523 | end |
---|
[427] | 4524 | [tild,data.Name]=fileparts(FileName);% object name set as file name |
---|
[429] | 4525 | ListObject=get(handles.ListObject,'String'); |
---|
| 4526 | if ~strcmp(ListObject{end},'') |
---|
| 4527 | ListObject=[ListObject;{''}]; %append a blank to the list (if not already done) to indicate the creation of a new object |
---|
| 4528 | set(handles.ListObject,'String',ListObject) |
---|
| 4529 | end |
---|
[445] | 4530 | IndexObj=length(ListObject); |
---|
| 4531 | |
---|
[432] | 4532 | UvData=get(handles.uvmat,'UserData'); |
---|
| 4533 | UvData.Object{IndexObj}=[]; %create a new empty object |
---|
| 4534 | UvData.Object{IndexObj}.DisplayHandle.uvmat=[]; %no plot handle before plot_field operation |
---|
| 4535 | UvData.Object{IndexObj}.DisplayHandle.view_field=[]; %no plot handle before plot_field operation |
---|
| 4536 | set(handles.uvmat,'UserData',UvData) |
---|
[445] | 4537 | set(handles.ListObject,'Value',IndexObj) |
---|
[427] | 4538 | hset_object=set_object(data);% call the set_object interface |
---|
| 4539 | set(get(hset_object,'children'),'enable','on')% enable edit action on elements on GUI set_object |
---|
[402] | 4540 | set(handles.edit_object,'Value',0); %suppress the object edit mode |
---|
| 4541 | set(handles.edit_object,'BackgroundColor',[0.7,0.7,0.7]) |
---|
| 4542 | set(handles.delete_object,'Visible','on') |
---|
| 4543 | |
---|
[432] | 4544 | |
---|
[402] | 4545 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4546 | % MenuEdit Callbacks |
---|
| 4547 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4548 | %------------------------------------------------------------------------ |
---|
| 4549 | function MenuEditObject_Callback(hObject, eventdata, handles) |
---|
| 4550 | %------------------------------------------------------------------------ |
---|
| 4551 | set(handles.edit_object,'Value',1) |
---|
| 4552 | edit_Callback(hObject, eventdata, handles) |
---|
| 4553 | |
---|
| 4554 | %------------------------------------------------------------------------ |
---|
| 4555 | function MenuEditVectors_Callback(hObject, eventdata, handles) |
---|
| 4556 | %------------------------------------------------------------------------ |
---|
| 4557 | set(handles.edit_vect,'Visible','on') |
---|
| 4558 | set(handles.edit_vect,'Value',1) |
---|
| 4559 | edit_vect_Callback(hObject, eventdata, handles) |
---|
| 4560 | |
---|
| 4561 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4562 | % MenuTools Callbacks |
---|
| 4563 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4564 | %------------------------------------------------------------------------ |
---|
[387] | 4565 | function MenuCalib_Callback(hObject, eventdata, handles) |
---|
| 4566 | %------------------------------------------------------------------------ |
---|
| 4567 | |
---|
| 4568 | UvData=get(handles.uvmat,'UserData');%read UvData properties stored on the uvmat interface |
---|
| 4569 | |
---|
| 4570 | %suppress competing options |
---|
| 4571 | set(handles.CheckZoom,'Value',0) |
---|
| 4572 | set(handles.CheckZoom,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 4573 | set(handles.ListObject,'Value',1) |
---|
| 4574 | % initiate display of GUI geometry_calib |
---|
| 4575 | data=[]; %default |
---|
| 4576 | if isfield(UvData,'CoordType') |
---|
| 4577 | data.CoordType=UvData.CoordType; |
---|
| 4578 | end |
---|
[515] | 4579 | [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles); |
---|
| 4580 | FileName=[fullfile(RootPath,SubDir,RootFile) FileIndex FileExt]; |
---|
[387] | 4581 | set(handles.view_xml,'Backgroundcolor',[1 1 0])%indicate the reading of the current xml file by geometry_calib |
---|
[517] | 4582 | pos_uvmat=get(handles.uvmat,'Position'); |
---|
| 4583 | pos_cal(1)=pos_uvmat(1)+UvData.OpenParam.PosGeometryCalib(1)*pos_uvmat(3); |
---|
| 4584 | pos_cal(2)=pos_uvmat(2)+UvData.OpenParam.PosGeometryCalib(2)*pos_uvmat(4); |
---|
| 4585 | pos_cal(3:4)=UvData.OpenParam.PosGeometryCalib(3:4).* pos_uvmat(3:4); |
---|
[387] | 4586 | geometry_calib(FileName,pos_cal);% call the geometry_calib interface |
---|
| 4587 | set(handles.view_xml,'Backgroundcolor',[1 1 1])%indicate the end of reading of the current xml file by geometry_calib |
---|
| 4588 | set(handles.MenuCalib,'checked','on')% indicate that MenuCalib is activated, test used by mouse action |
---|
| 4589 | |
---|
| 4590 | %------------------------------------------------------------------------ |
---|
| 4591 | function MenuMask_Callback(hObject, eventdata, handles) |
---|
| 4592 | %------------------------------------------------------------------------ |
---|
| 4593 | UvData=get(handles.uvmat,'UserData');%read UvData properties stored on the uvmat interface |
---|
| 4594 | ListObj=UvData.Object; |
---|
| 4595 | select=zeros(1,numel(ListObj)); |
---|
| 4596 | for iobj=1:numel(ListObj); |
---|
| 4597 | if strcmp(ListObj{iobj}.ProjMode,'mask_inside')||strcmp(ListObj{iobj}.ProjMode,'mask_outside') |
---|
| 4598 | select(iobj)=1; |
---|
| 4599 | end |
---|
| 4600 | end |
---|
| 4601 | val=find(select); |
---|
| 4602 | if isempty(val) |
---|
| 4603 | msgbox_uvmat('ERROR','polygons must be first created by Projection object/mask polygon in the menu bar'); |
---|
| 4604 | return |
---|
| 4605 | else |
---|
[410] | 4606 | % set(handles.ListObject,'Max',2);%allow multiple selection |
---|
[387] | 4607 | set(handles.ListObject,'Value',val); |
---|
| 4608 | flag=1; |
---|
| 4609 | npx=size(UvData.Field.A,2); |
---|
| 4610 | npy=size(UvData.Field.A,1); |
---|
| 4611 | xi=0.5:npx-0.5; |
---|
| 4612 | yi=0.5:npy-0.5; |
---|
| 4613 | [Xi,Yi]=meshgrid(xi,yi); |
---|
| 4614 | if isfield(UvData,'Object') |
---|
| 4615 | for iobj=1:length(UvData.Object) |
---|
| 4616 | ObjectData=UvData.Object{iobj}; |
---|
| 4617 | if isfield(ObjectData,'ProjMode') &&(isequal(ObjectData.ProjMode,'mask_inside')||isequal(ObjectData.ProjMode,'mask_outside')); |
---|
| 4618 | flagobj=1; |
---|
| 4619 | testphys=0; %coordinates in pixels by default |
---|
| 4620 | if isfield(ObjectData,'CoordUnit') && ~isequal(ObjectData.CoordUnit,'pixel') |
---|
| 4621 | if isfield(UvData,'XmlData')&& isfield(UvData.XmlData{1},'GeometryCalib') |
---|
| 4622 | Calib=UvData.XmlData{1}.GeometryCalib; |
---|
| 4623 | testphys=1; |
---|
| 4624 | end |
---|
| 4625 | end |
---|
| 4626 | if isfield(ObjectData,'Coord')&& isfield(ObjectData,'Type') |
---|
| 4627 | if isequal(ObjectData.Type,'polygon') |
---|
| 4628 | X=ObjectData.Coord(:,1); |
---|
| 4629 | Y=ObjectData.Coord(:,2); |
---|
| 4630 | if testphys |
---|
| 4631 | [X,Y]=px_XYZ(Calib,X,Y,0);% to generalise with 3D cases |
---|
| 4632 | end |
---|
| 4633 | flagobj=~inpolygon(Xi,Yi,X',Y');%=0 inside the polygon, 1 outside |
---|
| 4634 | elseif isequal(ObjectData.Type,'ellipse') |
---|
| 4635 | if testphys |
---|
| 4636 | %[X,Y]=px_XYZ(Calib,X,Y,0);% TODO:create a polygon boundary and transform to phys |
---|
| 4637 | end |
---|
| 4638 | RangeX=max(ObjectData.RangeX); |
---|
| 4639 | RangeY=max(ObjectData.RangeY); |
---|
| 4640 | X2Max=RangeX*RangeX; |
---|
| 4641 | Y2Max=RangeY*RangeY; |
---|
| 4642 | distX=(Xi-ObjectData.Coord(1,1)); |
---|
| 4643 | distY=(Yi-ObjectData.Coord(1,2)); |
---|
| 4644 | flagobj=(distX.*distX/X2Max+distY.*distY/Y2Max)>1; |
---|
| 4645 | elseif isequal(ObjectData.Type,'rectangle') |
---|
| 4646 | if testphys |
---|
| 4647 | %[X,Y]=px_XYZ(Calib,X,Y,0);% TODO:create a polygon boundary and transform to phys |
---|
| 4648 | end |
---|
| 4649 | distX=abs(Xi-ObjectData.Coord(1,1)); |
---|
| 4650 | distY=abs(Yi-ObjectData.Coord(1,2)); |
---|
| 4651 | flagobj=distX>max(ObjectData.RangeX) | distY>max(ObjectData.RangeY); |
---|
| 4652 | end |
---|
| 4653 | if isequal(ObjectData.ProjMode,'mask_outside') |
---|
| 4654 | flagobj=~flagobj; |
---|
| 4655 | end |
---|
| 4656 | flag=flag & flagobj; |
---|
| 4657 | end |
---|
| 4658 | end |
---|
| 4659 | end |
---|
| 4660 | end |
---|
| 4661 | %mask name |
---|
| 4662 | RootPath=get(handles.RootPath,'String'); |
---|
[444] | 4663 | SubDir=get(handles.SubDir,'String'); |
---|
[387] | 4664 | RootFile=get(handles.RootFile,'String'); |
---|
| 4665 | if ~isempty(RootFile)&&(isequal(RootFile(1),'/')|| isequal(RootFile(1),'\')) |
---|
| 4666 | RootFile(1)=[]; |
---|
| 4667 | end |
---|
[444] | 4668 | % filebase=fullfile(RootPath,RootFile); |
---|
[387] | 4669 | list=get(handles.masklevel,'String'); |
---|
| 4670 | masknumber=num2str(length(list)); |
---|
| 4671 | maskindex=get(handles.masklevel,'Value'); |
---|
[444] | 4672 | % mask_name=fullfile_uvmat(RootPath,'',[RootFile '_' masknumber 'mask'],'.png','_1',maskindex); |
---|
| 4673 | mask_name=fullfile_uvmat(RootPath,[SubDir '.mask'],'mask','.png','_1',maskindex); |
---|
[387] | 4674 | imflag=uint8(255*(0.392+0.608*flag));% =100 for flag=0 (vectors not computed when 20<imflag<200) |
---|
| 4675 | imflag=flipdim(imflag,1); |
---|
| 4676 | |
---|
| 4677 | %display the mask |
---|
| 4678 | hfigmask=figure; |
---|
| 4679 | set(hfigmask,'Name','mask image') |
---|
| 4680 | vec=linspace(0,1,256);%define a linear greyscale colormap |
---|
| 4681 | map=[vec' vec' vec']; |
---|
| 4682 | colormap(map) |
---|
| 4683 | image(imflag); |
---|
| 4684 | answer=msgbox_uvmat('INPUT_TXT','mask file name:', mask_name); |
---|
| 4685 | if ~strcmp(answer,'Cancel') |
---|
| 4686 | mask_dir=fileparts(answer); |
---|
| 4687 | if ~exist(mask_dir,'dir') |
---|
[444] | 4688 | [xx,msg1]=mkdir(mask_dir); |
---|
| 4689 | if ~strcmp(msg1,'') |
---|
| 4690 | errormsg=['cannot create ' mask_dir ': ' msg1];%error message for directory creation |
---|
| 4691 | return |
---|
| 4692 | end |
---|
[387] | 4693 | end |
---|
| 4694 | imwrite(imflag,answer,'BitDepth',8); |
---|
| 4695 | end |
---|
| 4696 | set(handles.ListObject,'Value',1) |
---|
| 4697 | end |
---|
| 4698 | |
---|
| 4699 | %------------------------------------------------------------------------ |
---|
| 4700 | %-- open the GUI set_grid.fig to create grid |
---|
| 4701 | function MenuGrid_Callback(hObject, eventdata, handles) |
---|
| 4702 | %------------------------------------------------------------------------ |
---|
| 4703 | %suppress the other options if grid is chosen |
---|
| 4704 | set(handles.edit_vect,'Value',0) |
---|
| 4705 | edit_vect_Callback(hObject, eventdata, handles) |
---|
| 4706 | set(handles.edit_object,'BackgroundColor',[0.7 0.7 0.7]) |
---|
| 4707 | set(handles.ListObject,'Value',1) |
---|
| 4708 | |
---|
| 4709 | %prepare display of the set_grid GUI |
---|
[515] | 4710 | [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles); |
---|
| 4711 | FileName=[fullfile(RootPath,SubDir,RootFile) FileIndex FileExt]; |
---|
[387] | 4712 | CoordList=get(handles.transform_fct,'String'); |
---|
| 4713 | val=get(handles.transform_fct,'Value'); |
---|
| 4714 | set_grid(FileName,CoordList{val});% call the set_object interface |
---|
| 4715 | |
---|
[402] | 4716 | |
---|
[387] | 4717 | %------------------------------------------------------------------------ |
---|
[402] | 4718 | function MenuRuler_Callback(hObject, eventdata, handles) |
---|
| 4719 | %------------------------------------------------------------------------ |
---|
| 4720 | set(handles.CheckZoom,'Value',0) |
---|
| 4721 | CheckZoom_Callback(handles.uvmat, [], handles) |
---|
| 4722 | set(handles.MenuRuler,'checked','on') |
---|
| 4723 | UvData=get(handles.uvmat,'UserData'); |
---|
| 4724 | UvData.MouseAction='ruler'; |
---|
| 4725 | set(handles.uvmat,'UserData',UvData); |
---|
| 4726 | |
---|
| 4727 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4728 | % MenuRun Callbacks |
---|
| 4729 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
| 4730 | |
---|
| 4731 | %------------------------------------------------------------------------ |
---|
[387] | 4732 | % open the GUI 'series' |
---|
| 4733 | function MenuSeries_Callback(hObject, eventdata, handles) |
---|
| 4734 | %------------------------------------------------------------------------ |
---|
| 4735 | series; %first display of the GUI to fill waiting time |
---|
[515] | 4736 | [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles); |
---|
[526] | 4737 | Param.FileName=[fullfile(RootPath,SubDir,RootFile) FileIndex FileExt];%first input file name |
---|
[387] | 4738 | if isequal(get(handles.SubField,'Value'),1) |
---|
[515] | 4739 | [RootPath_1,SubDir_1,RootFile_1,FileIndex_1,FileExt_1]=read_file_boxes_1(handles); |
---|
| 4740 | FileName_1=[fullfile(RootPath_1,SubDir_1,RootFile_1) FileIndex_1 FileExt_1]; |
---|
[526] | 4741 | if ~isequal(FileName_1,Param.FileName) |
---|
| 4742 | Param.FileName_1=FileName_1;%second input file name if relevant |
---|
[387] | 4743 | end |
---|
| 4744 | end |
---|
[526] | 4745 | Param.NomType=get(handles.NomType,'String'); |
---|
| 4746 | Param.NomType_1=get(handles.NomType_1,'String'); |
---|
| 4747 | Param.CheckFixPair=get(handles.CheckFixPair,'Value'); |
---|
| 4748 | UvData=get(handles.uvmat,'UserData'); |
---|
[387] | 4749 | if isfield(UvData,'XmlData')&& isfield(UvData.XmlData{1},'Time') |
---|
[526] | 4750 | Param.Time=UvData.XmlData{1}.Time; |
---|
[387] | 4751 | end |
---|
| 4752 | if isequal(get(handles.scan_i,'Value'),1) |
---|
[526] | 4753 | Param.incr_i=str2num(get(handles.num_IndexIncrement,'String')); |
---|
[387] | 4754 | elseif isequal(get(handles.scan_j,'Value'),1) |
---|
[526] | 4755 | Param.incr_j=str2num(get(handles.num_IndexIncrement,'String')); |
---|
[387] | 4756 | end |
---|
[526] | 4757 | |
---|
| 4758 | %% transfer fields and coordinate names |
---|
| 4759 | Param.list_fields=get(handles.FieldName,'String');% list menu fields |
---|
| 4760 | FieldName=Param.list_fields{get(handles.FieldName,'Value')}; |
---|
| 4761 | ind_image=find(strcmp('image',Param.list_fields)); |
---|
| 4762 | if ~isempty(ind_image) && numel(Param.list_fields)>1 |
---|
| 4763 | Param.list_fields(ind_image)=[]; %suppress 'image' option |
---|
[387] | 4764 | end |
---|
[526] | 4765 | Param.index_fields=find(strcmp(FieldName,Param.list_fields));% selected string index |
---|
| 4766 | Param.list_fields_1=get(handles.FieldName_1,'String');% list menu fields |
---|
| 4767 | if ischar(Param.list_fields_1),Param.list_fields_1={Param.list_fields_1};end |
---|
| 4768 | FieldName_1=Param.list_fields_1{get(handles.FieldName_1,'Value')}; |
---|
| 4769 | ind_image=find(strcmp('image',Param.list_fields_1)); |
---|
| 4770 | if ~isempty(ind_image) && numel(Param.list_fields_1)>1 |
---|
| 4771 | Param.list_fields_1(ind_image)=[]; %suppress 'image' option |
---|
[387] | 4772 | end |
---|
[526] | 4773 | Param.index_fields_1=find(strcmp(FieldName_1,Param.list_fields_1));% selected string index |
---|
| 4774 | Param.transform_str=get(handles.transform_fct,'String'); |
---|
| 4775 | Param.transform_val=get(handles.transform_fct,'Value'); |
---|
| 4776 | Param.Coord_x_str=get(handles.Coord_x,'String'); |
---|
| 4777 | Param.Coord_x_val=get(handles.Coord_x,'Value'); |
---|
| 4778 | Param.Coord_y_str=get(handles.Coord_y,'String'); |
---|
| 4779 | Param.Coord_y_val=get(handles.Coord_y,'Value'); |
---|
| 4780 | series(Param); %run the series interface |
---|
[387] | 4781 | |
---|
| 4782 | %------------------------------------------------------------------------ |
---|
[402] | 4783 | % -- open the GUI civ.fig for PIV |
---|
[387] | 4784 | function MenuPIV_Callback(hObject, eventdata, handles) |
---|
| 4785 | %------------------------------------------------------------------------ |
---|
[515] | 4786 | [RootPath,SubDir,RootFile,FileIndex,FileExt]=read_file_boxes(handles); |
---|
| 4787 | FileName=[fullfile(RootPath,SubDir,RootFile) FileIndex FileExt]; |
---|
[387] | 4788 | civ(FileName);% interface de civ(not in the uvmat file) |
---|
| 4789 | |
---|
[402] | 4790 | % -------------------------------------------------------------------- |
---|
| 4791 | function MenuHelp_Callback(hObject, eventdata, handles) |
---|
| 4792 | % -------------------------------------------------------------------- |
---|
| 4793 | path_to_uvmat=which ('uvmat');% check the path of uvmat |
---|
| 4794 | pathelp=fileparts(path_to_uvmat); |
---|
| 4795 | helpfile=fullfile(pathelp,'uvmat_doc','uvmat_doc.html'); |
---|
| 4796 | if isempty(dir(helpfile)), msgbox_uvmat('ERROR','Please put the help file uvmat_doc.html in the sub-directory /uvmat_doc of the UVMAT package') |
---|
| 4797 | else |
---|
| 4798 | addpath (fullfile(pathelp,'uvmat_doc')) |
---|
| 4799 | web(helpfile); |
---|
[387] | 4800 | end |
---|
[497] | 4801 | |
---|
[507] | 4802 | |
---|
| 4803 | % -------------------------------------------------------------------- |
---|
| 4804 | function MenuSetProject_Callback(hObject, eventdata, handles) |
---|
| 4805 | RootPath=get(handles.RootPath,'String'); |
---|
| 4806 | ProjectDir = uigetdir(fileparts(fileparts(RootPath)), 'select the project source directory'); |
---|
| 4807 | datatree_browser(ProjectDir) |
---|
[512] | 4808 | |
---|
| 4809 | |
---|
| 4810 | % -------------------------------------------------------------------- |
---|
| 4811 | function MenuBrowseProject_Callback(hObject, eventdata, handles) |
---|
| 4812 | RootPath=get(handles.RootPath,'String'); |
---|
| 4813 | ProjectDir = uigetdir(fileparts(fileparts(RootPath)), 'select the project directory'); |
---|
| 4814 | datatree_browser(ProjectDir) |
---|
[517] | 4815 | |
---|
| 4816 | |
---|
| 4817 | % --- Executes on selection change in Coord_y. |
---|
| 4818 | function Coord_y_Callback(hObject, eventdata, handles) |
---|
| 4819 | |
---|
| 4820 | % --- Executes on selection change in Coord_x. |
---|
| 4821 | function Coord_x_Callback(hObject, eventdata, handles) |
---|