You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code handles neither the current N0Q nor the new N0B composites, which are having their ID's updated:
effective
Composite Current Channel ID New Channel ID McIDAS Band #
------------+-------------------+-----------------+-------------
HHC 2**24 2**24 25
EET 2**25 2**25 26
**N0R 2**26 2**26 27
DHR 2**27 2**27 28
DVL 2**28 2**28 29
N1P 2**29 2**29 30
NTP 2**30 2**30 31
N0Q 2**31 2**23 32 -> 24
*N0B 2**31 32
Based on the existing code that's currently working (e.g. working EET vs. incorrect "Unknown" N0B), I think the "effective McIDAS Band" above is the field to use.
The text was updated successfully, but these errors were encountered:
Some updates are needed to the code that determines the field type for GINI, specifically Unidata's NEXRAD composites:
netcdf-java/cdm/image/src/main/java/ucar/nc2/iosp/gini/Giniheader.java
Lines 848 to 869 in b24beca
The code handles neither the current N0Q nor the new N0B composites, which are having their ID's updated:
Based on the existing code that's currently working (e.g. working EET vs. incorrect "Unknown" N0B), I think the "effective McIDAS Band" above is the field to use.
The text was updated successfully, but these errors were encountered: