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
In general, it would be nice to be able to access data via world coordinates like in funlib.
What I Did
This is a common use case:
fromfunlib.persistenceimportopen_dsfromfunlib.geometryimportRoids=open_ds("/path/to/data.zarr","dataset")
Roi((0,0,0),(128,128,128)) # world coordinatesds.to_ndarray(roi)
The text was updated successfully, but these errors were encountered:
davidackerman
changed the title
Make usable with world units in addition/in stead of voxels?
Make usable with world units in addition/instead of voxels?
Jul 22, 2024
Current data access is sort of singlemindedly designed for data loading during iterative requests, but I/we should definitely add more flexible access to the data with ROI's as you suggest :)
Description
In general, it would be nice to be able to access data via world coordinates like in funlib.
What I Did
This is a common use case:
The text was updated successfully, but these errors were encountered: