sandy.sections.mf33 module

sandy.sections.mf33.read_mf33(tape, mat, mt, mf=33)

Parse MAT/MF=8/MT section for MF31/33 covariance matrix from sandy.Endf6 object and return structured content in nested dcitionaries.

Parameters:
tapesandy.Endf6

endf6 object containing requested section

matint

MAT number

mttint

MT number

mfint, optional, default is 33

MF number, it also allows parsing nubar covariances with MF=31

Returns:
dict

Content of the ENDF-6 tape structured as nested dict.

Notes

Note

this function can parse MF=31 sections if mf=31 is passed as argument