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 check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096) #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CraigZeiss
Copy link

@CraigZeiss CraigZeiss commented Dec 11, 2024

Add check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096)

[x ] I followed the How to structure your PR.
[ ] Based on Commit Parsing: In case a new major release will be created (because the body or footer begins with 'BREAKING CHANGE:'), I created a new Jupyter notebook with a matching version.
[x ] Based on Commit Parsing: In case a new minor/patch release will be created (because PR title begins with 'feat'/('fix' or 'perf')), I optionally created a new Jupyter notebook with a matching version.
[x ] In case of API changes, I updated API.md.

Summary of the change(s) and which issue(s) is/are fixed
Added a method to calculate if a pyramid is needed for the czi.
Relevant motivation and context
To know if the CZIs we have need a pyramid (generated by other apps), we need a method to analyse the CZI and see if it already doesnt have one, and the size is above 4096x4096.
Dependencies required for this change

@CraigZeiss CraigZeiss changed the title feat/perf Add check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096) feat Add check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096) Dec 13, 2024
@CraigZeiss CraigZeiss changed the title feat Add check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096) feat: Add check pyramid needed (ie: if czi doesnt already have a pyramid, and is greater than 4096*4096) Dec 13, 2024
@sebi06 sebi06 added the enhancement New feature or request label Dec 16, 2024
@sebi06
Copy link

sebi06 commented Feb 25, 2025

HI @CraigZeiss, what is the latest status here? Is this PR still needed?

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.

2 participants