Skip to content

Commit

Permalink
docs: add small code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Aug 15, 2023
1 parent d911c45 commit a052854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions echopype/commongrid/mvbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ def get_MVBS_along_channels(
# average should be done in linear domain
sv = ds["Sv"].pipe(_linear_transform)

# reduce along ping_time and echo_range
# by binning and averaging
res = xarray_reduce(
sv,
ds["ping_time"],
Expand Down

0 comments on commit a052854

Please sign in to comment.