Skip to content
Snippets Groups Projects
Commit 49778973 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Fixed some logic in set_data

parent 12122bc2
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ class Interferometer(object):
return self.power_spectral_density.power_spectral_density_interpolated(self.frequency_array)
def set_data(self, sampling_frequency, duration, epoch=0,
from_power_spectral_density=None,
from_power_spectral_density=False,
frequency_domain_strain=None):
"""
Set the interferometer frequency-domain stain and accompanying PSD values.
......
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