ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
21 stars 32 forks source link

Numpy pixels type #387

Open will-moore opened 9 months ago

will-moore commented 9 months ago

Currently, if we want to find the numpy pixels type for an Image, we have to duplicate code from the BlitzGateway, as in https://github.com/ome/omero-cli-zarr/pull/157/files

This PR aims to avoid that duplication by providing PixelsWrapper.get_numpy_pixels_type()