Skip to content
Snippets Groups Projects
Commit b3077544 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Reduce to 10% extra delay time

parent 544155fe
No related branches found
No related tags found
1 merge request!502Minor adjust to the ROQ weight generation
Pipeline #63964 passed
......@@ -925,7 +925,8 @@ class ROQGravitationalWaveTransient(GravitationalWaveTransient):
"""
earth_light_crossing_time = 2 * radius_of_earth / speed_of_light
# Maximum delay time to geocentre plus 10%
earth_light_crossing_time = 1.1 * radius_of_earth / speed_of_light
time_space = self._get_time_resolution()
delta_times = np.arange(
self.priors['geocent_time'].minimum - earth_light_crossing_time,
......
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