-
Notifications
You must be signed in to change notification settings - Fork 37
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
Allow reference of optical path for annotations measurements #194
Open
hackermd
wants to merge
30
commits into
master
Choose a base branch
from
enhancement/annotations-intensity-measurements
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4cd7fad
Add warning when empty segmentation is passed with omit_empty_frames
2c7a629
Change UserWarning to logger.warning
CPBridge 1e4334a
Allow reference of optical path for measurements
hackermd 2609498
Add property to access referenced images
hackermd da2f5b1
Provide referenced images for measurements
hackermd 366c58a
Remove module level imports of module data (#196)
CPBridge ed5901f
Minor fixes to segmentation (#195)
CPBridge bfbd807
Implement TID 1601 Image Library Entry (#83)
seandoyle d03f4c8
Increase package version
hackermd 6d80f5a
Move pylibjpeg-libjpeg to optional dependency
3a04c75
Add skips for tests that need libjpeg, restructure segmentation tests
d1e632d
Remove unnecessary import error
89d1343
Update installation docs
2656162
Bump python version in installation docs to match setup.py
0ca5784
Add libjpeg to CI workflow
d1a904e
Add workflow with and without libjpeg
320b4f4
Apply suggestions from code review
CPBridge 1422a25
Update docs/installation.rst
CPBridge 7e08517
remove openjpeg from deps, fix installation guide
c03598d
Add citation file (#204)
hackermd 2152c19
Use deepcopy for CodedConcept.from_dataset()
14365c3
Merge pull request #205 from herrmannlab/fix_coded_concept_copy
CPBridge 9026587
Merge pull request #201 from herrmannlab/make_pylibjpeg-libjpeg_optional
CPBridge 4b13338
Merge pull request #181 from herrmannlab/empty_seg_error_message
CPBridge d36e2a5
Increase package version for release (#206)
CPBridge 91e616d
Allow reference of optical path for measurements
hackermd 615d38c
Add property to access referenced images
hackermd d32c006
Provide referenced images for measurements
hackermd bbd1a01
Merge branch 'enhancement/annotations-intensity-measurements' of gith…
hackermd 1ff6985
Update src/highdicom/ann/content.py
hackermd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite our paper." | ||
authors: | ||
- family-names: "Herrmann" | ||
given-names: "Markus D." | ||
- family-names: "Bridge" | ||
given-names: "Christopher P." | ||
- family-names: "Fedorov" | ||
given-names: "Andriy Y." | ||
- family-names: "Pieper" | ||
given-names: "Steven" | ||
- family-names: "Doyle" | ||
given-names: "Sean W." | ||
- family-names: "Gorman" | ||
given-names: "Chris" | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Bridge" | ||
given-names: "Christopher P." | ||
orcid: "https://orcid.org/0000-0002-2242-351X" | ||
- family-names: "Gorman" | ||
given-names: "Chris" | ||
- family-names: "Pieper" | ||
given-names: "Steven" | ||
- family-names: "Doyle" | ||
given-names: "Sean W." | ||
- family-names: "Lennerz" | ||
given-names: "Jochen K." | ||
- family-names: "Kalpathy-Cramer" | ||
given-names: "Jayashree " | ||
- family-names: "Clunie" | ||
given-names: "David A." | ||
- family-names: "Fedorov" | ||
given-names: "Andriy Y." | ||
- family-names: "Herrmann" | ||
given-names: "Markus D." | ||
orcid: "https://orcid.org/0000-0002-7257-9205" | ||
title: "Highdicom: a Python Library for Standardized Encoding of Image Annotations and Machine Learning Model Outputs in Pathology and Radiology" | ||
journal: "J Digit Imaging" | ||
year: 2022 | ||
doi: 10.1007/s10278-022-00683-y |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NB backwards incompatible change