-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Stream images #123
Comments
There's some examples at https://github.com/IDR/idr-notebooks/blob/master/IDR_API_example_script.ipynb for getting Images from a Screen and viewing Images. However, that will give you a "rendered" 8-bit rgb image, not the original pixel data. To get the raw pixel values for an image, you'll need to use the Python OMERO api - see https://omero.readthedocs.io/en/v5.6.5/developers/Python.html#raw-data-access You can get a connection Hope that helps, Will |
Another example analysing screen data in cellProfiler can also be found at |
Thank you that is very relevant ! |
With the approach you will only stream the plane you wish to analyse. if you want to re-analyse you could also save the numpy array locally and inject them in your pipeline |
Hi,
Is it possible to read the images of a screen x through some stream methods (without any dowloading) ? For example, if I want to use two different screens without dowloading them but only read all images inside for some tasks, is it possible to do that ?
Let me know if its not clear
Thank you
The text was updated successfully, but these errors were encountered: