Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windef for 3D PIV #297

Open
RpfR2000 opened this issue Apr 25, 2023 · 3 comments
Open

windef for 3D PIV #297

RpfR2000 opened this issue Apr 25, 2023 · 3 comments

Comments

@RpfR2000
Copy link

I have a (3 spatial dimensions) volumetric image timeseries. I have used the iterative window deformation method given by windef.py to great success on xy slices of my timeseries, but I would like to use it for the full 3D dataset. I see in the code that only 2D array inputs are supported, and it seems like the main reason why is because of the interpolation method that is used (RectBivariateSpline). Is that correct? If I modified the interpolation to a trivariate spline and changed the functions required for window deformation accordingly, would that be sufficient?

Thanks!

@alexlib
Copy link
Member

alexlib commented Apr 27, 2023

Hi @RpfR2000

I do not know if the only thing here is the interpolation in 3D. The problem is that you need to create a new refined 3D array, and it shall also be consistent. Although it is logical that N-D interpolation works the same way as 2D one, it's difficult to say without testing actual methods.

If you clone the repo and start working on it, please ping us, and we'll try to help. We, however, could not lead this development ourselves, it's too time-consuming.

Best
Alex @alexlib

@RpfR2000
Copy link
Author

Hi Alex,

Thanks for the response. I will start working on this today.

@alexlib
Copy link
Member

alexlib commented Oct 1, 2023

Hi Alex,

Thanks for the response. I will start working on this today.

@RpfR2000 - do you have maybe news on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants