Calculate time_delay_from_geocenter with coalescence time
Currently, the time_delay_from_geocenter
is calculated with the strain start time instead of the coalescence time. The argument of time_delay_from_geocenter
on line 1282 in detector.py
should be changed from self.strain_data.start_time
to parameters['geocent_time']
.