-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endf get cov #189
base: develop
Are you sure you want to change the base?
Endf get cov #189
Conversation
As the functions |
Priorities for new sampling:
|
With the new pull request the order of priorities is as follows:
|
First step towards the direct extraction of covariance matrices in a single method.
_get_xs_cov
: Extract the covariance matrix based on the information of mf=33 and mf=31. Tested withsandy.XsCov
, since the original pipeline was based on this class._get_lpc_cov
: Extract the covariance matrix based on the information of mf=34. It will go in a separate branch._get_edistr_cov
: Extract the covariance matrix based on the information of mf=35. It will go in a separate branch.get_cov
: Get it in a dictionary {mf:CategoryCov
}. If only one mf exists, it automatically returns theCategoryCov
object. To test it, tests identical to_get_xs_cov
were used. Once the branch https://github.com/AitorBengoechea/sandy/tree/errorr_get_cov is in sandy, I will proceed to test nubar and cov with processing.