Changeset 605 for trunk/src/series/aver_stat.m
- Timestamp:
- Apr 5, 2013, 1:17:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/aver_stat.m
r598 r605 43 43 %% set the input elements needed on the GUI series when the action is selected in the menu ActionName 44 44 if isstruct(Param) && isequal(Param.Action.RUN,0) 45 ParamOut.AllowInputSort='off'; ...% allow alphabetic sorting of the list of input file SubDir (options 'off'/'on', 'off' by default)46 ParamOut.WholeIndexRange='off'; ...% prescribes the file index ranges from min to max (options 'off'/'on', 'off' by default)47 ParamOut.NbSlice='on'; ...%nbre of slices ('off' by default)48 ParamOut.VelType='two'; ...% menu for selecting the velocity type (options 'off'/'one'/'two', 'off' by default)49 ParamOut.FieldName='two'; ...% menu for selecting the field (s) in the input file(options 'off'/'one'/'two', 'off' by default)50 ParamOut.FieldTransform = 'on'; ...%can use a transform function51 ParamOut.ProjObject='on'; ...%can use projection object(option 'off'/'on',52 ParamOut.Mask='off'; ...%can use mask option (option 'off'/'on', 'off' by default)45 ParamOut.AllowInputSort='off';% allow alphabetic sorting of the list of input file SubDir (options 'off'/'on', 'off' by default) 46 ParamOut.WholeIndexRange='off';% prescribes the file index ranges from min to max (options 'off'/'on', 'off' by default) 47 ParamOut.NbSlice='on'; %nbre of slices ('off' by default) 48 ParamOut.VelType='two';% menu for selecting the velocity type (options 'off'/'one'/'two', 'off' by default) 49 ParamOut.FieldName='two';% menu for selecting the field (s) in the input file(options 'off'/'one'/'two', 'off' by default) 50 ParamOut.FieldTransform = 'on';%can use a transform function 51 ParamOut.ProjObject='on';%can use projection object(option 'off'/'on', 52 ParamOut.Mask='off';%can use mask option (option 'off'/'on', 'off' by default) 53 53 ParamOut.OutputDirExt='.stat';%set the output dir extension 54 return 54 ParamOut.OutputFileMode='NbSlice';% '=NbInput': 1 output file per input file index, '=NbInput_i': 1 file per input file index i, '=NbSlice': 1 file per slice 55 filecell=get_file_series(Param);%check existence of the first input file 56 if ~exist(filecell{1,1},'file') 57 msgbox_uvmat('WARNING','the first input file does not exist') 58 end 59 return 55 60 end 56 61
Note: See TracChangeset
for help on using the changeset viewer.