Skip to content

Commit

Permalink
Merge pull request #42 from OpenPIV/match_v0238
Browse files Browse the repository at this point in the history
Match v0238
  • Loading branch information
eguvep authored Jun 20, 2022
2 parents dbc2de5 + 070fe9c commit 5d8ece8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions openpivgui/MultiProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ def smoothn(u, s):
correlation_method=self.parameter['corr_method'],
normalized_correlation=self.parameter['normalize_correlation'])

x, y = piv_prc.get_coordinates(frame_a.shape,
corr_window_0,
overlap_0)
x, y = piv_wdf.get_rect_coordinates(frame_a.shape,
corr_window_0,
overlap_0)

# validating first pass
mask = np.full_like(x, 0)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setuptools.setup(
name="openpivgui",
version="0.4.11",
install_requires=['OpenPiv==0.23.6', 'pandas'],
install_requires=['OpenPiv==0.23.8', 'pandas'],
author="P. Vennemann and contributors.",
author_email="[email protected]",
description="A simple GUI for Open PIV.",
Expand Down

0 comments on commit 5d8ece8

Please sign in to comment.