Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add option to create projection alongside z-axis #919

Merged
merged 11 commits into from Apr 1, 2023

Conversation

Czaki
Copy link
Collaborator

@Czaki Czaki commented Mar 30, 2023

In Image adjustment, add Image Projection (min, max, mean, sum) with ability to keep ROI and Mask.

@Czaki Czaki added this to the 0.15.0 milestone Mar 30, 2023
@Czaki Czaki changed the title Add option to create projection feat: Add option to create projection alongside z-axis Mar 30, 2023
@Czaki Czaki added the enhancement New feature or request label Mar 30, 2023
@deprecated-napari-hub-preview-bot
Copy link

Preview page for your plugin is ready here:
https://preview.napari-hub.org/4DNucleome/PartSeg/919
Updated: 2023-03-31T16:42:51.896000

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Patch coverage: 98.21% and project coverage change: +0.06 🎉

Comparison is base (27f662e) 91.27% compared to head (8761e4b) 91.33%.

❗ Current head 8761e4b differs from pull request most recent head 26b5e95. Consider uploading reports for the commit 26b5e95 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #919      +/-   ##
===========================================
+ Coverage    91.27%   91.33%   +0.06%     
===========================================
  Files          197      198       +1     
  Lines        30366    30496     +130     
===========================================
+ Hits         27718    27855     +137     
+ Misses        2648     2641       -7     
Impacted Files Coverage Δ
.../PartSegCore/image_transforming/swap_time_stack.py 95.23% <50.00%> (+0.23%) ⬆️
package/PartSeg/common_gui/main_window.py 88.75% <66.66%> (+0.14%) ⬆️
package/PartSeg/_roi_analysis/main_window.py 74.55% <100.00%> (+0.29%) ⬆️
package/PartSeg/_roi_mask/main_window.py 65.60% <100.00%> (+0.37%) ⬆️
package/PartSeg/common_gui/image_adjustment.py 100.00% <100.00%> (ø)
package/PartSegCore/image_transforming/__init__.py 100.00% <100.00%> (ø)
...PartSegCore/image_transforming/image_projection.py 100.00% <100.00%> (ø)
...artSegCore/image_transforming/interpolate_image.py 97.36% <100.00%> (+0.07%) ⬆️
...e/PartSegCore/image_transforming/transform_base.py 100.00% <100.00%> (ø)
...ests/test_PartSeg/roi_analysis/test_main_window.py 100.00% <100.00%> (ø)
... and 2 more

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarcloud
Copy link

sonarcloud bot commented Mar 31, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Czaki Czaki merged commit 7fd9822 into develop Apr 1, 2023
40 of 41 checks passed
@Czaki Czaki deleted the feature/add_projection branch April 1, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant