Skip to content

Commit

Permalink
Merge pull request #323 from SNEWS2/JostMigenda/OdrzywolekNuXNormalis…
Browse files Browse the repository at this point in the history
…ation

Fix normalisation of nu_x fluxes for Odrzywolek_2010
  • Loading branch information
Sheshuk committed Apr 30, 2024
2 parents 745114f + 248fde6 commit c554810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/snewpy/models/presn_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, filename:str):
self.factor[f] = 1.0
else:
# nuX/nuE ratio from Odrzywolek paper: (arXiv:astro-ph/0311012)
self.factor[f] = 0.36
self.factor[f] = 0.19
time = -df.index.to_numpy() << u.s
super().__init__(time, self.metadata)

Expand Down

0 comments on commit c554810

Please sign in to comment.