-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
Description
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!