We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
D_E = (E_MAX - E_MIN)/2 E_MID = (E_MAX + E_MIN)/2 E_MID_LOG = sqrt (E_MAX * E_MIN)
@dsavchenko see too
The text was updated successfully, but these errors were encountered:
Uploading spec.zip…
Sorry, something went wrong.
E_MID_LOG = sqrt (E_MAX * E_MIN)
And the errors in log scale are asymmetric then
So the general case is E_ERR_UP = E_MAX - E_MID E_ERR_DOWN = E_MID - E_MIN regardless of the axis scale
This is not yet implemented, right? I don't see a possibility to have proper x-axis bins for spectrum in galaxy, e.g. HESS
No branches or pull requests
D_E = (E_MAX - E_MIN)/2
E_MID = (E_MAX + E_MIN)/2
E_MID_LOG = sqrt (E_MAX * E_MIN)
@dsavchenko see too
The text was updated successfully, but these errors were encountered: