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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A typo in your paper?

fayezACE opened this issue · comments

Hello:

I am currently running some of you code and reading the paper. However, there is an issue that is confusing me. According to Figure 8. in your paper, pion decay through the contribution from HI dominates over that from H2, however, when you look at Figure 6 and compare the left image to the right, we can see that it is H2 that dominates over HI, at least near the galactic center (you can check the color bar). This is what I did when I ran your sample codes given in the file: e2-pizero-dragon2d.ipynb.
Is this a typo?

hi @fayezACE, the H2 and HI distributions are very different. Clumped the first, smoother the second. Thereby, one contribution dominated over the other depending on the region on which you are integrating the contribution.

When you look towards the GC the H2 contribution is larger, but not if you integrate over the whole sky.

I understand, but Fig. 8 seems to suggest that H2 always dominates (Full Sky, Intermediate Latitudes, Inner Galaxy, Outer Galaxy). Looking inside the numpy arrays that make the plots H2 only dominates very close to the galactic center and is zero almost everywhere else. I am a bit confused on this point.

Sorry there is a mismatch between the arxiv and the published paper. Let's refer to the arxiv version here: https://arxiv.org/abs/2105.13165

In Fig. 8, if I look at the left-upper panel (which is Full Sky) the HI curve (dashed) is always above H2 (dotted).

Exactly, It seems that HI dominates over H2, but if you look at figure 6, then you can see that it is H2 that dominates over HI, which is what I get when running the example code you provide. H2 (at least close to the galactic center), is larger than HI (for pion decay). This is the source of my confusion

You wrote: "Fig. 8 seems to suggest that H2 always dominates", Fig. 8 shows exactly the opposite. Do we agree up to this?

I am sorry, I meant HI always dominates. We agree. But from Fig 6, it seems that H2 dominates

Fig. 6 is a full sky map, and indeed the H2 is larger only for some directions, in particular towards the Galactic Center. If you average over the full sky you will find that the averaged H2 contribution is subdominant with respect to the averaged HI contribution.

So Fig. 6 gives the AVERAGES over the entire sky? If so, now I understand! Makes sense