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

Implement user-defined energy steps #19

Open
martinwissink opened this issue Feb 17, 2023 · 0 comments
Open

Implement user-defined energy steps #19

martinwissink opened this issue Feb 17, 2023 · 0 comments

Comments

@martinwissink
Copy link

The ENDF database has cross section data from 1E-5 eV to 2E7 eV for many isotopes. The current implementation of linearly spaced energy steps at fixed interval is very limiting when trying to retrieve data across several orders of magnitude. Several approaches could be implemented to improve the utility:

  1. Allow for the user to provide a list of desired energy points
  2. Allow the user to select the number of points rather than the interval between points
  3. Allow the user to select linearly or logarithmically spaced energy points
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant