source: ETALON/CLIO/gfw2dscan/IPAC3.m @ 396

Last change on this file since 396 was 396, checked in by hodnevuc, 9 years ago
File size: 364 bytes
Line 
1function IPAC3(num)
2matlabpool open
3
4 pitch=[0.1 0.25 0.5 1 2 3 4 6 8 10];
5 plen=[0.5 1 1.5 2 2.5 3 4 5 7.5 10];
6parfor i=1:2
7 [nu_Hz(i,:),SP_spec_1(i,:),SP_spec_N(i,:),lamX(i,:),E_total(i),sum_tr(i,:)]=GFWnew(['PrSelect=2; pulse_len_ps=' num2str(plen(i)) '; ThetaDiv=200; phiDiv=10; el_mm=' num2str(pitch(num)) ';']);
8end
9save(['pch' num2str(num) '.mat'])
Note: See TracBrowser for help on using the repository browser.