-
Notifications
You must be signed in to change notification settings - Fork 33
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
Mismatch of agnpy absorption with Finke (2016) reference #50
Comments
ok, I will have a look, and will also do my favourite "back-of-the-envelope" checks ;-). |
Hi, |
Many thanks @jsitarek. Indeed adding the redshift of 3C 454.3 to the blob improves the comparison for the opacity on the DT. so to me it read that For the BLR, I have no idea where that factor For the disk I have no idea, it's almost a year that I try to check that calculation and I rewrote that function 7 times. Particularly at the closest radii ( I am really lost on this 😕. |
Hi, Some more updates on the BLR absorption. I did also full calculations and assymptotically at high energies I get the values consistent with agnpy, but at energies close to the threshold, consistently with what I wrote above I get higher values. See the attached notebook, in particular [10] And sorry I didn't look yet in the disk one, I have some old code for this, but would need some time to understand how it was working :-), and either way nowadays very rarely anybody used such disk absorption, for blazars it is really negligible due to the angles, for radio galaxies it is more interesting but then RIAF might be more interesting disk model then SS |
Hi @cosimoNigro When you compute the absorption from shell-like BLR in principle I see that you have have 3 integrals: over cos zenith, azimuth and distance. This in principle can be done using only 2 integrals: over the zenith angle and distance. Because of azimuthal symmetry the phi integral should trivially converge to 2 pi. Tracking the code: in cos_psi function: term_2 = np.sqrt(1 - np.power(mu, 2)) * np.sqrt(1 - np.power(mu_s, 2)) it does not look like the phi dependence is cancelled out. |
Hi @cosimoNigro Also, can you send me the notebook in which you compute the agnpy disk absorption with Finke's ? I did some simple calculations using this disk absorption, the details are in the attached notebook some conclusions:
|
@jsitarek, @pawel21, let use this thread to keep discussing what I commented in PR #46.
what do you think about the mismatch of agnpy with Finke (2016) optical depth?
why my optical depths are consistent if I consider instead of the target a monochromatic point-like source approximating it.
Is the integration procedure wrong, so the two cases - full target and point-like source - match because I perform the same wrong integration in both cases?
do we have another code to crosscheck optical depths, I remember @jsitarek had available the code from
https://arxiv.org/abs/0807.4228?
The text was updated successfully, but these errors were encountered: