Changeset 809 for trunk/src/find_file_series.m
- Timestamp:
- Aug 13, 2014, 2:47:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r801 r809 26 26 % checkxml: =1(default) take into account xml file existence to possibly include indexes in RootFile 27 27 % =0: do not take into account xml file existence 28 % 29 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 30 % Copyright 2011-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr 31 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 28 29 %======================================================================= 30 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 31 % http://www.legi.grenoble-inp.fr 32 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 33 % 32 34 % This file is part of the toolbox UVMAT. 33 % 35 % 34 36 % UVMAT is free software; you can redistribute it and/or modify 35 % it under the terms of the GNU General Public License as published by36 % the Free Software Foundation; either version 2 of the License, or37 % (at your option) any later version.38 % 37 % it under the terms of the GNU General Public License as published 38 % by the Free Software Foundation; either version 2 of the license, 39 % or (at your option) any later version. 40 % 39 41 % UVMAT is distributed in the hope that it will be useful, 40 42 % but WITHOUT ANY WARRANTY; without even the implied warranty of 41 43 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 42 % GNU General Public License ( file UVMAT/COPYING.txt) for more details.43 % AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA44 % GNU General Public License (see LICENSE.txt) for more details. 45 %======================================================================= 44 46 45 47 function [RootPath,SubDir,RootFile,i1_series,i2_series,j1_series,j2_series,NomType,FileInfo,MovieObject,i1_input,i2_input,j1_input,j2_input]=find_file_series(FilePath,fileinput,checkxml)
Note: See TracChangeset
for help on using the changeset viewer.