Skip to content
Snippets Groups Projects

Minor adjust to the ROQ weight generation

Merged Gregory Ashton requested to merge minor-adjustments-to-roq-weights into master
All threads resolved!
+ 2
1
@@ -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,
Loading