PythonForAivia icon indicating copy to clipboard operation
PythonForAivia copied to clipboard

DICOMStackToTIFF.py does not handle missing required tags

Open tlancon opened this issue 4 years ago • 0 comments

For example, see here.

For an example dataset I fixed the SamplesPerPixel tag, but it was still missing other tags. This could mean that for incorrectly saved DICOM images, there must be a robust way to determine these tags, or a way to turn off these checks when reading the data.

Not critical for now as ImageJ is a good workaround.

tlancon avatar Feb 04 '21 16:02 tlancon