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
Following from the work done with Dask, it may give a performance increase if we use a custom cache for the images read in by the Live Viewer for the most recent images. The cache should be fixed at a certain number of images which could be decided by the user depending on their memory resources. Using a cache would allow the spectrum to be calculated a lot faster for recent images, with the rest of the spectrum calculated for example by an async task.
Current Behaviour
The Live Viewer currently does not allow the spectrum to be calculated as the images are not stored in memory.
The text was updated successfully, but these errors were encountered:
Desired Behaviour
Following from the work done with Dask, it may give a performance increase if we use a custom cache for the images read in by the Live Viewer for the most recent images. The cache should be fixed at a certain number of images which could be decided by the user depending on their memory resources. Using a cache would allow the spectrum to be calculated a lot faster for recent images, with the rest of the spectrum calculated for example by an async task.
Current Behaviour
The Live Viewer currently does not allow the spectrum to be calculated as the images are not stored in memory.
The text was updated successfully, but these errors were encountered: