source: ETALON/CLIO/gfw2dscan/IPAC3.m

Last change on this file was 404, checked in by hodnevuc, 9 years ago
File size: 436 bytes
Line 
1function IPAC3(num)
2if exist(['pch' num2str(num) '.mat'],'file')~=2
3 pitch=0.1:0.1:10;
4 plen=0.1:0.1:10;
5i=round(rem(num,100));
6j=round((num-i)/100);
7i=i+1;
8j=j+1;
9[nu_Hz,SP_spec_1,SP_spec_N,lamX,E_total,sum_tr]=GFWnew(['PrSelect=2; x0_mm=' num2str(3+pitch(i)*cos(30/180*pi)*sin(30/180*pi)) '; pulse_len_ps=' num2str(plen(i)) '; ThetaDiv=100; phiDiv=20; el_mm=' num2str(pitch(j)) ';']);
10
11save(['pch' num2str(num) '.mat'])
12end
Note: See TracBrowser for help on using the repository browser.