rockverse.dect.CalibrationMaterial.highE_cdf#

property CalibrationMaterial.highE_cdf#

High energy CT attenuation cumulative density function (CDF).

This property is a two-element tuple containing: - x: The attenuation values. - y: The corresponding CDF values.

This is a read-only property calculated from the highE_pdf using numerical integration with the trapezoidal rule.

Examples

Get the current highE CDF:

>>> x, y = calibration_material.highE_cdf