Page 2 of 2

Re: Add function to Omero.insight

PostPosted: Wed Mar 28, 2018 9:35 pm
by Hang
When I'm writing python scripts, what are some image processing libraries that came with the Omero server by default that I can use? Can I install any other library I want onto the server?

Thanks,
Hang

Re: Add function to Omero.insight

PostPosted: Wed Mar 28, 2018 9:41 pm
by Hang
Again, thanks for the answer!

Another question: When I'm writing Python scripts, what are some image processing library (maybe just basic operations like thresholding) that's available on the Omero server by default? Also, can I install any other libraries to the server?

Thanks,

Hang

Re: Add function to Omero.insight

PostPosted: Fri Mar 30, 2018 11:07 am
by wmoore
Hi Hang,

You can expect that Pillow and numpy are installed, since these are required by other scripts.

I don't believe these do much in the way of thresholding etc but you are certainly free to install any other Python libraries you would like to use on the server.

Regards,

Will.