Skip to content

Commit

Permalink
Update pyart/io/_sigmetfile.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Dec 13, 2024
1 parent 3fbafce commit 38ac53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/io/_sigmetfile.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ cdef class SigmetFile:
nyquist = wavelength_cm / (10000.0 * 4.0 * prt_value)
data['WIDTH'] *= nyquist
# scale 1-byte KDP by the wavelength
if 'KDP' in self.data_type_names:
if 'KDP' in self.data_type_names:
# The IRIS Programmer's Manual indicates 1-byte differential phase format
# data should be divided by the wavelength in cm (section 4.3.12).
wavelength_cm = self.product_hdr['product_end']['wavelength']
Expand Down

0 comments on commit 38ac53e

Please sign in to comment.