We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fe1a8d + 5cba026 commit 3e33174Copy full SHA for 3e33174
1 file changed
src/imcflibs/imagej/omerotools.py
@@ -3,9 +3,15 @@
3
Contains helpers to parse URLs and / or OMERO image IDs, connect to OMERO and
4
fetch images from the server.
5
6
-Requires the [`simple-omero-client`][simple-omero-client] JAR to be installed.
+Requires both the [`simple-omero-client`][simple-omero-client] and the
7
+[`omero-insight`][omero-insight] JARs to be installed.
8
+
9
+Most of the functions will use the [`simple-omero-client`][simple-omero-client]
10
+to interact with the OMERO server. However, there are still some that
11
+requires the [`omero-insight`][omero-insight] plugin to read metadata.
12
13
[simple-omero-client]: https://github.com/GReD-Clermont/simple-omero-client
14
+[omero-insight]: https://github.com/ome/omero-insight
15
"""
16
17
from fr.igred.omero import Client
0 commit comments