Skip to content

Commit 677e7c5

Browse files
authored
Merge pull request #226 from jidicula/patch-1
docs(get_field_shape): Correct docstring
2 parents f3f05c3 + 017d6ff commit 677e7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openpiv/pyprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_field_shape(image_size, search_area_size, overlap):
5151
5252
Returns
5353
-------
54-
field_shape : three elements tuple
54+
field_shape : 2-element tuple
5555
the shape of the resulting flow field
5656
"""
5757
field_shape = (np.array(image_size) - np.array(search_area_size)) // (

0 commit comments

Comments
 (0)