Project GW polarizations onto multiple detectors
proj_network.RdApplies antenna pattern projection to gravitational-wave polarizations (hp, hc)
for a network of detectors, taking into account relative arrival times due to Earth's rotation.
Arguments
- hp
A
tsobject. Plus polarization waveform.- hc
A
tsobject. Cross polarization waveform.- dets
A character vector of detector abbreviations (e.g.,
c("H1", "L1")).- ra
A numeric. Right Ascension of the source (in radians).
- dec
A numeric. Declination of the source (in radians).
- pol
A numeric. Polarization angle (in radians).
- t_gps
A numeric. GPS time of signal arrival at Earth's center.
- t_ref
A character. Reference detector for computing relative arrival times (default:
"H1"). [Currently unused]
Value
A named list of projected ts objects for each detector, with the following attributes:
"tgps.net"Vector of GPS arrival times per detector.
"dt_rel"Matrix of pairwise relative time delays between detectors.
"tgps_remainder"Rounding residuals for each detector’s delay.
Details
For each detector in dets, the function computes the relative arrival time of the signal
based on its sky location. It then applies proj_wave to project the polarizations
onto each detector using the corresponding time and antenna pattern.