Ignore:
Timestamp:
Mar 23, 2026, 4:49:29 PM (3 hours ago)
Author:
sommeria
Message:

various improvements...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r1179 r1201  
    4343    'check_files';...
    4444    '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'.
    4646    'command_launch_matlab';% creates the command strings for opening a new Matlab session
    4747    'command_load_python';% creates the command strings for loading Python
     
    8181    'nc2struct';...% transform a netcdf file in a corresponding matlab structure
    8282    '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
    8384    'phys_XYZ';...% transform coordiantes from pixels to phys
    8485    'px_XYZ';...% transform coordiantes from phys to pixels
     
    8687    'plot_object';...%draws a projection object (points, line, plane...)
    8788    'proj_field';...%project a field on a projection object (plane, line,...)
    88     'read_civxdata';...reads civx data from netcdf files
    8989    'read_civdata';... reads new civ data from netcdf files
    9090    'read_field';...% read the fields from files in different formats (netcdf files, images, video)
     
    104104    'set_object.m';...%  edit a projection object
    105105    'set_object.fig';...% interface for set_object
     106    'set_slices.mlapp';% creates illumination slices in 3D context
    106107    'set_subdomains';...% sort a set of points defined by scattered coordinates in subdomains, as needed for tps interpolation
    107108    'stra2num';...% transform letters (a, b, A, B,) or numerical strings ('1','2'..) to the corresponding numbers
     
    117118    'uigetfile_uvmat';... browser, and display of directories, faster than the Matlab fct uigetfile
    118119    'update_imadoc';...  %update the ImaDoc xml file
    119     'update_waitbar';... update the waitbar display, used for ACTION functions in the GUI 'series'
    120120    'uvmat';...% master function for file scanning and visualisation of 2D fields
    121121    'uvmat.fig';...  %interface for uvmat
Note: See TracChangeset for help on using the changeset viewer.