WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

DICOM Series Sub-volume Missclassification #68

@CavRiley

Description

@CavRiley

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions