cogwheel.gw_utils.time_delay_from_geocenter¶
- cogwheel.gw_utils.time_delay_from_geocenter(detector_names, ra, dec, tgps)¶
Return an array with delay times from Earth center [seconds].
Note: For caching, detector_names has to be hashable, e.g. a string like
'HLV'or a tuple('H', 'L', 'V')but not a list.