Closed IgorTatarnikov closed 3 weeks ago
Attention: Patch coverage is 91.84549%
with 19 lines
in your changes missing coverage. Please review.
Project coverage is 95.20%. Comparing base (
58db8aa
) to head (5e55376
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
brainglobe_stitch/stitching_widget.py | 79.51% | 17 Missing :warning: |
brainglobe_stitch/image_mosaic.py | 98.66% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
What is this PR
Why is this PR needed? There is no way to save the fused image in the preview as one 3D image.
What does this PR do? Adds functionality to save the fused image as either a BigDataViewer compatible h5 file or as an OME-Zarr.
How has this PR been tested?
Tests have been added to cover the new functionality.
NOTE: To test the functionality locally you must install Fiji and also add BigStitcher to the update sites. This can be done using the GUI see here or via the command line after installing Fiji.
Replace
ImageJ-linux64
with the path to the local ImageJ executable.Three different datasets are available for testing:
Is this a breaking change?
No.
Does this PR require an update to the documentation?
No.
Checklist: