RADLOCC

PURPOSE ^

RADLOCC is the main GUI file.

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 RADLOCC is the main GUI file.

 RADLOCC, the main GUI file, should be called to use the RADLOCC toolbox.
 
 USAGE:
     RADLOCC

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % RADLOCC is the main GUI file.
0002 %
0003 % RADLOCC, the main GUI file, should be called to use the RADLOCC toolbox.
0004 %
0005 % USAGE:
0006 %     RADLOCC
0007 
0008 
0009 cell_list = {};
0010 
0011 fig_number = 1;
0012 
0013 % title name
0014 title_figure = 'RADLOCC Laser-Camera Calibration Toolbox';
0015 
0016 % Buttons
0017 cell_list{1,1} = {'Read data','read_data_cb;'};
0018 cell_list{1,2} = {'Auto select','auto_select_cb;'};
0019 cell_list{1,3} = {'Manual select','manual_select_cb;'};
0020 cell_list{1,4} = {'Calibrate','calibrate_cb;'};
0021 cell_list{1,5} = {'Laser onto image','laser_onto_image_cb;'};
0022 cell_list{2,1} = {'Analyse error','analyse_error_cb;'};
0023 cell_list{2,2} = {'Add/Suppress scans','add_suppress_cb;'};
0024 cell_list{2,3} = {'Save','save_cb;'};
0025 cell_list{2,4} = {'Load','load_cb;'};
0026 cell_list{2,5} = {'Exit',['close(' num2str(fig_number) ');']};
0027 
0028 % display windows by Bouget
0029 show_window(cell_list,fig_number,title_figure,130,18,0,'clean',12);

Generated on Thu 08-Apr-2010 14:35:09 by m2html © 2005