icecube / FIRESONG

FIRst Extragalactic Simulation Of Neutrino and Gamma-ray
Other
18 stars 8 forks source link

Blazar powerlaw alt #77

Closed ChrisCFTung closed 2 years ago

ChrisCFTung commented 2 years ago
  1. To address #72, interp1d is now the choice for calculating luminosity distance
  2. To address #71 , The way args are passed to luminosity function from firesong_simulation is changed. Now, it's done through some luminosity function specific kwargs, for example, lg_width for the width of log normal. The kwargs can also pass arguments to evolution if such need arises.
  3. Switch the setup to use python 3.8 and numpy 1.22 for security reason