Changeset 646 for trunk/src/check_files.m
- Timestamp:
- Jun 2, 2013, 4:00:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r625 r646 32 32 svn_info.status=[]; 33 33 list_fct={... 34 'activate';...% emulate the mouse selection of a GUI element, for demo 34 35 'browse_data';...% function for scanning directories in a project/campaign 35 36 'browse_data.fig';...% GUI corresponding to dataview … … 38 39 'cell2tab';... %transform a Matlab cell in a character array suitable for display in a table 39 40 'check_files';... 40 'civ';... %function associated with the interface 'civ.fig' for PIV and spline interpolation 41 'civ';... %function associated with the interface 'civ.fig' for PIV and spline interpolation (to be replaced by civ_series) 41 42 'civ.fig';... 42 'civ_3D';... function associated with the interface 'civ_3D.fig' for PIV in volume (TODO: combine with civ.m)43 'civ_3D';... % function associated with the interface 'civ_3D.fig' for PIV in volume (TODO: combine with civ.m) 43 44 'civ_3D.fig';... 44 45 'civ_matlab';...% civ programs, Matlab version (called by civ.m, option Civprogram/Matlab in the upper menu bar) 46 'compile';...% compile a Matlab function, create a binary in a subdirectory /bin 45 47 'copyfields';...% copy fields between two matlab structures 46 48 'create_grid';...% called by the GUI geometry_calib to create a physical grid 47 49 'create_grid.fig';...% GUI corresponding to create_grid.m 48 'displ_uvmat';... 49 'editxml';...% display and edit xml files using a xls schema50 'editxml.fig';...% interface for editxml50 'displ_uvmat';...% display a message using msgbox_uvmat or on the log file in batch mode 51 'editxml';...% display and edit xml files using a xls schema 52 'editxml.fig';...% interface for editxml 51 53 'fileparts_uvmat';...% extracts the root name,field indexes and nomenclature type from an input filename 52 54 'fill_GUI';...% fill a GUI with a set of parameters from a Matlab structure 53 55 'filter_tps';...% find the thin plate spline coefficients for interpolation-smoothing 54 56 'find_field_cells';...% group the variables of a 'field object' into 'field cells' and specify their structure 55 'find_file_series';...% check the content of an input file and find the corresponding file series57 'find_file_series';...% check the content of an input file and find the corresponding file series 56 58 'find_imadoc';...% find the ImaDoc xml file associated with a given input file 57 'fullfile_uvmat';...% creates a file name from a root name and indices.58 'geometry_calib';...% performs geometric calibration from a set of reference points59 'geometry_calib.fig';...% interface for geometry_calib59 'fullfile_uvmat';...% creates a file name from a root name and indices. 60 'geometry_calib';...% performs geometric calibration from a set of reference points 61 'geometry_calib.fig';...% interface for geometry_calib 60 62 'get_field';...% choose and plot a field from a Netcdf file 61 63 'get_field.fig';...%interface for get_field … … 64 66 'hist_update';...% update of a current global histogram by inclusion of a new field 65 67 'imadoc2struct';...%convert the image documentation file ImaDoc into a Matlab structure 68 'interp2_uvmat';...% linearly interpolate an image or scalar defined on a regular grid 66 69 'keyboard_callback';... % function activated when a key is pressed on the keyboard 67 'ListDir';... scan the structure of the directory tree (for dataview.m) 70 'ListDir';... % scan the structure of the directory tree (for editxml.m) 71 'mask_proj';...% restrict input fields to a mask region, set to 0 outside 68 72 'mouse_down';% function activated when the mouse button is pressed on a figure (callback for 'WindowButtonDownFcn') 69 73 'mouse_motion';...% permanently called by mouse motion over a figure (callback for 'WindowButtonMotionFcn') 70 74 'mouse_up';... % function to be activated when the mouse button is released (callback for 'WindowButtonUpFcn') 71 'msgbox_uvmat';... associated with GUI msgbox_uvmat.fig to display message boxes, for error, warning or input calls75 'msgbox_uvmat';... % associated with GUI msgbox_uvmat.fig to display message boxes, for error, warning or input calls 72 76 'msgbox_uvmat.fig';... 77 'nomtype2pair';... creates nomenclature for index pairs knowing the image nomenclature, used by series fct 73 78 'nc2struct';...% transform a netcdf file in a corresponding matlab structure 74 79 'num2stra';...% transform number to the corresponding character string depending on the nomenclature … … 82 87 'read_civdata';... reads new civ data from netcdf files 83 88 'read_field';...% read the fields from files in different formats (netcdf files, images, video) 89 'read_geometry_calib';... read data on the GUI geometry_calib 84 90 'read_GUI';... %read a GUI and provide the data as a Matlab structure 85 91 'read_image';...%read images or video objects … … 109 115 'translate_points';...% associated with GUI translate_points.fig to display translation parameters 110 116 'translate_points.fig';... 117 'uigetfile_uvmat';... browser, and display of directories, faster than the Matlab fct uigetfile 111 118 'update_imadoc';... %update the ImaDoc xml file 112 119 'update_waitbar';... update the waitbar display, used for ACTION functions in the GUI 'series'
Note: See TracChangeset
for help on using the changeset viewer.