Skip to content

Commit

Permalink
correct ext-cosmic
Browse files Browse the repository at this point in the history
  • Loading branch information
lluism committed Sep 19, 2024
1 parent 8a7824a commit 7bc8112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frb/scripts/pz_dm.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def main(pargs):
print(f"NE2001 = {DM_ISM:.2f}")

# DM cosmic and EG
DM_cosmic = pargs.DM_FRB - DM_ISM.value - pargs.dm_mwhalo
DM_extragalactic = DM_cosmic + pargs.dm_host
DM_extragalactic = pargs.DM_FRB - DM_ISM.value - pargs.dm_mwhalo
DM_cosmic = DM_extragalactic - pargs.dm_host

# Redshift estimates

Expand Down

0 comments on commit 7bc8112

Please sign in to comment.