Skip to content
Snippets Groups Projects
Commit 005109da authored by Kipp Cannon's avatar Kipp Cannon
Browse files

reference_psd: new horizon distance code

- forgot one spot in plotpsd.py
- refs #5603
parent 7886b54d
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ def plot_psds(psds, coinc_xmldoc = None, plot_width = 640):
if instrument in on_instruments:
alpha = 0.8
linestyle = "-"
label = "%s (%.4g Mpc Horizon)" % (instrument, reference_psd.horizon_distance(psd, 8.)[0])
label = "%s (%.4g Mpc Horizon)" % (instrument, horizon_distance(psd, 8.)[0])
else:
alpha = 0.6
linestyle = ":"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment