fmicompbio / ez_zarr

GIve easy, high-level access to ome-zarr fileset
https://fmicompbio.github.io/ez_zarr/
MIT License
13 stars 0 forks source link

add pyramid_level_coord argument to plot_well() #5

Closed silvbarb closed 6 months ago

silvbarb commented 6 months ago

Should we also allow pyramid_level_coord for plot_well()? That would mean propagating the argument to get_image_ROI and get_label_ROI. I added to the tests as well, but please have a look if I forgot something!

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (74e4985) 100.00% compared to head (fccd367) 100.00%. Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 957 963 +6 ========================================= + Hits 957 963 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mbstadler commented 6 months ago

I will adapt quickstart.qmd and push it to this same PR before merging.

silvbarb commented 6 months ago

Sounds great! Thanks