-
Notifications
You must be signed in to change notification settings - Fork 99
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
CT Metadata access #534
Comments
The DICOM tags are available in the
You could do the same after analysis by doing:
|
I can see how that would work and that I was missing a specific detail in my original post. Do you have an idea for how we could add these parameters to the results_data dict object easily and consistently? |
Is your feature request related to a problem? Please describe.
Currently, analysis of CT/CBCT is impacted by uncertainty in the energy and current used for the data collection.
Describe the solution you'd like
I would like to be able to retrieve the DICOM header of the central slice for any CT/CBCT dataset as a property.
Additional context
I am unsure if it would be best to:
The text was updated successfully, but these errors were encountered: