-
Notifications
You must be signed in to change notification settings - Fork 14
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
Meta data conversion to density #72
Comments
Already in metadata?
|
These seem to be the conversions from raw scanner to hounsfield units, for the density separate conversion factors are required. I am looking for slope and intercept for calibrated |
@mkuczyns do you have some suggestion? |
In /src/itkScancoImageIO.cxx it looks like density slope and intercept are being pulled ITKIOScanco/src/itkScancoImageIO.cxx Lines 949 to 955 in c7352ec
but then again overwritten later on when the image is read ITKIOScanco/src/itkScancoImageIO.cxx Lines 1021 to 1029 in c7352ec
|
Then we should introduce new metadata members to hold |
I have a problem converting loaded AIMs to density
after reading an aim file (XCT 1), the image data is in hounsfield units. I seem to be missing the density intercept and density slope. Is there any way these can be added to the meta data? Thank you for your help!
The text was updated successfully, but these errors were encountered: