Skip to content
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

Add dicom processing capability to PyALFE #49

Merged
merged 12 commits into from
Jul 9, 2024
Merged

Add dicom processing capability to PyALFE #49

merged 12 commits into from
Jul 9, 2024

Conversation

reghbali
Copy link
Owner

@reghbali reghbali commented Jun 24, 2024

Description

This PR introduces a capability to classify and convert dicom to NIfTI. The PR includes the related task, pipeline and a command added to main for processing dicom.

Related Issues

None

Motivation and Context

PyALFE pipeline requires the input images to be in NIfTI format and already classified based on sequence.
Raw images downloaded from PACS are in dicom format and the sequence (modality) needs to be detected from dicom
meta data. This requires the user to manually perform these task before running the pipeline. This PR added a command to automate that.

Test Plan

Added a unit test for the dicom processing task.

Reviewers

@btuan

@reghbali
Copy link
Owner Author

reghbali commented Jul 4, 2024

please run integration

@reghbali
Copy link
Owner Author

reghbali commented Jul 4, 2024

please run integration

@reghbali
Copy link
Owner Author

reghbali commented Jul 4, 2024

please run integration

@reghbali reghbali merged commit 20b9bb7 into main Jul 9, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant