Skip to content

SPECT projection DICOM: support multiple heads #1184

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

Open
KrisThielemans opened this issue Apr 19, 2023 · 1 comment · May be fixed by #1579
Open

SPECT projection DICOM: support multiple heads #1184

KrisThielemans opened this issue Apr 19, 2023 · 1 comment · May be fixed by #1579

Comments

@KrisThielemans
Copy link
Collaborator

Currently we're getting

WARNING: num_projections (60) * num_energy_windows (2) != num_frames (240)

The header written is essentially only for the first head, i.e.

!number of projections := 60
!extent of rotation := 180
!process status := acquired
!SPECT STUDY (acquired data) :=
!direction of rotation := CCW
start angle := 180.041
orbit := non-circular
radii := {60 numbers here}

At present, we have to manually adjust the header

  • double number of projections and extent of rotation
  • append radii from relevant dicom field

Resolving this is relatively complicated, also because our Interfile support is incomplete #1102

@KrisThielemans
Copy link
Collaborator Author

@smanwell smanwell linked a pull request Mar 26, 2025 that will close this issue
2 tasks
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 a pull request may close this issue.

1 participant