Skip to content

Commit

Permalink
Save deltaxs_smooth, deltays_smooth when available
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Apr 26, 2024
1 parent e19d233 commit 784521d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/fluidimage/data_objects/piv.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ class HeavyPIVResults(DataObject):
Equivalent to the `_approx` variables but for the last pass
and of size ``num_vectors``.
deltaxs_smooth, deltays_smooth:
Smoothed displacements at the positions ``xs``, ``ys`` (present only for
TPS interpolation).
"""

_keys_to_be_saved = [
Expand All @@ -260,6 +264,8 @@ class HeavyPIVResults(DataObject):
"iyvecs_approx",
"deltaxs_final",
"deltays_final",
"deltaxs_smooth",
"deltays_smooth",
"ixvecs_final",
"iyvecs_final",
]
Expand Down

0 comments on commit 784521d

Please sign in to comment.