You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DcmMetaExtension contains copied, summarized or inferred information from
reading the slice by slice or volume DICOM information from the DICOM headers.
As one or more DICOMs are read, the DcmMetaExtension fills out its fields.
Some fields in the DcmMetaExtension are identified as being per-slice, others as
being per-volume.
After reading the information into the DcmMetaExtension, dcmstack gets the pixel
data, and affine, and compiles that into a Nifti image, with the
DcmMetaExtension as a header extension.
When working with these images, it's attractive to be able to keep track of the
meta-information in the DcmMetaExtension. For example, when taking slice out
of a 3D volume, we want to keep track of the information specific to the chosen
slice, and remove information for other slices.