Skip to content

Commit

Permalink
threshold_tps, change default to 1.5 (like UVmat)
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Apr 26, 2024
1 parent 644b718 commit 76790f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fluidimage/works/piv/multipass.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _complete_params_with_default_piv(cls, params):
"use_tps": "last",
"subdom_size": 200,
"smoothing_coef": 2.0,
"threshold_tps": 1.0,
"threshold_tps": 1.5,
},
)

Expand Down Expand Up @@ -93,7 +93,7 @@ def _complete_params_with_default_piv(cls, params):
- smoothing_coef : float
Coefficient used for the TPS method. The result is smoother for larger
smoothing_coef.
smoothing_coef. 2 is often reasonable. Can typically be between 0 to 40.
- threshold_tps : float
Expand Down

0 comments on commit 76790f1

Please sign in to comment.