Skip to content
Snippets Groups Projects
Commit eac84eff authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix bug in call to gwpy

start_time -> epoch
parent 002d8f9c
No related branches found
No related tags found
1 merge request!72Clean up of detectors
......@@ -947,7 +947,7 @@ def get_interferometer_with_open_data(
sampling_frequency, time_duration,
frequency_domain_strain=utils.nfft(
strain.value, sampling_frequency)[0],
start_time=strain.start_time.value)
start_time=strain.epoch.value)
if plot:
interferometer.plot_data(outdir=outdir)
......
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