Skip to content

Commit

Permalink
fix: inconsistent data field names
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanideCN committed Oct 19, 2024
1 parent f15756d commit 00322c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cinrad/io/_radar_struct/standard_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
('scan_speed', 'f4'),
('log_reso', 'f4'),
('dop_reso', 'f4'),
('maximum_range', 'i4'),
('maximum_range2', 'i4'),
('max_range1', 'i4'),
('max_range2', 'i4'),
('start_range', 'i4'),
('sample_1', 'i4'),
('sample_2', 'i4'),
Expand Down

0 comments on commit 00322c0

Please sign in to comment.