Skip to content

Commit f83e27f

Browse files
committed
Push more updates to visualize data
1 parent 6464abd commit f83e27f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

development/prepare_czi_zebrafish_data.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ def get_czi_zebrafish_data():
1414
# HACK: Try it for one dask array with lowest resolution.
1515
curr_data = dask_data[-1]
1616

17-
breakpoint()
17+
# Load using napari
18+
import napari
19+
viewer = napari.view_image(curr_data, channel_axis=0)
20+
napari.run()
1821

1922

2023
def main():

0 commit comments

Comments
 (0)