mirror of
https://github.com/sectra-medical/wsidicomizer.git
synced 2026-03-23 20:27:00 +00:00
[PR #2] [MERGED] Photometric interpretation #2
Labels
No labels
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-wsidicomizer#2
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/wsidicomizer/pull/2
Author: @erikogabrielsson
Created: 4/25/2022
Status: ✅ Merged
Merged: 4/25/2022
Merged by: @erikogabrielsson
Base:
pilot← Head:photometric_interpretation📝 Commits (10+)
2a69131Separate slide data from test definitions331dde5Get photometric interpretation from tiler or encoder.2102563Fix format551b44fTest photometric interpretation2a129ddTest for photometric interpretation after convertb34ecf3Only YBR_FULL_422 for jpegd36d009Test definitions (#22)3fa2fe7Make 420 default subsamplinge40d41eMerge branch 'main' into photometric_interpretation4520d33Merge branch 'pilot' into photometric_interpretation📊 Changes
15 files changed (+646 additions, -235 deletions)
View changed files
📝
.gitignore(+2 -1)📝
tests/convert_test_functions.py(+141 -87)📝
tests/test_convert_mirax.py(+5 -12)📝
tests/test_convert_ndpi.py(+2 -6)📝
tests/test_convert_philips.py(+2 -6)📝
tests/test_convert_svs.py(+2 -6)📝
tests/test_import_czi.py(+14 -61)➕
tests/testdata/region_definitions.json(+348 -0)📝
wsidicomizer/cli.py(+3 -2)📝
wsidicomizer/common.py(+39 -30)📝
wsidicomizer/czi.py(+8 -3)📝
wsidicomizer/encoding.py(+28 -6)📝
wsidicomizer/interface.py(+8 -6)📝
wsidicomizer/openslide.py(+13 -4)📝
wsidicomizer/opentile.py(+31 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.