Skip to content
Snippets Groups Projects
Commit 7a1b3ebb authored by Colm Talbot's avatar Colm Talbot
Browse files

Bug fix time marginalisation

parent 784d0600
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ class GravitationalWaveTransient(likelihood.Likelihood):
self.interferometers.start_time + np.linspace(
0, self.interferometers.duration,
int(self.interferometers.duration / 2 *
self.waveform_generator.sampling_frequency) + 1)[1:]
self.waveform_generator.sampling_frequency))[1:]
self.time_prior_array =\
self.prior['geocent_time'].prob(times) * delta_tc
......
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