Skip to content

Trouble Reading Chill Radar Data #1346

Answered by mgrover1
mgrover1 asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like there is a mismatch in the ray header within the file. For Chill files, that part of the dataset should include the following structure:

(('azimuth', 'f'),
 ('elevation', 'f'),
 ('azimuth_width', 'f'),
 ('elevation_width', 'f'),
 ('gates', 'H'),
 ('beam_index', 'H'),
 ('ns_time', 'I'),
 ('time', 'Q'),
 ('bit_mask', 'Q'),
 ('ray_number', 'I'),
 ('num_pulses', 'I'))`

Which corresponds to a buffer size of 48 bytes.

Within the file you provided, that part of the dataset (the ray header section) is 64 bytes, indicating there is additional information included, but without knowing what additional fields are there, we cannot determine the expected buffer size.

As mentioned in this …

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

mgrover1
Dec 6, 2022
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

mgrover1
Dec 6, 2022
Maintainer Author

You must be logged in to vote
0 replies
Comment options

mgrover1
Dec 7, 2022
Maintainer Author

You must be logged in to vote
0 replies
Comment options

mgrover1
Dec 7, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by mgrover1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #1345 on December 07, 2022 15:34.