Changeset 606 for trunk/src/series/ima_levels.m
- Timestamp:
- Apr 7, 2013, 10:14:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/ima_levels.m
r604 r606 43 43 function ParamOut=ima_levels (Param) 44 44 45 %% set the input elements needed on the GUI series when the action is selected in the menu ActionName 45 %% set the input elements needed on the GUI series when the action is selected in the menu ActionName or InputTable refreshed 46 46 if isstruct(Param) && isequal(Param.Action.RUN,0) 47 47 ParamOut.NbViewMax=1;% max nbre of input file series (default , no limitation) … … 58 58 %check the type of the existence and type of the first input file: 59 59 Param.IndexRange.last_i=Param.IndexRange.first_i;%keep only the first index in the series 60 if isfield(Param.IndexRange,'first_j') 60 61 Param.IndexRange.last_j=Param.IndexRange.first_j; 62 end 61 63 filecell=get_file_series(Param); 62 64 if ~exist(filecell{1,1},'file') … … 73 75 %%%%%%%%%%%% STANDARD PART (DO NOT EDIT) %%%%%%%%%%%% 74 76 %% read input parameters from an xml file if input is a file name (batch mode) 77 ParamOut=[] 75 78 checkrun=1; 76 79 if ischar(Param)
Note: See TracChangeset
for help on using the changeset viewer.