openmc.data.njoy.make_pendf

openmc.data.njoy.make_pendf(filename, pendf='pendf', error=0.001, stdout=False)[source]

Generate pointwise ENDF file from an ENDF file

Parameters
  • filename (str) – Path to ENDF file

  • pendf (str, optional) – Path of pointwise ENDF file to write

  • error (float, optional) – Fractional error tolerance for NJOY processing

  • stdout (bool) – Whether to display NJOY standard output

Raises

subprocess.CalledProcessError – If the NJOY process returns with a non-zero status