Skip to content

Instantly share code, notes, and snippets.

@akhanf
Created April 30, 2025 16:30
Show Gist options
  • Save akhanf/685b1ed4db71064dd2e2b3ee9f4e9816 to your computer and use it in GitHub Desktop.
Save akhanf/685b1ed4db71064dd2e2b3ee9f4e9816 to your computer and use it in GitHub Desktop.
napari ome zarr cvpl_tools
import zarr
group = zarr.open_group('/home/UWO/akhan488/graham/lightsheet/test_eed/SPIMprep/bids/sub-M1A1Te3/micr/sub-M1A1Te3_sample-brain_acq-imaris_SPIM.ome.zarr.zip',mode='r')
from cvpl_tools.ome_zarr.napari.add import group as add_group
add_group(viewer=viewer,zarr_group=group,merge_channels=False)
uv tool run --with pyqt5 --with napari-ome-zarr --with cvpl_tools --with dask[distributed] napari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment