ome / omero-cli-zarr

https://pypi.org/project/omero-cli-zarr/
GNU General Public License v2.0
15 stars 10 forks source link

Remove `args` parameter from top-level functions #152

Open will-moore opened 10 months ago

will-moore commented 10 months ago

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.

See https://forum.image.sc/t/best-way-to-export-from-omero-as-tiff/86435/11