Skip to content
Snippets Groups Projects
Commit 796a74b1 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

inspiral.py: fix L1 typo in calculating expected SNR for injections

parent a1cba900
No related branches found
No related tags found
1 merge request!41DAG Workflow Overhaul + OSG DAG support
......@@ -296,7 +296,7 @@ def calc_sim_inspiral_table_snrs(sim_inspiral_table, psd, segment, f_low = 15.0,
# FIXME: broken for KAGRA
if "H1" in snrs:
inj.alpha4 = snrs["H1"]
if "l1" in snrs:
if "L1" in snrs:
inj.alpha5 = snrs["L1"]
if "V1" in snrs:
inj.alpha6 = snrs["V1"]
......
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