Created
April 30, 2025 16:30
-
-
Save akhanf/685b1ed4db71064dd2e2b3ee9f4e9816 to your computer and use it in GitHub Desktop.
napari ome zarr cvpl_tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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