rockverse.dect.DECTGroup.view_inversion_Zeff#
- DECTGroup.view_inversion_Zeff(figsize=(8, 5), **kwargs)[source]#
Convenience function for visualizing the probability density functions (PDFs) for the Monte Carlo resulting effective atomic number for the calibration materials.
- Parameters:
figsize (tuple of float, optional) – Size of the figure in inches, specified as (width, height). Default is (8, 5).
kwargs – Additional keyword arguments to be passed to the underlying Matplotlib hist function.
- Returns:
fig (matplotlib.figure.Figure) – The Figure object containing the generated plots.
ax (numpy.ndarray) – The axes for the PDFs.