Changeset 1201 for trunk/src/check_files.m
- Timestamp:
- Mar 23, 2026, 4:49:29 PM (3 hours ago)
- File:
-
- 1 edited
-
trunk/src/check_files.m (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r1179 r1201 43 43 'check_files';... 44 44 'civ';... % key function for image correlations (called by series/cvi_series.m) 45 'cluster_command ';...% creates the command string for launching jobs in the cluster system 'oar'.45 'cluster_command_LEGI';...% creates the command string for launching jobs in the cluster system 'oar'. 46 46 'command_launch_matlab';% creates the command strings for opening a new Matlab session 47 47 'command_load_python';% creates the command strings for loading Python … … 81 81 'nc2struct';...% transform a netcdf file in a corresponding matlab structure 82 82 'num2stra';...% transform number to the corresponding character string depending on the nomenclature 83 'parciv';... % same as civ.m, but for loop replaced by 'parfor' for parallel computing on local computer 83 84 'phys_XYZ';...% transform coordiantes from pixels to phys 84 85 'px_XYZ';...% transform coordiantes from phys to pixels … … 86 87 'plot_object';...%draws a projection object (points, line, plane...) 87 88 'proj_field';...%project a field on a projection object (plane, line,...) 88 'read_civxdata';...reads civx data from netcdf files89 89 'read_civdata';... reads new civ data from netcdf files 90 90 'read_field';...% read the fields from files in different formats (netcdf files, images, video) … … 104 104 'set_object.m';...% edit a projection object 105 105 'set_object.fig';...% interface for set_object 106 'set_slices.mlapp';% creates illumination slices in 3D context 106 107 'set_subdomains';...% sort a set of points defined by scattered coordinates in subdomains, as needed for tps interpolation 107 108 'stra2num';...% transform letters (a, b, A, B,) or numerical strings ('1','2'..) to the corresponding numbers … … 117 118 'uigetfile_uvmat';... browser, and display of directories, faster than the Matlab fct uigetfile 118 119 'update_imadoc';... %update the ImaDoc xml file 119 'update_waitbar';... update the waitbar display, used for ACTION functions in the GUI 'series'120 120 'uvmat';...% master function for file scanning and visualisation of 2D fields 121 121 'uvmat.fig';... %interface for uvmat
Note: See TracChangeset
for help on using the changeset viewer.
