Changeset 656 for trunk/src/series/time_series.m
- Timestamp:
- Jul 1, 2013, 9:12:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r647 r656 138 138 % EDIT FROM HERE 139 139 140 %% check the validity of ctinput file types 141 if CheckImage{1} 142 FileExtOut='.png'; % write result as .png images for image inputs 143 elseif CheckNc{1} 144 FileExtOut='.nc';% write result as .nc files for netcdf inputs 145 else 140 %% check the validity of the input file types 141 if ~CheckImage{1}&&~CheckNc{1} 146 142 displ_uvmat('ERROR',['invalid file type input ' FileType{1}],checkrun) 147 143 return … … 153 149 154 150 %% settings for the output file 151 FileExtOut='.nc';% write result as .nc files for netcdf inputs 155 152 NomTypeOut=nomtype2pair(NomType{1});% determine the index nomenclature type for the output file 156 153 first_i=i1_series{1}(1);
Note: See TracChangeset
for help on using the changeset viewer.