CRPropa / CRPropa3

CRPropa is a public astrophysical simulation framework for propagating extraterrestrial ultra-high energy particles. https://crpropa.github.io/CRPropa3/
https://crpropa.desy.de
GNU General Public License v3.0
71 stars 69 forks source link

Can't find the Protheroe96 photon background. #325

Closed PrantikS closed 3 years ago

PrantikS commented 3 years ago

I have installed the latest version of CRPropa3 where the photon backgrounds are now classes. For Protheroe's 1996 radio background, I tried using the class URB_Protheroe96() but I am not able to find it. I have looked into the src and include but couldn't find it there. Did you remove this background, or if not what is the class name for it now?

rafaelab commented 3 years ago

The URB backgrounds were accidentally removed in a previous commit. I have submitted a pull request (#315 ) which will hopefully soon be approved. In the mean time, you might want to use an earlier version which has this background available.

PrantikS commented 3 years ago

Okay. Thanks

rafaelab commented 3 years ago

Fixed with #315.