Skip to content
Snippets Groups Projects
Commit 52d04322 authored by gstlalcbc's avatar gstlalcbc Committed by Kipp Cannon
Browse files

reference_psd.py: use a more widely supported approximant

parent e9af34f1
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ class HorizonDistance(object):
f_max + delta_f,
100., # reference frequency (Hz)
None, # LAL dictionary containing accessory parameters
lalsimulation.GetApproximantFromString("SEOBNRv4_ROM")
lalsimulation.GetApproximantFromString("IMRPhenomD")
)
assert hp.data.length > 0, "huh!? h+ has zero length!"
......
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