cosmicrays / hermes

HERMES is a publicly available computational framework for the line of sight integration over galactic radiative processes which creates sky maps in the HEALPix-compatibile format.
GNU General Public License v3.0
23 stars 9 forks source link

missing reference #38

Closed carmeloevoli closed 1 year ago

carmeloevoli commented 1 year ago

https://github.com/cosmicrays/hermes/blob/7d596dda5d1b4869bc13b594cc350181aca65b2e/src/interactions/DifferentialCrossSection.cpp#L28

where did we get these numbers? Also in the main paper we don't give any reference about this 😞

adundovi commented 1 year ago

Could this be from GammaSky?

On 07. 02. 2023. 10:31, Carmelo Evoli wrote:

https://github.com/cosmicrays/hermes/blob/7d596dda5d1b4869bc13b594cc350181aca65b2e/src/interactions/DifferentialCrossSection.cpp#L28 https://github.com/cosmicrays/hermes/blob/7d596dda5d1b4869bc13b594cc350181aca65b2e/src/interactions/DifferentialCrossSection.cpp#L28

where did we get these numbers? Also in the main paper we don't give any reference about this 😞

— Reply to this email directly, view it on GitHub https://github.com/cosmicrays/hermes/issues/38, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACDL2KCOZOH3CMI2STGTEVLWWII5TANCNFSM6AAAAAAUTW3HPA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

carmeloevoli commented 1 year ago

I just checked, in GammaSky we adopted the A^2/3 scaling.

I remember we took from a paper, but I can't figure out which one.

carmeloevoli commented 1 year ago

I think is this but I have to check

https://ui.adsabs.harvard.edu/abs/2014PhRvD..90l3014K/abstract

carmeloevoli commented 1 year ago

Found it! It is this guy here:

https://ui.adsabs.harvard.edu/abs/2009APh....31..341M/abstract

I'm adding a comment to the code 🚀