- Timestamp:
- Oct 8, 2014, 8:26:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r814 r818 3 3 % function huvmat=uvmat(input) 4 4 % 5 % OUTPUT 6 % huvmat=current handles of the GUI uvmat.fig 5 %OUTPUT 6 % huvmat=current handles of the GUI uvmat.fig 7 %% 7 8 % 8 % INPUT: 9 % input: input file name (if character chain), or input image matrix to 10 % visualize, or Matlab structure representing netcdf fieldname (with fieldname 11 % ListVarName....) 12 13 %======================================================================= 14 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 15 % http://www.legi.grenoble-inp.fr 16 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 9 %INPUT: 10 % input: input file name (if character chain), or input image matrix to 11 % visualize, or Matlab structure representing netcdf fieldname (with fieldname 12 % ListVarName....) 17 13 % 18 % This file is part of the toolbox UVMAT. 19 % 14 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 15 % Copyright 2008-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr 16 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 17 % This open is part of the toolbox UVMAT. 18 % 20 19 % UVMAT is free software; you can redistribute it and/or modify 21 % it under the terms of the GNU General Public License as published 22 % by the Free Software Foundation; either version 2 of the license,23 % or(at your option) any later version.24 % 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 % 25 24 % UVMAT is distributed in the hope that it will be useful, 26 25 % but WITHOUT ANY WARRANTY; without even the implied warranty of 27 26 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28 % GNU General Public License ( see LICENSE.txt) for more details.29 % =======================================================================30 27 % GNU General Public License (open UVMAT/COPYING.txt) for more details. 28 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 29 % 31 30 % Information stored on the interface:(use 'Export/field in workspace' in 32 31 % the menu bar of uvmat to retrieve it) … … 292 291 if ishandle(handles.UVMAT_title) 293 292 set(handles.UVMAT_title,'String',... 294 [{'Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France'};...295 {'GNU General Public License version 2 or later'};...293 [{'Copyright LEGI UMR 5519 /CNRS-UJF-Grenoble INP, 2010'};... 294 {'GNU General Public License'};... 296 295 {path_to_uvmat};... 297 296 {date_str};... … … 1140 1139 XmlFile=find_imadoc(RootPath,SubDir,RootFile,FileExt); 1141 1140 [s,errormsg]=imadoc2struct(XmlFile,'GeometryCalib'); 1142 if 1141 if~isempty(errormsg) 1143 1142 msgbox_uvmat('ERROR',errormsg) 1144 1143 return
Note: See TracChangeset
for help on using the changeset viewer.