Skip to content

Commit

Permalink
FIX: Revert back for spectra_calculations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rcjackson committed Aug 29, 2024
1 parent 1b3b2bd commit 43e149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/retrieve/spectra_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def spectra_moments(radar):
return field_list


def dealias_spectra(the_spectra, vel_bins, wavelength):
def dealias_spectra(the_spectra, vel_bins, wavelength, left_limit, right_limit):
"""Dealias a spectra.
Parameters
Expand Down

0 comments on commit 43e149c

Please sign in to comment.