Changeset 828


Ignore:
Timestamp:
Nov 30, 2014, 3:18:25 PM (9 years ago)
Author:
sommeria
Message:

'get_file_type' removed (replaced by get_file_info)
bug corrected in read_multimadoc (errormessage display)

Location:
trunk/src
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r809 r828  
    6565    'get_field';...% choose and plot a field from a Netcdf file
    6666    'get_field.fig';...%interface for get_field
     67    'get_file_info';...% determine info about a file (image, multimage, civdata,...) .
    6768    '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,...) .
    6969    'hist_update';...%  update of a current global histogram by inclusion of a new field
    7070    'imadoc2struct';...%convert the image documentation file ImaDoc into a Matlab structure
  • trunk/src/read_multimadoc.m

    r809 r828  
    7070            Time=cat(1,Time,shiftdim(time_line,-1));
    7171        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';
    7373            Time=cat(1,Time,Time(1,:,:));% copy times of the first line
    7474            break
Note: See TracChangeset for help on using the changeset viewer.