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)