I am trying to write a Julia array to a DICOM file using dcm_write
and the header data from a different, true DICOM file. Does anyone have good insight into how to properly do this, because I am unable to parse the created DICOM files using dcm_parse
after creation and when I load it into ImageJ obviously some errors have occurred
In case the above screenshot is unclear, I am replacing the pixel data from a true DICOM image with a Julia array and then trying to write that DICOM data to a new DICOM file using dcm_write
. The header data of the original DICOM file does not have a tag (0x005e, 0x0040)
but after writing the new DICOM file and trying to load it, the loading errors because of the unknown tag (0x005e, 0x0040)
Last updated: Nov 06 2024 at 04:40 UTC