rockverse.dualenergyct.CalibrationMaterial.lowE_cdf#

property CalibrationMaterial.lowE_cdf#

Low 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 lowE_pdf using numerical integration with the trapezoidal rule.

Examples

Get the current lowE CDF:

>>> x, y = calibration_material.lowE_cdf