-
Notifications
You must be signed in to change notification settings - Fork 21
/
nexrad_loc.txt
32 lines (26 loc) · 1.17 KB
/
nexrad_loc.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Configuration for MALSPLUS tests at the airport Locarno
# rad4alp radar name
RadarName STRING KATX
# rad4alp radar range resolution L:Low H:High
RadarRes STRING L
# Names of the radar scans in the specified sector
# NOTE: Must have a trailing '/'
ScanList STRARR 1
ar2v # masterscan: first scan of a volume
# Image config
ppiImageConfig STRUCT 6
xsize FLOAT 10. # image size [inches] (default dots per inch (dpi):72)
ysize FLOAT 8. # image size [inches] (default dots per inch (dpi):72)
xmin FLOAT -100.0 # Min distance on horizontal axis [km]
xmax FLOAT 100.0 # Max distance on horizontal axis [km]
ymin FLOAT -100.0 # Min distance on vertical axis [km]
ymax FLOAT 100.0 # Max distance on vertical axis [km]
# Image config
rhiImageConfig STRUCT 6
xsize FLOAT 9. # image size [inches]
ysize FLOAT 7. # image size [inches]
xmin FLOAT 0.0 # Min distance on horizontal axis [km]
xmax FLOAT 15.0 # Max distance on horizontal axis [km]
ymin FLOAT 0.0 # Min distance on vertical axis [km]
ymax FLOAT 8.0 # Max distance on vertical axis [km]