Skip to content

Commit

Permalink
Update echopype/utils/align.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wu-Jung Lee <[email protected]>
  • Loading branch information
ctuguinay and leewujung authored Aug 7, 2024
1 parent 0a7dbd6 commit edfdf12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions echopype/utils/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ def align_to_ping_time(
method: str = "nearest",
) -> xr.DataArray:
"""
Aligns an external DataArray to align time-wise with the Echosounder ping time DataArray.
Aligns an external DataArray to align time-wise with the echosounder ping time DataArray.
Parameters
----------
external_da : xr.DataArray
External Non-Echosounder data.
External non-echosounder data.
external_time_name : str
Time variable name of the External Non-Echosounder data.
Time variable name of the external non-echosounder data.
ping_time_da : xr.DataArray
Echosounder ping time.
method : str, default 'nearest'
Expand Down

0 comments on commit edfdf12

Please sign in to comment.