We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The README says you can use --output but trying seems to suggest not. Also need to rename 'masks' to 'labels' in the README (and elsewhere?)
--output
$ omero zarr export Image:139615 --output /Users/wmoore/Desktop/ZARR/data/ /Users/wmoore/opt/miniconda3/envs/omero zarr export: error: unrecognized arguments: --output /Users/wmoore/Desktop/ZARR/data/
The text was updated successfully, but these errors were encountered:
Thanks, @will-moore. I'll pick these up in #25
Sorry, something went wrong.
Try: ``omero zarr --output ... ` then "export" or "masks.
As for "masks", I was trying to get across that we take omero.model.Masks from the server and turn them in Labels. Might need to make that explicit.
Yep that worked:
$ omero zarr --output testoutput export Image:139615 Using session for [email protected]:4064. Idle timeout: 10 min. Current group: read-only-1 loading plane c:0, t:0, z:0 loading plane c:1, t:0, z:0 loading plane c:2, t:0, z:0 Created testoutput/139615.zarr
joshmoore
Successfully merging a pull request may close this issue.
The README says you can use
--output
but trying seems to suggest not.Also need to rename 'masks' to 'labels' in the README (and elsewhere?)
The text was updated successfully, but these errors were encountered: