We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470ad2b commit a14f62aCopy full SHA for a14f62a
README.rst
@@ -69,9 +69,12 @@ Masks and Polygons
69
To export Masks or Polygons for an Image or Plate, use the `masks` or `polygons` command::
70
71
# Saved under 1.ome.zarr/labels/0
72
- # 1.ome.zarr/ should already exist or specify path with --source-image
+ # 1.ome.zarr/ should already exist...
73
$ omero zarr masks Image:1
74
75
+ # ...or specify path with --source-image
76
+ $ omero zarr masks Image:1 --source-image my_image.ome.zarr
77
+
78
# Labels saved under each image. e.g 2.ome.zarr/A/1/0/labels/0
79
# 2.ome.zarr should already be exported or specify path with --source-image
80
$ omero zarr masks Plate:2
0 commit comments