Dual Energy Computed Tomography#
The rockverse.dualenergyct module provides classes and functions for managing
Dual Energy Computed Tomography (DECT) Monte Carlo processing. This module
is optimized for parallel computation across multiple CPUs or
GPUs using MPI (Message Passing Interface).
- For details about the methods used in this module, please see reference:
Original research paper: http://dx.doi.org/10.1002/2017JB014408
- Classes:
rockverse.dualenergyct.DualEnergyCTGroup: Main class for managing DECT processing, including data import, calibration, and Monte Carlo simulations.PeriodicTable: Manages periodic table information, allowing for the retrieval and modification of atomic numbers and masses.CalibrationMaterial: Handles calibration material information, including description, bulk density, and chemical composition.
Added in version 0.3.0: Initial release of the rockverse.dualenergyct module.