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

Merge branch 'fix_a_typo' into 'master'

Fixed a typo

See merge request !827
parents 5f37ded2 13dcecac
No related branches found
No related tags found
1 merge request!827Fixed a typo
Pipeline #138702 passed
......@@ -310,7 +310,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
......
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