error in conversion of xsdir to cross_sections.xml

Hello there,

I am converting xsdir file of ENDF/B-VII.1 293.6K, I got error as follow upon executing command. Is there any one seeing this problem?
Command:

python convert_xsdir.py /home/darpan/Downloads/ENDF-B-VII.1-neutron-293.6K/xsdir /home/darpan/Downloads/ENDF-B-VII.1-neutron-293.6K/cross_sections.xm

l

output:

Traceback (most recent call last): File "convert_xsdir.py", line 279, in <module> xsdirObject = Xsdir(xsdirFile) File "convert_xsdir.py", line 50, in __init__ assert len(words) == 3 AssertionError

Thanks for help.

Hi Darpan,

Try putting these two lines at the beginning of your xsdir file:

atomic weight ratios
directory

Best regards,
Paul

Thank you Paul.
I am trying that.

Hi Darpan,
Did this work?