source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/BlueCCal/CommonCfgAndIO/oldexperiments.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 6.5 KB
Line 
1elseif strcmp(experiment,'1704BigBlue')
2  config.paths.data             = ['/local/Calibration/'];
3  config.paths.img      = [config.paths.data,'atlantic%d/'];
4  config.paths.radial   = [HOME_PATH,'none'];
5  config.files.imnames  = 'atlantic%d.pvi.*.';
6  config.files.idxcams  = [3:18];       % related to the imnames
7  config.files.imgext   = 'jpg';
8  config.files.Pst              = [config.paths.data,'Pst.dat'];
9  config.files.Cst              = [config.paths.data,'Cst.dat'];
10  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
11  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
12  config.imgs.subpix    = 1/3;
13  config.cal.INL_TOL    = 1; %
14  config.cal.NUM_CAMS_FILL = 6;
15  config.cal.DO_BA              = 0;
16
17elseif strcmp(experiment,'DeRoeck01')
18  config.paths.data     = ['/data/ViRoom/Calib/DeRoeck20030224/'];
19  config.paths.img      = ['/data/ViRoom/Calib/DeRoeck20030224/'];
20  config.paths.radial   = [HOME_PATH,'none'];
21  config.files.imnames  = 'vr%0.2d_image.*.';
22  config.files.idxcams  = [0:2];        % related to the imnames
23  config.files.imgext   = 'jpg';
24  config.files.Pst              = [config.paths.img,'Pst.dat'];
25  config.files.Cst              = [config.paths.img,'Cst.dat'];
26  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
27  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
28
29elseif strcmp(experiment,'RolandBigBlue')
30  config.paths.data             = ['/data/BigBlueC/20030117_BigBlueC/'];
31  config.paths.img      = [config.paths.data,'atlantic%d/'];
32  config.paths.radial   = [HOME_PATH,'none'];
33  config.files.imnames  = 'atlantic%d.pvi.*.';
34  config.files.idxcams  = [3:18];       % related to the imnames
35  config.files.imgext   = 'jpg';
36  config.files.Pst              = [config.paths.data,'Pst.dat'];
37  config.files.Cst              = [config.paths.data,'Cst.dat'];
38  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
39  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
40elseif strcmp(experiment,'Roland2BigBlue')
41  config.paths.data             = ['/data/BigBlueC/Roland_BigBlue_20030217/'];
42  config.paths.img      = [config.paths.data,'atlantic%d/'];
43  config.paths.radial   = [HOME_PATH,'none'];
44  config.files.imnames  = 'atlantic%d.pvi.*.';
45  config.files.idxcams  = [3:12,15:18]; % related to the imnames
46  config.files.imgext   = 'jpg';
47  config.files.Pst              = [config.paths.data,'Pst.dat'];
48  config.files.Cst              = [config.paths.data,'Cst.dat'];
49  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
50  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
51elseif strcmp(experiment,'Roland3BigBlue')
52  config.paths.data             = ['/data/BigBlueC/Roland_BigBlue_20030219/'];
53  config.paths.img      = [config.paths.data,'atlantic%d/'];
54  config.paths.radial   = [HOME_PATH,'none'];
55  config.files.imnames  = 'atlantic%d.pvi.*.';
56  config.files.idxcams  = [3:12,14:18]; % related to the imnames
57  config.files.imgext   = 'jpg';
58  config.files.Pst              = [config.paths.data,'Pst.dat'];
59  config.files.Cst              = [config.paths.data,'Cst.dat'];
60  config.imgs.LEDsize   = 9; % avg diameter of a LED in pixels 
61  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
62  config.imgs.subpix    = 1;
63
64
65elseif strcmp(experiment,'0801BigBlue')
66  config.paths.data             = ['/home/svoboda/viroomData/BigBlueC/20030108_BigBlueC/Calib/'];
67  config.paths.img      = [config.paths.data,'atlantic%d/'];
68  config.paths.radial   = [HOME_PATH,'none'];
69  config.files.imnames  = 'atlantic%d.pvi.*.';
70  config.files.idxcams  = [3:18];       % related to the imnames
71  config.files.imgext   = 'jpg';
72  config.files.Pst              = [config.paths.data,'Pst.dat'];
73  config.files.Cst              = [config.paths.data,'Cst.dat'];
74  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
75  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
76  config.cal.INL_TOL    = 3; % if UNDO_RADIAL than it may be relatively small <1
77  config.cal.NUM_CAMS_FILL = 12;
78  config.cal.DO_BA              = 0;
79  config.cal.UNDO_RADIAL= 1;
80elseif strcmp(experiment,'1301BigBlue')
81  config.paths.data             = ['/data/BigBlueC/20030113_BigBlueC/'];
82  config.paths.img      = [config.paths.data,'atlantic%d/'];
83  config.paths.radial   = [HOME_PATH,'none'];
84  config.files.imnames  = 'atlantic%d.pvi.*.';
85  config.files.idxcams  = [3:18];       % related to the imnames
86  config.files.imgext   = 'jpg';
87  config.files.Pst              = [config.paths.data,'Pst.dat'];
88  config.files.Cst              = [config.paths.data,'Cst.dat'];
89  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
90  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
91
92elseif strcmp(experiment,'2911BigBlue')
93  config.paths.data             = ['/data/BigBlueC/20021129_BigBlueC/Calib/'];
94  config.paths.img      = [config.paths.data,'atlantic%d/'];
95  config.paths.radial   = [HOME_PATH,'none'];
96  config.files.imnames  = 'atlantic%d.pvi.*.';
97  config.files.idxcams  = [3:18];       % related to the imnames
98  config.files.imgext   = 'jpg';
99  config.files.Pst              = [config.paths.data,'Pst.dat'];
100  config.files.Cst              = [config.paths.data,'Cst.dat'];
101  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
102  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
103elseif strcmp(experiment,'0301BigBlue')
104  config.paths.data             = ['/data/BigBlueC/20030103_BigBlueC/Calib2/'];
105  config.paths.img      = [config.paths.data,'atlantic%d/'];
106  config.paths.radial   = [HOME_PATH,'none'];
107  config.files.imnames  = 'atlantic%d.pvi.*.';
108  config.files.idxcams  = [3:18];       % related to the imnames
109  config.files.imgext   = 'jpg';
110  config.files.Pst              = [config.paths.data,'Pst.dat'];
111  config.files.Cst              = [config.paths.data,'Cst.dat'];
112  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
113  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
114
115elseif strcmp(experiment,'2910BigBlue')
116  config.paths.data             = ['/data/BigBlueC/20021029_BigBlueC/Calib/'];
117  config.paths.img      = ['/data/BigBlueC/20021029_BigBlueC/Calib/'];
118  config.paths.radial   = [HOME_PATH,'none'];
119  config.files.imnames  = 'atlantic%d.pvi.*.';
120  config.files.idxcams  = [3:18];       % related to the imnames
121  config.files.imgext   = 'jpg';
122  config.files.Pst              = [config.paths.img,'Pst.dat'];
123  config.files.Cst              = [config.paths.img,'Cst.dat'];
124  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
125  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
126
127elseif strcmp(experiment,'2210BigBlue')
128  config.paths.img      = ['/data/BigBlueC/20022210_BigBlueC/Calib1/'];
129  config.paths.radial   = [HOME_PATH,'none'];
130  config.files.imnames  = 'atlantic%d.pvi.*.';
131  config.files.idxcams  = [3:18];       % related to the imnames
132  config.files.imgext   = 'jpg';
133  config.files.Pst              = [config.paths.img,'Pst.dat'];
134  config.files.Cst              = [config.paths.img,'Cst.dat'];
135  config.imgs.LEDsize   = 7; % avg diameter of a LED in pixels 
136  config.imgs.LEDcolor  = 'green'; % color of the laser pointer
Note: See TracBrowser for help on using the repository browser.