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

spectral profile should use extra constructed columns #15

Open
volodymyrss opened this issue May 3, 2024 · 3 comments
Open

spectral profile should use extra constructed columns #15

volodymyrss opened this issue May 3, 2024 · 3 comments

Comments

@volodymyrss
Copy link
Contributor

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

@volodymyrss
Copy link
Contributor Author

Uploading spec.zip…

@dsavchenko
Copy link
Contributor

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

@dsavchenko
Copy link
Contributor

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

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

2 participants