Skip to content
Snippets Groups Projects
Commit 12ff0da8 authored by moritz's avatar moritz
Browse files

Moritz Huebner: Made the signal_ifo parameter the same as in the remote

parent f2588aa7
No related branches found
No related tags found
1 merge request!13Source reimplementation
......@@ -26,8 +26,7 @@ class Likelihood:
time_shift = interferometer.time_delay_from_geocenter(self.source.ra, self.source.dec,
self.source.geocent_time)
# signal_ifo *= np.exp(1j*2*np.pi*time_shift*self.source.frequency_array)
signal_ifo *= np.exp(-1j * 2 * np.pi * time_shift)
signal_ifo *= np.exp(1j*2*np.pi*time_shift*self.source.frequency_array)
log_l -= 4. / self.source.time_duration * np.vdot(
interferometer.data - signal_ifo,
......
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