Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/imcflibs/imagej/omerotools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
Contains helpers to parse URLs and / or OMERO image IDs, connect to OMERO and
fetch images from the server.

Requires the [`simple-omero-client`][simple-omero-client] JAR to be installed.
Requires both the [`simple-omero-client`][simple-omero-client] and the
[`omero-insight`][omero-insight] JARs to be installed.

Most of the functions will use the [`simple-omero-client`][simple-omero-client]
to interact with the OMERO server. However, there are still some that
requires the [`omero-insight`][omero-insight] plugin to read metadata.

[simple-omero-client]: https://github.com/GReD-Clermont/simple-omero-client
[omero-insight]: https://github.com/ome/omero-insight
"""

from fr.igred.omero import Client
Expand Down
Loading