Ignore:
Timestamp:
Aug 15, 2012, 11:36:12 PM (12 years ago)
Author:
sommeria
Message:

improvement of calc-field and combination of two fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r512 r515  
    3232svn_info.status=[];
    3333list_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
    3536    'cell2tab';... %transform a Matlab cell in a character array suitable for display in a table
    3637    'check_field_structure';...% check the validity of the field struture representation consistant with the netcdf format
     
    6465    'get_file_series';...% determine the list of file names and file indices for functions called by 'series'.
    6566    '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 7
    6767    'hist_update';...%  update of a current global histogram by inclusion of a new field
    6868    'imadoc2struct';...%convert the image documentation file ImaDoc into a Matlab structure
Note: See TracChangeset for help on using the changeset viewer.