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
Hi @szy23333, please select the coordinate system global, and then double click on the images you would like to visualize. This can be automated programmatically as shown in the code below:
...zarr_path = "./Xenium_V1_humanLung_Cancer_FFPE_outs.zarr"
from spatialdata import SpatialData
from napari_spatialdata import Interactive
if name == "main":
sdata = SpatialData.read(zarr_path) # Change this path!
i = Interactive(sdata)
i
The text was updated successfully, but these errors were encountered: