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

Use Dask to load image files in the Live Viewer #2311

Open
MikeSullivan7 opened this issue Aug 8, 2024 · 0 comments · May be fixed by #2312
Open

Use Dask to load image files in the Live Viewer #2311

MikeSullivan7 opened this issue Aug 8, 2024 · 0 comments · May be fixed by #2312

Comments

@MikeSullivan7
Copy link
Collaborator

Desired Behaviour

Use Dask to load image file data as a delayed array which can then be formed into a delayed image stack. This would allow us to perform operations on the whole imagestack of images that is in the Live Viewer directory, without having to load all of the image data into memory.

Doing this successfully would act as a proof of principle of using Dask in Mantid Imaging.

Current Behaviour

Currently, we load data into MI image by image so only a single frame is loaded into RAM at any one time. This prevents us on performing operations where the whole imagestack is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Review
Development

Successfully merging a pull request may close this issue.

1 participant