Changeset 515 for trunk/src/check_files.m
- Timestamp:
- Aug 15, 2012, 11:36:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r512 r515 32 32 svn_info.status=[]; 33 33 list_fct={... 34 'calc_field';...% defines fields (velocity, vort, div...) from civx data and calculate them 34 'calc_field_interp';...% defines fields (velocity, vort, div...) from civx data and calculate them 35 'calc_field_tps';...% defines fields (velocity, vort, div...) and calculate them 35 36 'cell2tab';... %transform a Matlab cell in a character array suitable for display in a table 36 37 'check_field_structure';...% check the validity of the field struture representation consistant with the netcdf format … … 64 65 'get_file_series';...% determine the list of file names and file indices for functions called by 'series'. 65 66 'get_file_type';...% determine info about a file (image, multimage, civdata,...) . 66 'griddata_uvmat';...%make 2D linear interpolation using griddata, with input appropriate for both Matlab 6.5 and 767 67 'hist_update';...% update of a current global histogram by inclusion of a new field 68 68 'imadoc2struct';...%convert the image documentation file ImaDoc into a Matlab structure
Note: See TracChangeset
for help on using the changeset viewer.