We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Resolving this is relatively complicated, also because our Interfile support is incomplete #1102
The text was updated successfully, but these errors were encountered:
DICOM info is at https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_A.5.4.html
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently we're getting
The header written is essentially only for the first head, i.e.
At present, we have to manually adjust the header
Resolving this is relatively complicated, also because our Interfile support is incomplete #1102
The text was updated successfully, but these errors were encountered: