Members
(static) options_osd
Options for the fixed and moving OSD
all options are described here https://openseadragon.github.io/docs/OpenSeadragon.html#.Options
Methods
(static) init()
After setting up the tmapp object, initialize it
This method is called when the document is loaded. The tmapp object is built as an "app" and init is its main function.
Creates the OpenSeadragon (OSD) viewer and adds the handlers for interaction.
To know which data one is referring to, there are Object Prefixes (op). For In situ sequencing projects it can be "ISS" for
Cell Profiler data it can be "CP".
If there are images to be displayed on top of the main image, they are stored in the layers object and, if there are layers
it will create the buttons to display them in the settings panel.
The SVG overlays for the viewer are also initialized here