Skip to contents

Computes the pairwise light-travel times between gravitational-wave detectors.

Usage

travel_times(dets = c("H1", "L1", "V1", "K1"))

Arguments

dets

A character vector of detector abbreviations (e.g., c("H1", "L1")).

Value

A data frame of light-travel times (upper triangular only).

Details

This function interfaces with Python's pycbc library using reticulate. Please ensure that the required Python packages are available in your environment.