jean-marie burel
jean-marie burel
Initial PR https://github.com/ome/bioformats/pull/3429 The problem seems to back see https://forum.image.sc/t/32-bit-float-nd2s-are-assumed-to-be-integer-by-bio-formats/29040/9
During the recent release, a few "sticky" points were noticed making the release a bit more complicated than necessary Below is a list of points to consider with potential solutions...
PR #6303 fixed an initial problem Adding try block to avoid build failure
Copy the file if found locally above src Background: During the daily build process, an entry is added to ``etc/omero.properties`` indicating where to download the artifacts from, e.g. https://merge-ci.openmicroscopy.org/jenkins//job/OMERO-python-superbuild-build/lastSuccessfulBuild/artifact/PACKAGE/dist/ This...
# What this PR does Add tests for new method introduced in https://github.com/ome/omero-gateway-java/pull/30 Check that the tests are green cc @dominikl
https://forum.image.sc/t/file-browser-in-omero-script-gui Something like ``scripts.Dialog("file", description="Choose files", default="File")``
See https://github.com/openmicroscopy/openmicroscopy/pull/6031 for background Proposition: create a target generating the dependencies report but bundling the report
Dealing with multiple channels image with masks for example image_id = 6001247 (2 channels, 257 z) When the masks are converted to labels, it is collapsed to c = 1...
The name of fields in the methods in the library are mostly explicit e.g. ``columns``, ``wells``. ``format`` should be used instead of ``fmt``. See https://github.com/ome/ome-zarr-py/pull/153#discussion_r782856448
* Create a ``conda`` environment with the required dependencies * Run the example below ``` from zarr.storage import FSStore from itkwidgets import view import zarr fsstore = FSStore('https://dandiarchive.s3.amazonaws.com/zarr/7723d02f-1f71-4553-a7b0-47bda1ae8b42') brainstem =...