Table of Contents
Export improvements
Description
It should be possible to export first more metadata with a single image, and then, to bulk export many images together.
Usage
Possible API usage:
exporter = session.createExporter() exporter.includeAnnotations(); exporter.includeHcs(); exporter.addImage(1L); export.generateTiff();
Breakdown
OMERO.server:
- #1366 Advanced export support including annotations
- #1368 Support for exporting larger collections (Project, Plate, ...)
- Define an export format (TIFF, ZIP, ...) (0.5 day)
- Implement format writer (1 day)
- Support in the API including queries (2 days)
OMERO.insight:
- Advanced export support including annotations
- Add PDI and SPW (2 days)
- Add sructure exporting annotation (3 days)