Changeset 984 for trunk/src/series/usr_fct
- Timestamp:
- Jan 18, 2017, 3:37:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/usr_fct/merge_proj_images.m
r977 r984 60 60 61 61 %% set the input elements needed on the GUI series when the function is selected in the menu ActionName or InputTable refreshed 62 ImageTypeOptions={'image','multimage','mmreader','video' };62 ImageTypeOptions={'image','multimage','mmreader','video','cine_phantom'}; 63 63 if isstruct(Param) && isequal(Param.Action.RUN,0) 64 64 ParamOut.AllowInputSort='off';% allow alphabetic sorting of the list of input file SubDir (options 'off'/'on', 'off' by default) … … 141 141 142 142 %% determine the file type on each line from the first input file 143 ImageTypeOptions={'image','multimage','mmreader','video' };143 ImageTypeOptions={'image','multimage','mmreader','video','cine_phantom'}; 144 144 NcTypeOptions={'netcdf','civx','civdata'}; 145 145 for iview=1:NbView
Note: See TracChangeset
for help on using the changeset viewer.