Skip to content
Snippets Groups Projects
Commit bca7907b authored by Rory Smith's avatar Rory Smith
Browse files

Merge branch 'master' of git.ligo.org:rory-smith/bilby

parents 6f0586ee 9fa08665
No related branches found
No related tags found
2 merge requests!737URGENT fix to sign of epoch in TD timeshift fix,!736fix td waveform epoch
......@@ -397,7 +397,6 @@ def _base_lal_cbc_fd_waveform(
h_cross *= frequency_bounds
if wf_func == lalsim_SimInspiralFD:
dt = 1. / delta_frequency - (hplus.epoch.gpsSeconds + hplus.epoch.gpsNanoSeconds * 1e-9)
h_plus *= np.exp(
-1j * 2 * np.pi * dt * frequency_array)
......
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