Menu

#1 Normalization for Siemens Biograph mMr

1.0
open
2015-02-04
2015-02-03
No

Getting normalization factores from the .n file for direct sinograms, span 11 and span 1.

Discussion

  • GPGPU-UTN-FRBA

    GPGPU-UTN-FRBA - 2015-02-03

    The .n file for normalization has 8 componentes:

    1. normalization component [1]:=geometric effects
    2. normalization component [2]:=crystal interference
    3. normalization component [3]:=crystal efficiencies
    4. normalization component [4]:=axial effects
    5. normalization component [5]:=paralyzing ring DT parameters
    6. normalization component [6]:=non-paralyzing ring DT parameters
    7. normalization component [7]:=TX crystal DT parameter
    8. normalization component [8]:=additional axial effects

    They are all stored in float format one next to each other. Each n files has 232404 bytes (58101 floats) that correspond to the folowing fields:

    1. geometric effects: 344x127 matrix. Changes of sensitivity due to geometric effects for each 2d sinograms. 344 is the s axes (sampling distance) and the 127 corresponds to projections. Each column are equals. So the only effect here depends on s. It needs to be resized to fit the sinogram size.

    2. crystal interference: 9×344 matrix. Is the pattern generated because of the crystal interference in a block. Depends on the incident angle of the photon. For each crystal element in a block in a ring, there is a pattern. So this matrix has 9 rows (one for each crystal element and one additional for the gap between blocks) and 344 cols that are the amount of s samples of a sinogram. To use it, the matrix must be repeated in the rows direction to complete all the blocks (and have a omplete sinogram of 252x344).

    3. crystal efficiencies: 504×64 matrix. This is the efficency of each crystal. 504 are the crystals inside a ring: (8 pixel element + 1 gap)*56 blocks. And the cols correspond to each ring.

    4. axial effects: 837. One factor for each sinogram of the span11 sinograms. In the same order that they are stored in the interfile format. It can be observed that is related with the axial compression of span 11 sinograms (and maybe anothr effect)

    5. paralyzing ring DT parameters: 64. Paralyzing dead time for each ring. At the moment is the same value for each ring. So it's constant.

    6. non-paralyzing ring DT parameters: 64. Non-paralyzing dead time for each ring. At the moment is the same value for each ring. So it's constant.

    7. TX crystal DT parameter: 9. Dead time of each crystal in a block in a ring. All values in zero.

    8. additional axial effects: 837. Additional axial effects. One factor for each sinogram in the span 11 sinograms.

     
  • GPGPU-UTN-FRBA

    GPGPU-UTN-FRBA - 2015-02-04

    First we will deal with the normalzation of the transverse sinograms.

    The geometric component matrix can be seen in:
    NCF for the transversal geometric component

    The crystal interference pattern and crystal efficencies are shown in:
    Crystal Interference and Efficencies from the component based normalization

    With these data, a 2d sinogram is generated for the normalization correction factors (NCF) of the geometric effect and the crystal interference, and a sinogram including both (multiplication of each factor):
    NCF for the transversal geometric component
    NCF for the transversal geometric component

    NCF for the crystal interference component
    NCF for the crystal interference component

    NCF for the crystal interference and geometric components
    NCF for the crystal interference and geometric components

    For the crystal efficencies, a sinogram is generated from the 508 efficencies available for each ring. This need to be verified, the position of each crystal was taken from the sinogram viewer from siemens. Example of one sinogram with the NCF for crystal efficencies:
    Example of NF for the crystal efficency component
    Example of NF for the crystal efficency component

    The variation in the crystal efficencies is not big. In this plot the crystal efficencies for the 508 crystal elements of the first 10 rings are shown:
    Crystal Efficencies of 10 rings

     

    Last edit: GPGPU-UTN-FRBA 2015-02-04

Log in to post a comment.

MongoDB Logo MongoDB