You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various scaling issues have been reported. These are due to the initial Scaler designed to scale planes (or a series of planes) in 2D and to work with numpy arrays rather than dask arrays.
Currently, there are a bunch of different algorithms available for scaling:
All of these generate a full pyramid (List[ndarray]) scaled in X and Y only. Only nearest supports dask arrays.
Various scaling issues have been reported. These are due to the initial Scaler designed to scale planes (or a series of planes) in 2D and to work with numpy arrays rather than dask arrays.
Currently, there are a bunch of different algorithms available for scaling:
All of these generate a full pyramid (
List[ndarray]
) scaled in X and Y only. Onlynearest
supportsdask
arrays.Question: Do we want to support n-Dimensional scaling with Dask support for all of the above methods? See example of this at https://github.com/spatial-image/multiscale-spatial-image/blob/efc0ddc167cd2a14ceac4898e4edf08e7789c368/multiscale_spatial_image/to_multiscale/to_multiscale.py#L26
The text was updated successfully, but these errors were encountered: