[go: up one dir, main page]

Menu

[ce0c76]: / anal / read_anapar.m  Maximize  Restore  History

Download this file

24 lines (19 with data), 526 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
global iono_model fit_altitude a_satch a_Offsetppd
iono_model='iri';
if exist('iri')~=3, iono_model='giveme'; end
first=75; last=2500; d1=3; d2=1; n1=10;
if name_site=='L'
d1=4; n1=8;
elseif name_site=='V'
d1=5; n1=6;
end
if name_site=='T' | name_site=='L' | name_site=='V'
altd=[0 ones(1,n1)*d1 d1:d2:(sqrt((last-first)*2*d2))];
analysis_altit=first+cumsum(altd);
analysis_maxwidth=[altd(2:end) altd(end)];
else
analysis_range=0:500:1000;
end
if exist([path_expr 'ana_def.m'])==2
run([path_expr 'ana_def'])
end