Ignore:
Timestamp:
Mar 23, 2025, 11:13:38 AM (4 weeks ago)
Author:
sommeria
Message:

a few bug repairs and cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r1127 r1179  
    2828%=======================================================================
    2929
    30 function [checkmsg,date_str,svn_info]=check_files
     30function [checkmsg,date_str,svn_info,list_fct]=check_files
    3131checkmsg={};%default
    3232svn_info.rep_rev=[];
     
    3535list_fct={...
    3636    'activate';...% emulate the mouse selection of a GUI element, for demo
     37    'angle2normal';...%rotation vector PlaneAngle (in degree)
    3738    'browse_data';...% function for scanning directories in a project/campaign
    3839    'browse_data.fig';...% GUI corresponding to dataview
     
    4142    'cell2tab';... %transform a Matlab cell in a character array suitable for display in a table
    4243    'check_files';...
     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'.
     46    'command_launch_matlab';% creates the command strings for opening a new Matlab session
     47    'command_load_python';% creates the command strings for loading Python
    4348    'compile';...% compile a Matlab function, create a binary in a subdirectory /bin
    4449    'copyfields';...% copy fields between two matlab structures
Note: See TracChangeset for help on using the changeset viewer.