We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3f05c3 + 017d6ff commit 677e7c5Copy full SHA for 677e7c5
1 file changed
openpiv/pyprocess.py
@@ -51,7 +51,7 @@ def get_field_shape(image_size, search_area_size, overlap):
51
52
Returns
53
-------
54
- field_shape : three elements tuple
+ field_shape : 2-element tuple
55
the shape of the resulting flow field
56
"""
57
field_shape = (np.array(image_size) - np.array(search_area_size)) // (
0 commit comments