-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sk/doc dir sync #596
Open
skeating
wants to merge
11
commits into
sk/joss-publication
Choose a base branch
from
sk/doc_dir_sync
base: sk/joss-publication
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
Sk/doc dir sync #596
Conversation
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
* Add initial anonymisation config for ct * Add initial anonymisation config for pet * Add config for despiad * anonymnise all resources before notifying the export api this is because resources sharing the same StudyInstanceUID in Orthanc Raw will be combined into a single resource in Orthanc Anon. Previously, we would try to export each resource after anonymisation, but this meant other resources sharing the same StudyInstanceUID were not exported. * remove despaid.yaml from project config * generate label based on patient id and study count in xnat project * Use pseudo-anonymised StudyInstanceUID for xnat experiment label * Fix XNAT destination * remove changes related to grouping resources before notifying export api it's been addressed in another PR * remove duplicated tags * Add series_number_filters and allowed_manufacturers parameters to pixl project config * clarify docstring of _import_study_from_raw * Add min_instances_per_series parameter to project config In orthanc anon plugin, skip series that have few than min_instances_per_series instances * Keep study date and patient dob for despiad * Changes after reviewing the PET data for DESPIAD (#592) * Add Radiopharmaceutical Start DateTime to pet.yaml * remove blank lines from ct.yaml * remove tab from config file * filter series number by manufacturer also default to allowing no manufacturers * Add allowed_manufacturers for all test configs * Count number of instances skipped due to series having too few instances * move get_series_to_skip to dcmd * Add philips and carestream as allowed manufacturers for test project * Update description of project config in readme * Check _should_exclude_manufacurer before _should_exclude_series in case the manufacturer doesn't exist * filter out instance if manufacturer tag is missing * allow all manufacturers for existing projects * Add tests for PixlConfig.is_manufacturer_allowed and PixlConfig.is_series_number_excluded * Add more tests for _should_exclude_series * Add tests for test_should_exclude_manufacturer * Add tests for get_series_to_skip * Don't allow all manufacturers in the template config * Set min_instances to 2 for despiad * Only allow manufacturer GE MEDICAL SYSTEMS for DESPIAD * Keep Number of Time Slices attribute for PET * set 'pydicom.config.convert_wrong_length_to_UN = True' in dcmd * Add series filters to despiad config * Add series number and description filers for despiad * Use ints for series numbers to exclude * Update default config to exclude series with mip in their description * Add ^company as an allowed manufacturer when testing anonymisation * Use integers for series_number in tests * set min_instances_per_series to 2 by default * Set min_instances_per_series to 1 for testing --------- Co-authored-by: davecash75 <[email protected]>
* Adds environment variables to enable PIXL DB to be used on a db separate from Orthanc Raw * Implements 'profiles' in docker-compose.yaml to control PIXL DB location * Updates pixl dc up command to use profiles functionality --------- Co-authored-by: Paul Smith <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## sk/joss-publication #596 +/- ##
=======================================================
+ Coverage 87.51% 87.64% +0.12%
=======================================================
Files 76 76
Lines 3437 3512 +75
=======================================================
+ Hits 3008 3078 +70
- Misses 429 434 +5 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Fixes #{issue_number}: A few words or sentences describing the changes proposed in this pull request (PR).
Type of change
Please delete options accordingly to the description.
Suggested Checklist
main
branch.squash and merge