Skip to content
Snippets Groups Projects
Commit 13dcecac authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Fixed a typo

parent aee04c79
No related branches found
No related tags found
1 merge request!827Fixed a typo
Pipeline #137205 passed
...@@ -310,7 +310,7 @@ class Interferometer(object): ...@@ -310,7 +310,7 @@ class Interferometer(object):
time_shift = self.time_delay_from_geocenter( time_shift = self.time_delay_from_geocenter(
parameters['ra'], parameters['dec'], parameters['geocent_time']) 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 # And then add the time_shift which varies at ~1e-5 sec
dt_geocent = parameters['geocent_time'] - self.strain_data.start_time dt_geocent = parameters['geocent_time'] - self.strain_data.start_time
dt = dt_geocent + time_shift 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