Ignore:
Timestamp:
Mar 7, 2010, 6:30:11 PM (14 years ago)
Author:
sommeria
Message:

field transforms put in subdir transform_field. cleaning of obsolete functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_functions.m

    r19 r38  
    2828list_fct={'calc_field';...% defines fields (velocity, vort, div...) from civx data and calculate them 
    2929          'cell2tab';... %transform a Matlab cell in a character array suitable for display in a table
     30          'check_field_structure';...% check the validity of the field struture representation consistant with the netcdf format
    3031          'check_functions';... 
    3132          'civ';...   %function associated with the interface 'civ.fig' for PIV and spline interpolation
     
    3435          'civ_3D.fig';...
    3536          'close_fig';...% function  activated when a figure is closed
    36           'copyfields';...%copy fields between two matlab structures
    37           'delete_object';...%delete a projection object, defined by its index in the Uvmat list or by its graphic handle
     37          'copyfields';...% copy fields between two matlab structures
     38          'create_grid';...% called by the GUI geometry_calib to create a physical grid
     39          'create_grid.fig';...% GUI corresponding to create_grid.m
     40          'dataview';...% function for scanning directories in a campaign
     41          'delete_object';...%delete a projection object, defined by its index in the Uvmat list or by its graphic handle 
    3842          'editxml';...%display and edit xml files using a xls schema
    3943          'editxml.fig';...%interface for editxml
     
    5862          'nc2struct';...% transform a netcdf file in a corresponding matlab structure
    5963          'peaklock';...%
    60           'phys';...% transforms fields from image (px) to real world (phys) coordinates using geometric calibration parameters
    61           'phys_polar';... transform image coordinates (px) to physical ploar coordinates
    62           'phys_XYZ';...%transforms image (px) to real world (phys) coordinates using geometric calibration parameters
    63           'px';...% transform fields from physical to px coordinates using geometrical calibration parameters
    64           'px_XYZ';...% ransform physical to px coordinates using geometrical calibration parameters
    6564          'plot_field';...%displays a vector field and/or scalar or images
    6665          'plot_object';...%draws a projection object (points, line, plane...)
     
    8887           'update_obj';... update the object representation graph and its projection field, record it in the uvmat interface
    8988           'update_waitbar';... update the waitbar display, used for ACTION functions in the GUI 'series'
    90            'warndlg_uvmat';...% display messages (error, warning, confirmation) , OBSOLETE, use msgbox_uvmat
    9189            'write_plot_param'};%update plotting parameters after plot
    9290 dir_fct=which('uvmat');% path to uvmat
Note: See TracChangeset for help on using the changeset viewer.