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 38ac53e commit 6f28172
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 @@ -213,7 +213,7 @@ cdef class SigmetFile:
prt_value = 1. / self.product_hdr['product_end']['prf']
nyquist = wavelength_cm / (10000.0 * 4.0 * prt_value)
data['WIDTH'] *= nyquist
# scale 1-byte KDP by the wavelength
# scale 1-byte KDP by the wavelength
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).
Expand Down

0 comments on commit 6f28172

Please sign in to comment.