rockverse.dect.CalibrationMaterial#
- class rockverse.dect.CalibrationMaterial(zgroup, index)[source]#
Manages calibration material information for the Monte Carlo Dual Energy Computed Tomography (DECT) processing.
Note
This class is designed to be created and managed within the main
DECTGroup. It should not be called directly.All attribute get and set operations are MPI collective. Make sure all your MPI processes call these functions when running within a parallel environment.
- Parameters:
zgroup (zarr.hierarchy.Group) – The Zarr group where the main
DECTGroupis stored.index ({0, 1, 2, 3}) – The index of the calibration material.
Attributes#
String with material name or description. |
|
Bulk density for the calibration material in grams per cubic centimeter (g/cc). |
|
Dictionary defining the chemical composition of the calibration material. |
|
Low energy CT attenuation probability density function (PDF). |
|
Low energy CT attenuation cumulative density function (CDF). |
|
High energy CT attenuation probability density function (PDF). |
|
High energy CT attenuation cumulative density function (CDF). |