I wrote a Dicom/DICONDE file library. Now I would like to add a bad pixel image into the file.
According to Dicom standard part06, the bad pixel image is to be stored in tag 0014,3080 with data type OB. But what is the exact format? I guess it is one bit per pixel, 0 means pixel OK, 1 means bad pixel.
Can someone confirm that? Where can I find some sample Dicom files containing a bad pixel?
EDIT: ASTM E 2339-15 do not specify the bad pixel image format.
Any advice appreciated.