-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add [z], [z^2], [uz], [uz^2] and [z*uz] to beam insitu diagnostics #964
Add [z], [z^2], [uz], [uz^2] and [z*uz] to beam insitu diagnostics #964
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR! See 1 comment below. Another point (discussion started offline): Should we add <z*uz>
as an output? @SeverinDiederichs @AlexanderSinn.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for this PR!
One could previously get similar results using
z_axis
and[ga]
, but adding these to the diagnostic directly is more intuitive and accurate.Backwards compatibility Note:
This PR renames
read_insitu_diagnostics.energy_spread(all_data)
toread_insitu_diagnostics.gamma_spread(all_data)
.const
isconst
)