mirror of
https://github.com/sectra-medical/dpat_imageanalysisapi_sdk.git
synced 2026-03-23 20:27:01 +00:00
[PR #7] [MERGED] Add image notification and background processing example code #7
Labels
No labels
bug
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sectra-medical/archived-dpat-imageanalysisapi-sdk#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/pull/7
Author: @sectra-masve
Created: 11/20/2024
Status: ✅ Merged
Merged: 11/21/2024
Merged by: @sectra-masve
Base:
main← Head:feature/full_wsi_example📝 Commits (6)
0673719Add ia_wholeslide example8a093e6documentation updates41f4f0cupdate doc0003ea2code cleanup0466607apply code formatting168b686make worker cli slightly easier to understand📊 Changes
21 files changed (+2584 additions, -43 deletions)
View changed files
📝
README.md(+13 -16)➕
examples/python/README.md(+55 -0)📝
examples/python/ia_app_basic/README.md(+24 -10)📝
examples/python/ia_app_basic/pcaddemo/webserver.py(+21 -17)➕
examples/python/ia_wholeslide/.gitignore(+35 -0)➕
examples/python/ia_wholeslide/README.md(+141 -0)➕
examples/python/ia_wholeslide/flask_run.bat(+4 -0)➕
examples/python/ia_wholeslide/flask_run.sh(+6 -0)➕
examples/python/ia_wholeslide/pyproject.toml(+25 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/__init__.py(+3 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/__main__.py(+6 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/dzidesc.py(+352 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/geometry.py(+251 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/locks.py(+40 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/py.typed(+0 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/utils.py(+31 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/version.py(+24 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/webserver.py(+272 -0)➕
examples/python/ia_wholeslide/src/dpat_wholeslide/worker.py(+423 -0)➕
examples/python/ia_wholeslide/uv.lock(+856 -0)...and 1 more files
📄 Description
Fixes #1 #2 and #3
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.