Last change
on this file since 1162 was
1125,
checked in by sommeria, 14 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 | %------------------------------------------------------------------------ |
---|
4 | function [RootPath,SubDir,RootFile,FileIndices,FileExt,NomType]=read_file_boxes(handles) |
---|
5 | |
---|
6 | InputFile=read_GUI(handles.InputFile); |
---|
7 | RootPath=InputFile.RootPath; |
---|
8 | SubDir=regexprep(InputFile.SubDir,'/|\',''); |
---|
9 | RootFile=regexprep(InputFile.RootFile,'/|\',''); |
---|
10 | FileIndices=InputFile.FileIndex; |
---|
11 | FileExt=InputFile.FileExt; |
---|
12 | NomType=InputFile.NomType; |
---|
Note: See
TracBrowser
for help on using the repository browser.