SimRingdown

class igwn_ligolw.lsctables.SimRingdown(**kwargs)

Bases: RowType

Attributes Summary

Methods Summary

time_at_instrument(instrument, offsetvector)

Return the start time of the injection, delay corrected for the displacement from the geocentre to the given instrument.

Attributes Documentation

amplitude
coordinates
distance
eff_dist_h
eff_dist_l
eff_dist_v
epsilon
frequency
geocent_start
geocent_start_time
geocent_start_time_ns
h_start_time
h_start_time_ns
hrss
hrss_h
hrss_l
hrss_v
inclination
l_start_time
l_start_time_ns
latitude
longitude
mass
phase
polarization
process_id
quality
ra_dec
simulation_id
spin
start_time_gmst
v_start_time
v_start_time_ns
waveform

Methods Documentation

time_at_instrument(instrument, offsetvector)

Return the start time of the injection, delay corrected for the displacement from the geocentre to the given instrument.

NOTE: this method does not account for the rotation of the Earth that occurs during the transit of the plane wave from the detector to the geocentre. That is, it is assumed the Earth is in the same orientation with respect to the celestial sphere when the wave passes through the detector as when it passes through the geocentre. The Earth rotates by about 1.5 urad during the 21 ms it takes light to travel the radius of the Earth, which corresponds to 10 m of displacement at the equator, or 33 light-ns. Therefore, the failure to do a proper retarded time calculation here results in errors as large as 33 ns. This is insignificant for ring-down searches, but be aware that this approximation is being made if the return value is used in other contexts.