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

DICOM Series Sub-volume Missclassification #68

Open
CavRiley opened this issue Jan 17, 2025 · 0 comments
Open

DICOM Series Sub-volume Missclassification #68

CavRiley opened this issue Jan 17, 2025 · 0 comments
Assignees

Comments

@CavRiley
Copy link
Collaborator

Describe the bug:
Missclassification of series' subvolumes occurs due to the current implementation that splits subvolumes based on b-values. However, in some anonymized datasets, the b-values are stripped from the DICOM metadata, leading to errors in organizing the data. This process needs to be refactored to use acquisition times as the basis for subvolume splitting.

To Reproduce:

Steps to reproduce the behavior:

  1. Use an anonymized dataset where b-values are removed from the DICOM metadata.
  2. Run the subvolume splitting function that relies on b-values.
  3. Observe the missclassification of series' subvolumes.

Expected behavior:
Subvolumes should be correctly split and classified, even in the absence of b-value metadata, based on acquisition times.

Actual Behavior:
Subvolumes are incorrectly split or fail to classify in datasets where b-values are stripped during anonymization.

Screenshots:

N/A

Environment:

  • OS: Ubuntu

Additional context:
This issue impacts workflows that rely on the correct organization of subvolumes for further processing. Addressing this bug is critical for ensuring compatibility with anonymized datasets.

Logs

N/A

Possible Fix
Refactor the subvolume splitting logic to consider acquisition times as well as b-values. This would ensure robust handling of datasets where b-values are unavailable due to anonymization.

@CavRiley CavRiley self-assigned this Jan 17, 2025
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

When branches are created from issues, their pull requests are automatically linked.

1 participant