Skip to main content
. 2022 Dec 13;22(24):9761. doi: 10.3390/s22249761
Algorithm 1: Generating LDCT from existing retrospective CT scans
  • 1:

    HU: Dequantise Hounsfeld unit (HU) values of original DICOM scan by adding uniform noise [0, 1)

  • 2:

    μ: Compute the linear attenuations values μ=HUx0.001x(μwaterμair)+μwater using μ values of the deiserd dose tube voltage, then normalize values in range [0, 1]

  • 3:

    R: Project the data using the ray transform (Radon transform in 2D) for CT

  • 4:

    T:Convert the high-dose sinogram data to the transmission one T=e(R)

  • 5:

    TLD: Generate the simulated low-dose transmission data by injecting Poisson and Gaussian noise. The Poisson noise models the quantum noise that stems from the process of photon generation, attenuation and detection, while Gaussian noise models the detector noise that stems from the electronic data acquisition system

  • 6:

    RLD: Convert the low-dose transmission data to sinogram data RLD=ln(TLD)

  • 7:

    μLD: Ray Data back Projection to obtain linear attenuations μ for the low-dose CT

  • 8:

    HULD: Compute the new HU value for the low-dose CT HULD=1000x(μμwater)/(μwaterμair)