This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.
OMEVisual
OMEVisual (Fiji) | |
---|---|
Author | Hadrien Mary |
Maintainer | Hadrien Mary |
Source | on GitHub |
Initial release | 08/05/2016 |
Development status | v1.0.1, stable |
Contents
Presentation
OMEVisual
is a Fiji plugin to easily visualize OME metadata.
Usage:
- Open your image in Fiji.
- Start the plugin with
Plugins ► Utilities ► Visualize OME Metadata
. - A window should open with the metadata in it.
Please note that :
- This goal of this plugin is not to implement all the OME features.
- This plugin makes several strong assumptions about the OME model in order to simplify the interface :
- Each image contains only one
Pixels
element. - Each
TiffData
contains only onePlane
. -
Plane
andTiffData
informations are displayed at the same location without distinction.
- Each image contains only one
- Any ideas to improve the visualization and/or add OME features is very welcome :
- The best way is to submit a PR.
- You can also open an issue and post an OME-TIFF file which contains additional OME features you would like to see added to the plugin.
Related links
- Source code on GitHub : https://github.com/fiji/OMEVisual
Authors
OMEVisual
has been created by Hadrien Mary.
This work started in 2016 at the Gary Brouhard laboratory at the University of McGill.