Changeset 38 for trunk/src/check_functions.m
- Timestamp:
- Mar 7, 2010, 6:30:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_functions.m
r19 r38 28 28 list_fct={'calc_field';...% defines fields (velocity, vort, div...) from civx data and calculate them 29 29 '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 30 31 'check_functions';... 31 32 'civ';... %function associated with the interface 'civ.fig' for PIV and spline interpolation … … 34 35 'civ_3D.fig';... 35 36 '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 38 42 'editxml';...%display and edit xml files using a xls schema 39 43 'editxml.fig';...%interface for editxml … … 58 62 'nc2struct';...% transform a netcdf file in a corresponding matlab structure 59 63 'peaklock';...% 60 'phys';...% transforms fields from image (px) to real world (phys) coordinates using geometric calibration parameters61 'phys_polar';... transform image coordinates (px) to physical ploar coordinates62 'phys_XYZ';...%transforms image (px) to real world (phys) coordinates using geometric calibration parameters63 'px';...% transform fields from physical to px coordinates using geometrical calibration parameters64 'px_XYZ';...% ransform physical to px coordinates using geometrical calibration parameters65 64 'plot_field';...%displays a vector field and/or scalar or images 66 65 'plot_object';...%draws a projection object (points, line, plane...) … … 88 87 'update_obj';... update the object representation graph and its projection field, record it in the uvmat interface 89 88 '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_uvmat91 89 'write_plot_param'};%update plotting parameters after plot 92 90 dir_fct=which('uvmat');% path to uvmat
Note: See TracChangeset
for help on using the changeset viewer.