Skip to content
Snippets Groups Projects
Commit 394a2c21 authored by Colm Talbot's avatar Colm Talbot
Browse files

add PSD estimation from setting data

parent 5080d4c2
No related branches found
No related tags found
1 merge request!54Read frame data
Pipeline #
......@@ -368,6 +368,8 @@ class Interferometer(object):
resample=sampling_frequency)
frequency_domain_strain = tupak.utils.process_strain_data(strain, **kwargs)
frequencies = utils.create_frequency_series(sampling_frequency, duration)
self.power_spectral_density = PowerSpectralDensity(frame_file=frame_file, channel_name=channel_name,
**kwargs)
else:
raise ValueError("No method to set data provided.")
......
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