Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Nov 12, 2024
1 parent 577d301 commit 8903165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyaro/timeseries/Filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,9 @@ class RelativeAltitudeFilter(StationFilter):
Filter class which filters stations based on the relative difference between
the station altitude, and the gridded topography altitude.
:param topo_file : A .nc file from which to read gridded topography data.
:param topo_var : Name of variable that stores altitude.
:param rdiff : Relative difference (in meters).
:param topo_file: A .nc file from which to read gridded topography data.
:param topo_var: Name of variable that stores altitude.
:param rdiff: Relative difference (in meters).
Note:
-----
Expand Down

0 comments on commit 8903165

Please sign in to comment.