diff --git a/bilby/gw/detector/interferometer.py b/bilby/gw/detector/interferometer.py index d90108e11526045a5f859b76fbf87133495328cb..d6e7288987bf97db65d557d3cc8dbf97af2f9e0c 100644 --- a/bilby/gw/detector/interferometer.py +++ b/bilby/gw/detector/interferometer.py @@ -38,6 +38,9 @@ class Interferometer(object): vertex = PropertyAccessor('geometry', 'vertex') detector_tensor = PropertyAccessor('geometry', 'detector_tensor') + duration = PropertyAccessor('strain_data', 'duration') + sampling_frequency = PropertyAccessor('strain_data', 'sampling_frequency') + start_time = PropertyAccessor('strain_data', 'start_time') frequency_array = PropertyAccessor('strain_data', 'frequency_array') time_array = PropertyAccessor('strain_data', 'time_array') minimum_frequency = PropertyAccessor('strain_data', 'minimum_frequency')