Ignore:
Timestamp:
Jun 2, 2013, 4:00:34 PM (11 years ago)
Author:
sommeria
Message:

various update, bugs to be expected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r625 r646  
    3232svn_info.status=[];
    3333list_fct={...
     34    'activate';...% emulate the mouse selection of a GUI element, for demo
    3435    'browse_data';...% function for scanning directories in a project/campaign
    3536    'browse_data.fig';...% GUI corresponding to dataview
     
    3839    'cell2tab';... %transform a Matlab cell in a character array suitable for display in a table
    3940    '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)
    4142    '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)
    4344    'civ_3D.fig';...
    4445    '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
    4547    'copyfields';...% copy fields between two matlab structures
    4648    'create_grid';...% called by the GUI geometry_calib to create a physical grid
    4749    'create_grid.fig';...% GUI corresponding to create_grid.m
    48     'displ_uvmat';...
    49     'editxml';...%display and edit xml files using a xls schema
    50     'editxml.fig';...%interface for editxml
     50    '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
    5153    'fileparts_uvmat';...% extracts the root name,field indexes and nomenclature type from an input filename
    5254    'fill_GUI';...%  fill a GUI with a set of parameters from a Matlab structure
    5355    'filter_tps';...% find the thin plate spline coefficients for interpolation-smoothing
    5456    '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 series
     57    'find_file_series';...% check the content of an input file and find the corresponding file series
    5658    '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 points
    59     'geometry_calib.fig';...%interface for geometry_calib
     59    '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
    6062    'get_field';...% choose and plot a field from a Netcdf file
    6163    'get_field.fig';...%interface for get_field
     
    6466    'hist_update';...%  update of a current global histogram by inclusion of a new field
    6567    '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
    6669    '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
    6872    'mouse_down';% function activated when the mouse button is pressed on a figure (callback for 'WindowButtonDownFcn')
    6973    'mouse_motion';...% permanently called by mouse motion over a figure (callback for 'WindowButtonMotionFcn')
    7074    '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 calls
     75    'msgbox_uvmat';... % associated with GUI msgbox_uvmat.fig to display message boxes, for error, warning or input calls
    7276    'msgbox_uvmat.fig';...
     77    'nomtype2pair';... creates nomenclature for index pairs knowing the image nomenclature, used by series fct
    7378    'nc2struct';...% transform a netcdf file in a corresponding matlab structure
    7479    'num2stra';...% transform number to the corresponding character string depending on the nomenclature
     
    8287    'read_civdata';... reads new civ data from netcdf files
    8388    '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
    8490    'read_GUI';... %read a GUI and provide the data as a Matlab structure
    8591    'read_image';...%read images or video objects
     
    109115    'translate_points';...% associated with GUI translate_points.fig to display translation parameters
    110116    'translate_points.fig';...
     117    'uigetfile_uvmat';... browser, and display of directories, faster than the Matlab fct uigetfile
    111118    'update_imadoc';...  %update the ImaDoc xml file
    112119    'update_waitbar';... update the waitbar display, used for ACTION functions in the GUI 'series'
Note: See TracChangeset for help on using the changeset viewer.