Skip to content

Commit

Permalink
Merge branch 'master' of git.ligo.org:cwinpy/cwinpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin committed Apr 21, 2024
2 parents 0f60676 + 6dd3958 commit 2b67abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cwinpy/pe/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,12 +901,12 @@ def generate_summary_pages(**kwargs):
if is_par_file(pipeline_data.pulsardict[psr]):
p = PulsarParameters(pipeline_data.pulsardict[psr])
if p["DIST"] is not None:
distances[psr] = p["DIST"]
distances[psr] = p.convert_to_tempo_units("DIST", p["DIST"]).value

if p["F0"] is not None:
f0s[psr] = p["F0"]

if p["F1"] is not None:
if len(p["F"]) > 1 and p["F1"] is not None:
fdots[psr] = p["F1"]

# get table of upper limits
Expand Down

0 comments on commit 2b67abc

Please sign in to comment.