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

Scaling issues #268

Open
will-moore opened this issue Mar 27, 2023 · 1 comment
Open

Scaling issues #268

will-moore opened this issue Mar 27, 2023 · 1 comment

Comments

@will-moore
Copy link
Member

will-moore commented Mar 27, 2023

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.

  • nearest
  • gaussian
  • laplacian
  • local_mean
  • zoom

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

@will-moore
Copy link
Member Author

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

1 participant