Skip to content
Snippets Groups Projects
Commit a6366df8 authored by Aditya Vijaykumar's avatar Aditya Vijaykumar
Browse files

resolve pre-commits

parent b59a7fb3
No related branches found
No related tags found
1 merge request!1105Relative Binning in bilby
......@@ -355,7 +355,7 @@ class Interferometer(object):
time_shift = self.time_delay_from_geocenter(
parameters['ra'], parameters['dec'], parameters['geocent_time'])
# Be careful to first substract the two GPS times which are ~1e9 sec.
# Be careful to first subtract the two GPS times which are ~1e9 sec.
# And then add the time_shift which varies at ~1e-5 sec
dt_geocent = parameters['geocent_time'] - self.strain_data.start_time
dt = dt_geocent + time_shift
......
......@@ -442,7 +442,7 @@ class RelativeBinningGravitationalWaveTransient(GravitationalWaveTransient):
Generate a single sample from the posterior distribution for coalescence
time when using a likelihood which explicitly marginalises over time.
In order to resolve the posterior we artifically upsample to 16kHz.
In order to resolve the posterior we artificially upsample to 16kHz.
See Eq. (C29-C32) of https://arxiv.org/abs/1809.02293
......@@ -610,7 +610,7 @@ class RelativeBinningGravitationalWaveTransient(GravitationalWaveTransient):
Notes
-----
This is only valid when assumes that mu(phi) \propto exp(-2i phi).
This is only valid when assumes that mu(phi) propto exp(-2i phi).
"""
self.parameters.update(self.get_sky_frame_parameters())
if waveform_ratio is None:
......
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