Skip to content

Commit

Permalink
further docstring improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmargraf committed Nov 9, 2023
1 parent 20de35d commit e86966d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycomlink/processing/nearby_rain_retrival.py
Expand Up @@ -135,10 +135,10 @@ def nearby_rainfall_retrival(
Corrected pmax
F : xr.DataArray
Computed filter to remove outliers
f_GHz : float, optional
f_GHz : xr.DataArray or np.array, optional
Frequency in GHz. If provided together with `pol`, it will be used to
derive the parameters a and b for the k-R power law.
pol : string, optional
pol : xr.DataArray or np.array of strings, optional
Polarization, that is either 'H' for horizontal or 'V' for vertical. Has
to be provided together with `f_GHz`. It will be used to derive the
parameters a and b for the k-R power law.
Expand Down

0 comments on commit e86966d

Please sign in to comment.