Change-Id: I085db53fab11899acf65118d5f87a1c6421e6f59 Former-commit-id:9283473138
[formerly a92820ad4717a20cb8904b80ab0531739fe71a31] Former-commit-id:bd49e81e7f
This commit is contained in:
parent
7d1e615b62
commit
ed9b996fa4
2 changed files with 5 additions and 4 deletions
|
@ -143,12 +143,13 @@ public class Awips1ProdDistInfoBuilder {
|
|||
// Because the radar ingest system uses zero as the value that stands for the
|
||||
// null tilt, any bin including 0.0 must have 0.0 as the primary tilt.
|
||||
// ... not sure if this applies to us
|
||||
// 02/27/2015 DR17099 zwang For TLAS, the first elev 0.8 should match to 0.5
|
||||
|
||||
// Sequence of (group-rep1, min1, max1, group-rep2, min2, max2, ...)
|
||||
protected static int[] angleGroups = {
|
||||
0, 0, 3,
|
||||
5, 4, 7,
|
||||
9, 8, 11,
|
||||
5, 4, 8,
|
||||
9, 9, 11,
|
||||
15, 12, 16,
|
||||
18, 17, 20,
|
||||
24, 21, 26,
|
||||
|
|
4
edexOsgi/com.raytheon.edex.plugin.radar/utility/common_static/base/radar/tiltAngleGroups.txt
Normal file → Executable file
4
edexOsgi/com.raytheon.edex.plugin.radar/utility/common_static/base/radar/tiltAngleGroups.txt
Normal file → Executable file
|
@ -8,8 +8,8 @@
|
|||
// primary min max
|
||||
// angle angle angle
|
||||
0.0 0.0 0.3
|
||||
0.5 0.4 0.7
|
||||
0.9 0.8 1.1
|
||||
0.5 0.4 0.8
|
||||
0.9 0.9 1.1
|
||||
1.5 1.2 1.6
|
||||
1.8 1.7 2.0
|
||||
2.4 2.1 2.6
|
||||
|
|
Loading…
Add table
Reference in a new issue