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
The zarr loader needs to be able to distinguish between different scenes.
Solution
setScene(number, url) callable from the UI thread & results in loading data from the correct scene into the same volume object. (Assume all scenes have same dims). Verify with test data or mock.
The text was updated successfully, but these errors were encountered:
Use Case
The zarr loader needs to be able to distinguish between different scenes.
Solution
setScene(number, url)
callable from the UI thread & results in loading data from the correct scene into the same volume object. (Assume all scenes have same dims). Verify with test data or mock.The text was updated successfully, but these errors were encountered: