Relative Content

Tag Archive for dicompydicom

SCO mammograms missing everything related to pixel spacing

I am working with Secondary Capture Object (SCO) mammograms (series description: Tomosynthesis Recontruction) stored in DICOM files. I need Pixel Spacing and Slice Thickness for my project. Unfortuantely, I could not find anything related to Pixel Spacing or Slice Thickness in the DICOM headers being printed.

DICOM – Two Images into one DICOM File

I need some tips on how to create a DICOM file from two images. I already have a Python script with which I can create a DICOM from a 3D voxel. Now I want to add a color histogram (file format .tif) to the same DICOM. What options do I have to implement this? The 3D stack should not be overwritten, but I still want to be able to select the histogram in just one DICOM container. I would appreciate any kind of help 🙂

Z-orientation of 3D RTDOSE pixel data

I am in a position where I have a 3D numpy array with dose values, along with the ImagePositionPatient DICOM values for each slice. These position values are extracted from a CT DICOM series which I also have access to.