ome / omero-downloader

An OMERO client for downloading data in bulk from the server.
https://www.openmicroscopy.org/omero/apps/
GNU General Public License v2.0
4 stars 5 forks source link

commit to exporting planes sequentially #10

Closed mtbc closed 5 years ago

mtbc commented 5 years ago

See Trac #6701: if writing planes sequentially then may as well assert so.

mtbc commented 5 years ago

The sequential writing loop is in LocalPixels.writeTiles.

dgault commented 5 years ago

From a Bio-Formats perspective this looks fine and should provide some performance improvements.