hluts

Hounsfield unit (HU) lookup tables for converting CT Hounsfield values to material properties used in dose calculation.

matRad_electronDensitiesToHU(ct)

matRad function to calculate recalculate HU values from equivalent densities This is done to provide downward compatability to previous matRad versions where HU values were not automatically saved during the import process. HU values can only be calculated if the HLUT is bijective.

call

ct = matRad_electronDensitiesToHU(ct)

Input:

ct – matRad ct struct containing cube and all additional information

Output:

ct – ct struct with HU and equivalent density cube

References

Copyright 2015-2026 the matRad development team.

This file is part of the matRad project. It is subject to the license terms in the LICENSE file found in the top-level directory of this distribution and at https://github.com/e0404/matRad/LICENSE.md. No part of the matRad project, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the LICENSE file.