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

Eliminate misleading message in fluence scoring AO #1002

Open
mainegra opened this issue Jun 5, 2023 · 0 comments
Open

Eliminate misleading message in fluence scoring AO #1002

mainegra opened this issue Jun 5, 2023 · 0 comments
Assignees

Comments

@mainegra
Copy link
Contributor

mainegra commented Jun 5, 2023

When scoring photon fluence, no message related to electron fluence calculation method should be issued.
Thanks to Alexandra Bourgouin for drawing my attention to this issue!

mainegra added a commit that referenced this issue Mar 11, 2024
- Total fluence normalization bug during output:

  expression norm /= volume[k];

  reduces normalization for F[k] by V[k-1]*V[k-2]*...*V[1]

  changed to norm = norma/volume[k];

- Eliminate misleading message in fluence scoring
  When scoring photon fluence, no message related to
  electron fluence calculation method should be issued.
  Thanks to Alexandra Bourgouin for drawing my attention to this issue!
  Fixes issue #1002

- Read user-requested normalization not only when differential fluence
  requested as it is also needed for integral fluence
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