Changeset 818


Ignore:
Timestamp:
Oct 8, 2014, 8:26:25 PM (9 years ago)
Author:
sommeria
Message:

new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r814 r818  
    33% function huvmat=uvmat(input)
    44%
    5 % OUTPUT
    6 %  huvmat=current handles of the GUI uvmat.fig
     5%OUTPUT
     6% huvmat=current handles of the GUI uvmat.fig
     7%%
    78%
    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....)
    1713%
    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%
    2019%     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% 
    2524%     UVMAT is distributed in the hope that it will be useful,
    2625%     but WITHOUT ANY WARRANTY; without even the implied warranty of
    2726%     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%
    3130% Information stored on the interface:(use 'Export/field in workspace' in
    3231% the menu bar of uvmat to retrieve it)
     
    292291    if ishandle(handles.UVMAT_title)
    293292        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'};...
    296295            {path_to_uvmat};...
    297296            {date_str};...
     
    11401139XmlFile=find_imadoc(RootPath,SubDir,RootFile,FileExt);
    11411140[s,errormsg]=imadoc2struct(XmlFile,'GeometryCalib');
    1142 if ~isempty(errormsg)
     1141if~isempty(errormsg)
    11431142    msgbox_uvmat('ERROR',errormsg)
    11441143    return
Note: See TracChangeset for help on using the changeset viewer.