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
Top-level functions such as def image_to_zarr(image: omero.gateway.ImageWrapper, args: argparse.Namespace) include args parameter, which makes them hard to import and reuse from other python code.
Top-level functions such as
def image_to_zarr(image: omero.gateway.ImageWrapper, args: argparse.Namespace)
includeargs
parameter, which makes them hard toimport
and reuse from other python code.See https://forum.image.sc/t/best-way-to-export-from-omero-as-tiff/86435/11
The text was updated successfully, but these errors were encountered: