endf.ace.Table#
- class endf.ace.Table(name, atomic_weight_ratio, kT, pairs, nxs, jxs, xss)[source]#
ACE cross section table
- Parameters:
name (str) – Full ACE table identifier, e.g., ‘92235.70c’.
atomic_weight_ratio (float) – Atomic mass ratio of the target nuclide.
kT (float) – Temperature of the target nuclide in [MeV]
pairs (list of tuple) – 16 pairs of ZAIDs and atomic weight ratios. Used for thermal scattering tables to indicate what isotopes scattering is applied to.
nxs (numpy.ndarray) – Array that defines various lengths with in the table
jxs (numpy.ndarray) – Array that gives locations in the
xssarray for various blocks of dataxss (numpy.ndarray) – Raw data for the ACE table
- nxs#
Array that defines various lengths with in the table
- Type:
- jxs#
Array that gives locations in the
xssarray for various blocks of data- Type:
- xss#
Raw data for the ACE table
- Type:
Methods
interpret(**kwargs)Get high-level interface class for the ACE table