File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Contains helpers to parse URLs and / or OMERO image IDs, connect to OMERO and
44fetch images from the server.
55
6- Requires the [`simple-omero-client`][simple-omero-client] JAR to be installed.
6+ Requires both the [`simple-omero-client`][simple-omero-client] and the
7+ [`omero-insight`][omero-insight] JARs to be installed.
78
8- [simple-omero-client]: https://github.com/GReD-Clermont/simple-omero-client
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]:
14+ https://github.com/GReD-Clermont/simple-omero-client
15+ [omero]: https://github.com/ome/omero-insight
916"""
1017
1118from fr .igred .omero import Client
You can’t perform that action at this time.
0 commit comments