Skip to content

Commit

Permalink
Merge pull request #2 from EWolffWX/SR_VEL
Browse files Browse the repository at this point in the history
Added storm_relative_velocity to __init__.py
  • Loading branch information
EWolffWX authored Sep 24, 2024
2 parents 3adcce6 + 411c70a commit 804590a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions pyart/retrieve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
from .vad import vad_browning, vad_michelson # noqa
from .cfad import create_cfad # noqa
from .cappi import create_cappi # noqa
from .srv import storm_relative_velocity

__all__ = [s for s in dir() if not s.startswith("_")]
8 changes: 3 additions & 5 deletions pyart/retrieve/srv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""
Calculation of storm-relative velocity from a radar object.
Calculation of storm-relative velocity from a radar object. Code written by
Edward C. Wolff. Modifications for single-sweep files suggested by Leanne
Blind.
"""

Expand All @@ -14,10 +16,6 @@ def storm_relative_velocity(
"""
This function calculates storm-relative Doppler velocities.
Created by: Edward C Wolff, 2024-06-17
Modified by: Leanne Blind, 2024-09-12, added having a single sweep in a
radar file that does not start at 0
Parameters
----------
radar: Radar
Expand Down

0 comments on commit 804590a

Please sign in to comment.