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
DicomWriter
See https://forum.image.sc/t/exporting-a-dicom-stack/99400/9.
I can easily reproduce the exception noted with Bio-Formats 7.3.1 and:
$ bfconvert "test&pixelType=float.fake" test-float.dcm
Updating the getPixelTypes method to include FormatTools.FLOAT is necessary but not sufficient; additional changes to metadata are needed as indicated in https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.24.html.
getPixelTypes
FormatTools.FLOAT
Note that floating point data would only be possible to support for uncompressed output, which in practice means non-WSI data only.
The text was updated successfully, but these errors were encountered:
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/exporting-a-dicom-stack/99400/10
Sorry, something went wrong.
No branches or pull requests
See https://forum.image.sc/t/exporting-a-dicom-stack/99400/9.
I can easily reproduce the exception noted with Bio-Formats 7.3.1 and:
Updating the
getPixelTypes
method to includeFormatTools.FLOAT
is necessary but not sufficient; additional changes to metadata are needed as indicated in https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.24.html.Note that floating point data would only be possible to support for uncompressed output, which in practice means non-WSI data only.
The text was updated successfully, but these errors were encountered: