VLab Issue #6616 - DR_17099 Can not display TLAS elev 0.8 product; fixes #6616

Change-Id: I085db53fab11899acf65118d5f87a1c6421e6f59

Former-commit-id: 9283473138 [formerly a92820ad4717a20cb8904b80ab0531739fe71a31]
Former-commit-id: bd49e81e7f
This commit is contained in:
Zihou Wang 2015-02-27 18:15:38 +00:00
parent 7d1e615b62
commit ed9b996fa4
2 changed files with 5 additions and 4 deletions

View file

@ -143,12 +143,13 @@ public class Awips1ProdDistInfoBuilder {
// Because the radar ingest system uses zero as the value that stands for the // 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. // null tilt, any bin including 0.0 must have 0.0 as the primary tilt.
// ... not sure if this applies to us // ... 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, ...) // Sequence of (group-rep1, min1, max1, group-rep2, min2, max2, ...)
protected static int[] angleGroups = { protected static int[] angleGroups = {
0, 0, 3, 0, 0, 3,
5, 4, 7, 5, 4, 8,
9, 8, 11, 9, 9, 11,
15, 12, 16, 15, 12, 16,
18, 17, 20, 18, 17, 20,
24, 21, 26, 24, 21, 26,

View file

@ -8,8 +8,8 @@
// primary min max // primary min max
// angle angle angle // angle angle angle
0.0 0.0 0.3 0.0 0.0 0.3
0.5 0.4 0.7 0.5 0.4 0.8
0.9 0.8 1.1 0.9 0.9 1.1
1.5 1.2 1.6 1.5 1.2 1.6
1.8 1.7 2.0 1.8 1.7 2.0
2.4 2.1 2.6 2.4 2.1 2.6