Skip to content
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

[Feature] Ability to read multiple files and obtain true uncertainties #78

Closed
drewejohnson opened this issue Jan 23, 2018 · 0 comments
Closed
Assignees
Milestone

Comments

@drewejohnson
Copy link
Collaborator

Create a new set of classes that are responsible for processing multiple output files of the same type and storing the true uncertainties.

Requirements

  • Each class should be given a list of files at construction
  • Support globs, '*'
  • Store metadata when applicable - things that are invariant through repeated runs
  • Store files used
  • Store average value and uncertainty for any quantity of interest, e.g. material number densities, cross sections for branching calculations, detector tallies, etc.

Optional

  • Store seeds used - optional argument at construction seed=True

Things to consider

  • Would it be advantageous to also retain all the data used, in a manner than allows people to identify runs with particularly large uncertainties?
  • Some plot commands will have to be modified, e.g. depletion reader plot -> error bars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant