Ignore:
Timestamp:
Jun 17, 2012, 10:52:04 PM (12 years ago)
Author:
sommeria
Message:

merg_i_j transformed to the new standards.
Various improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/check_data_files.m

    r455 r457  
    3232%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    3333
    34 function GUI_input=check_data_files(Param)
     34function ParamOut=check_data_files(Param)
    3535
    3636%% set the input elements needed on the GUI series when the action is selected in the menu ActionName
    3737if ~exist('Param','var') % case with no input parameter
    38     GUI_input={'NbViewMax';'';...% max nbre of input file series (default='' , no limitation)
     38    ParamOut={'NbViewMax';'';...% max nbre of input file series (default='' , no limitation)
    3939        'AllowInputSort';'off';...% allow alphabetic sorting of the list of input files (options 'off'/'on', 'off' by default)
    4040        'NbSlice';'on'; ...%nbre of slices ('off' by default)
     
    5151%% get input parameters, file names and indices
    5252% BATCH  case: read the xml file for batch case
     53ParamOut=Param; %default output
    5354if ischar(Param) && ~isempty(find(regexp('Param','.xml$')))
    5455    Param=xml2struct(Param);
Note: See TracChangeset for help on using the changeset viewer.