rockverse.dect#

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:
  1. Original research paper: http://dx.doi.org/10.1002/2017JB014408

Added in version 0.3.0: Initial release of the rockverse.dualenergyct module.

Changed in version 1.0.1: Name changed to rockverse.dect

Classes#

DECTGroup(zgroup)

Manages Dual Energy Computed Tomography (DECT) processing.

CalibrationMaterial(zgroup, index)

Manages calibration material information for the Monte Carlo Dual Energy Computed Tomography (DECT) processing.

PeriodicTable(zgroup)

Manages periodic table information for the Monte Carlo Dual Energy Computed Tomography (DECT) processing.

Functions#

create_group(store, *[, path, overwrite])