source: trunk/src/read_file_boxes.m

Last change on this file was 1125, checked in by sommeria, 7 months ago

set_slice modified with Matlab app, allow slice positions with unequal spacing

File size: 572 bytes
Line 
1%------------------------------------------------------------------------
2% --- read the data displayed for the input rootfile windows (new): TODO use read_GUI
3%------------------------------------------------------------------------
4function [RootPath,SubDir,RootFile,FileIndices,FileExt,NomType]=read_file_boxes(handles)
5
6InputFile=read_GUI(handles.InputFile);
7RootPath=InputFile.RootPath;
8SubDir=regexprep(InputFile.SubDir,'/|\','');
9RootFile=regexprep(InputFile.RootFile,'/|\','');
10FileIndices=InputFile.FileIndex;
11FileExt=InputFile.FileExt;
12NomType=InputFile.NomType;
Note: See TracBrowser for help on using the repository browser.