[PR #7] [MERGED] Add image notification and background processing example code #7

Closed
opened 2026-03-23 20:22:40 +00:00 by mirror · 0 comments
Owner

📋 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: mainHead: feature/full_wsi_example


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/pull/7 **Author:** [@sectra-masve](https://github.com/sectra-masve) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@sectra-masve](https://github.com/sectra-masve) **Base:** `main` ← **Head:** `feature/full_wsi_example` --- ### 📝 Commits (6) - [`0673719`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/0673719cc6952a99a033e4329f683b523350b544) Add ia_wholeslide example - [`8a093e6`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/8a093e619f46e214526b3bae87aed700a32433c9) documentation updates - [`41f4f0c`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/41f4f0cad3f9e6e257cf0411c89d2a0b573f61f1) update doc - [`0003ea2`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/0003ea250b056a456bf3167e91225574a0e18f6e) code cleanup - [`0466607`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/0466607eac9fc521348f420e3e0af9a264fbdc69) apply code formatting - [`168b686`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/168b6863c471494a5fd251e0edd617619c3c6f05) make worker cli slightly easier to understand ### 📊 Changes **21 files changed** (+2584 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Fixes #1 #2 and #3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:22:40 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sectra-medical/archived-dpat-imageanalysisapi-sdk#7
No description provided.