scifio / scifio-ome-xml

SCIFIO plug-in providing support for the OME data model, including readers, writers and translators for OME-XML and OME-TIFF formats.
http://scif.io/
BSD 2-Clause "Simplified" License
2 stars 3 forks source link

Create a bridge layer for conversion between OME units and SciJava units #23

Open ctrueden opened 9 years ago

ctrueden commented 9 years ago

The SciJava software stack adopted the UDUNITS package. (Currently the UnitService is part of ImageJ Common, but it is not image-specific and should almost certainly be migrated to SciJava Common.)

The OME project now provides its own ome.units package. The scifio-ome-xml component defines the central interoperability mechanism between the OME data model and the ImageJ data model—thus, it will need to define a conversion mechanism between the two unit models.

hinerm commented 9 years ago

What we want: new component - SciJava-Units. Move UnitService there and add UDUNITS dependency. Make imagej-common and scifio-ome-xml depend on scijava-units.