%% Common parameters 2 % This file is to be read after tweaking some parameters for specific % configurations. %% RC Lengths % %PRC lengths % p.LPRM_PR2 = 17.1; %Distance between PRM and PR2 % p.LPR2_PR3 = 14.1; %Distance between PR2 and PR3 % p.LPR3_BS = 17.1; %Distance between PR3 and BS % % %Michelson part % % %Average length of the Michelson arms % p.LMIavg = p.Lprc - (p.LPRM_PR2 + p.LPR2_PR3 + p.LPR3_BS); % p.LBS_ITMX=p.LMIavg + p.Las/2; % Michelson X arm % p.LBS_ITMY=p.LMIavg -p.Las/2; % Michelson Y arm % % %SRC lengths % % p.LSR2_SR3 = 14.1; %Distance between SR2 and SR3 % p.LSR3_BS = 17.1; %Distance between SR3 and BS p.LSRM_SR2 = p.Lsrc - (p.LSR2_SR3+p.LSR3_BS+p.LMIavg); %Distance between SRM and SR2; % In order to include the adjustment of SRC length to compensate for the % DARM offset, we re-define the distance between SRM-SR2 here. For example, % see l.141 in BRSE_SDMR1_17_45 % Scattered light RF components p.SCL_vRF = p.vMod == 0;