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

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

Added original make3d

File size: 773 bytes
Line 
1% EXPeriment NAME
2% returns the name of the current experiment
3% this name indexes the CONFIGDATA
4%
5% $Id: expname.m,v 2.7 2005/05/23 16:23:35 svoboda Exp $
6
7function name = expname()
8
9% the name of a calibration fo BlueC must
10% contain the following sub-string 'BigBlue'
11
12% the name for the Hoenggeberg calibration must contain
13% the sub-string Hoengg
14
15% the name of the oscar setup must contain
16% the string 'oscar'
17
18% name = 'G9';
19% name = '0801BlueCRZ';
20% name = 'BlueCHoengg';
21% name = 'TestData';
22% name = 'OneSideH0105';
23% name = 'OneSideH1416';
24name = 'BlueCRZ';
25% name = 'ViRoom20030611';
26% name = '2410ViRoom';
27% name = 'Erlangen';
28% name = 'oscar2c1p';
29% name = 'oscardemo';
30% name = 'ViRoom20030724';
31% name = 'extern';
32
33return
34
35                                                                                                                                                                                                                                               
Note: See TracBrowser for help on using the repository browser.