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.

@MikeSullivan7 MikeSullivan7 self-assigned this Aug 8, 2024
@MikeSullivan7 MikeSullivan7 moved this from Todo to Review in Mantid Imaging Work Aug 12, 2024
@samtygier-stfc samtygier-stfc moved this from Review to Impeded in Mantid Imaging Work Oct 23, 2024
@samtygier-stfc samtygier-stfc moved this from Impeded to Review in Mantid Imaging Work Nov 14, 2024
@JackEAllen JackEAllen moved this from Review to Impeded in Mantid Imaging Work Jan 10, 2025
@MikeSullivan7 MikeSullivan7 moved this from Impeded to In Progress in Mantid Imaging Work Jan 10, 2025
@MikeSullivan7 MikeSullivan7 moved this from In Progress to Impeded in Mantid Imaging Work Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Impeded
Development

Successfully merging a pull request may close this issue.

1 participant