Skip to content

Commit

Permalink
Update doc in arrival.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaoMaWHU authored Sep 27, 2024
1 parent 9fd85a8 commit 91783c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mspasspy/algorithms/ml/arrival.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def annotate_arrival_time(
:param timeseries: The time series data to predict the arrival time.
:param threshold: The probability threshold (0-1) to filter p-wave picks. \
Any picks with probability less than the threshold will be removed. Default value is 0.2.
:param time_window: The relative time window to filter the predicted arrival time. \
:param time_window: The time window (in utc timestamp) to filter the predicted arrival time. \
If not provided, the whole time series will be used.
:param model: The model used to predict the arrival time.
:param model_args: arguments to initialize a new model if not provided
Expand Down

0 comments on commit 91783c1

Please sign in to comment.