Skip to content
Snippets Groups Projects
Commit d0425485 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Added explicit kwargs to set_strain_data_from_power_spectral_density

parent 22fb7b39
No related branches found
No related tags found
1 merge request!156Resolve "Add tests for the detector module"
......@@ -73,7 +73,9 @@ class InterferometerList(list):
"""
for interferometer in self:
interferometer.set_strain_data_from_power_spectral_density(sampling_frequency, duration, start_time)
interferometer.set_strain_data_from_power_spectral_density(sampling_frequency=sampling_frequency,
duration=duration,
start_time=start_time)
def inject_signal(self, parameters=None, injection_polarizations=None, waveform_generator=None):
""" Inject a signal into noise in each of the three detectors.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment