Open jacoblandman opened 8 years ago
Hi @jacoblandman - thanks for reporting, first off. I am not sure what is going on here. It seems like there may be a bug. Are you able to distribute the ENDF file that you are using? Or can you tell us which one it is?
I saw a similar behavior using cross sections from http://www.nndc.bnl.gov/endf/b7.1/download.html If I find time during the next days I will try and give it a look - I think it has something to do with the separate treatment of reonances.
Thanks @ohnemax
Hey. I was using the file pulled from the endf database online as follows:
urlretrieve("http://t2.lanl.gov/nis/data/data/ENDFB-VII.1-neutron/
Someone mentioned to me that endf may not contain all the data for the resonances.
Hey, I'm not sure if this is an issue, or if I'm just using pyne incorrectly. I'm working on using pyne to generate cross sections. I'm following the tutorial for reading ENDF files and it works fine for Ni-59, however, if I try a different isotope, such as Pu239, I get weird looking cross sections. Running the "reaction" method returns almost only higher energy cross sections and not the lower energy ones. Am I doing something wrong?
My code is this for a generic isotope and reaction: endfds = ENDFDataSource(file_name)
Thanks, Jacob