Attachment 'cfgC1.m'
Download 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 % c f g C 1 . m
3 % - Optickle Configuration files for Clatech 40m interferomter
4 % updated 14/Oct/2011 by KI
5 %
6 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7 %
8 % paramC1 : parameters of Caltech 40m prptotype
9 % paramC1_00 : LSC - definition of demodulation phases (for tickle)
10 % optC1 : optical model, it has the parameters in paramEligo as argument
11 % probesC1_00: probes (for tickle)
12 %
13
14 % tell Matlab where the Optickle package resides
15 % My prefrence is to call $OPTICKLE_PATH which is a user-defined shell evironment variable
16 % The path should include
17 % (1) iscmodeling/Optickle
18 % (2) iscmodeling/Optickle/lib
19 addpath(getenv('OPTICKLE_PATH'));
20
21 % call some parameter files
22 par = paramC1DRMI;
23 %par = paramC1_00(par); % for future expansion
24
25 % build an optic instance
26 opt = optC1(par);
27 opt = probesC1_00(opt, par);
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.
