OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data. A joint project between universities, research establishments and industry in Europe and the USA, OME has over 20 active researchers with strong links to the microscopy community. Funded by private and public research grants, OME has been a major force on the international microscopy stage since 2000.
check that all expected phases of import are returned by the omero fs importtime both for HCS/non-HCS data
test various combinations of import flags skipping some import steps (all, thumbnails, minmax)
Testing this PR
New tests should be executed by the nightly CI builds and all be successful.
Note this PR depends on https://github.com/ome/omero-py/pull/335 as it captures the expectation that pixels time should always be reported.
What this PR does
Related to the work on https://github.com/ome/omero-py/pull/335
This PR adds a new integration test that:
omero fs importtime
both for HCS/non-HCS dataall
,thumbnails
,minmax
)Testing this PR
New tests should be executed by the nightly CI builds and all be successful. Note this PR depends on https://github.com/ome/omero-py/pull/335 as it captures the expectation that
pixels time
should always be reported.