Skip to content

Commit a14f62a

Browse files
committed
Improve source-image example in README
1 parent 470ad2b commit a14f62a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,12 @@ Masks and Polygons
6969
To export Masks or Polygons for an Image or Plate, use the `masks` or `polygons` command::
7070

7171
# Saved under 1.ome.zarr/labels/0
72-
# 1.ome.zarr/ should already exist or specify path with --source-image
72+
# 1.ome.zarr/ should already exist...
7373
$ omero zarr masks Image:1
7474

75+
# ...or specify path with --source-image
76+
$ omero zarr masks Image:1 --source-image my_image.ome.zarr
77+
7578
# Labels saved under each image. e.g 2.ome.zarr/A/1/0/labels/0
7679
# 2.ome.zarr should already be exported or specify path with --source-image
7780
$ omero zarr masks Plate:2

0 commit comments

Comments
 (0)