Changeset 828
- Timestamp:
- Nov 30, 2014, 3:18:25 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r809 r828 65 65 'get_field';...% choose and plot a field from a Netcdf file 66 66 'get_field.fig';...%interface for get_field 67 'get_file_info';...% determine info about a file (image, multimage, civdata,...) . 67 68 'get_file_series';...% determine the list of file names and file indices for functions called by 'series'. 68 'get_file_type';...% determine info about a file (image, multimage, civdata,...) .69 69 'hist_update';...% update of a current global histogram by inclusion of a new field 70 70 'imadoc2struct';...%convert the image documentation file ImaDoc into a Matlab structure -
trunk/src/read_multimadoc.m
r809 r828 70 70 Time=cat(1,Time,shiftdim(time_line,-1)); 71 71 else 72 msgbox_uvmat('WARNING','inconsistent time array dimensions in ImaDoc fields, the time for the first series is used')72 warnmsg='inconsistent time array dimensions in ImaDoc fields, the time for the first series is used'; 73 73 Time=cat(1,Time,Time(1,:,:));% copy times of the first line 74 74 break
Note: See TracChangeset
for help on using the changeset viewer.