Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed typos and made clarifications

...

The mosaic solution isn't perfect, of course. The format specification was never accepted by other manufacturers, so Siemens was alone in providing this format to its users, which led to more division amongst researchers eager to share data and processing tools & techniques. It also suffered from its own inefficiencies. The format specification required that the number of tiled slices be square (1, 4, 16, 32, 64, ...). If the acquisition didn't use a square number of slices, the tiled array would be up-sized to the next larger square number, and the space was padded with zeros, or, pure black images. For instance, in the figure above, the run had only 60 slices, so the mosaic included 4 blank slices to create a square tiled grid. Those blank images use the same amount of space as actual images, so some of the space savings might be given back if the number of slices was, say, 36. That would mean In that case, the mosaic DICOM would still need to have 64 images, but 28 of them would be nothing but zeros. Almost half the hard drive space dedicated to image storage was wasted. Additionally, the format specification does not permit slice-by-slice parameters. Although almost unheard of, images of this type need not be acquired with the same orientation. Nor does each slice need to be acquired with the same flip angle. In cases like those, the mosaic format could not be used at all because it could not save the individual slice parameters.

...

In order to resolve the vendor-specific data format inconsistency, improve efficiency, and allow for generalized parameter headers, Siemens decided to transition to using Enhanced DICOMs to store functional, DW, and ASL images. The Enhanced DICOM format is new to Siemens, but was first proposed in 2005 by the DICOM Standards Committee. Philips began supporting the format as an optional feature in 2008. At the time of writing it is still unclear if GE supports Enhanced DICOMs or not.(I'll update this post when I have firm information on that point.)  The Enhanced DICOM format saves slices in a 4D matrix. The 4th dimension is not generally used for functional, DW or ASL imaging, but is available for repeated measurements of the same type. InsteadAs a consequence, the format will usually have this dimensionality:

...

Where, nRE is the number of points int he in the read (or frequency) encode direction, nPE is the number of points in the phase encode direction, and nS is the number of slices. This format resolves the square number of slices issue from the mosaic format while keeping its single-header efficiency. Also, the Enhanced DICOM format allows for slice-by-slice acquisition headers, which is a general solution to parameter storage.

...

So, if the Enhanced DICOM format has been around more than a decade, and Philips users have been using it for years, why are the conversion and analysis tools broken? That comes down to proprietary sections of the DICOM header. The DICOM standard provides relatively few enforced parameter tags (e.g. TR, TE, orientation, etc.). But, when you process fMRI data, for instance, you need many more parameters. Those need to be extracted from sections of the header that are not standard between vendors. These sections are variously called "shadow," "hidden," and "proprietary," and they all mean the same thing in this context. The legacy tools could parse that section of the header, where a comprehensive list of parameters are stored. Now that section is in a different place, and it has a slightly different format. So, the old tools would fail when trying to parse the headers. When the Siemens implementation of this format came with our Siemens Vida scanner, we had to work with some groups that curate the conversion tools to make sure all the parameters needed are correctly read and reported.

...

At the time of writing, there is no way to disable the creation of mosaic DICOMs for functional, DW, and ASL scans on the Siemens Vida scanner. But, the mosaics don't have much information in their headers, and almost none of what is needed to process data using mainstream pipelines. So, it is imperative that you not attempt to use them for scientific analysis. Note that this does NOT apply to the Siemens Skyra scanner. Mosaic DICOMs are the primary and MUCH preferred format to export data for that generation and virtually every other generation of operational Siemens MR scanner. Mosaic DICOMs are only problematic when they come from NX scanners, and at the time of writing, the Vida is the only NX-line scanner here at UT. But, there are several other Vida scanners in use already at other institutions, and the Siemens Sola (which is a 1.5T model) also produces these DICOMs.