Omit gas production and damage xs from HDF5 files

This commit is contained in:
Paul Romano 2018-11-12 14:06:32 -06:00
parent f4e4304b13
commit 15d2feb6fb

View file

@ -653,6 +653,9 @@ class IncidentNeutron(EqualityMixin):
n_reaction = ace.nxs[4] + 1
for i in range(n_reaction):
rx = Reaction.from_ace(ace, i)
# Don't include gas production / damage cross sections
if 200 < rx.mt < 219 or rx.mt == 444:
continue
data.reactions[rx.mt] = rx
# Some photon production reactions may be assigned to MTs that don't