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

Merge branch 'gw150914_advanced' into 'master'

Add outdir to call to get_open_data in advanced GW150914 example

See merge request !562
parents f66f86d8 9d218fcc
No related branches found
No related tags found
1 merge request!562Add outdir to call to get_open_data in advanced GW150914 example
Pipeline #71902 failed
......@@ -46,7 +46,7 @@ kwargs = {"sample_rate": 4096}
interferometers = bilby.gw.detector.get_event_data(
label, interferometer_names=interferometer_names,
duration=duration, roll_off=roll_off, psd_offset=psd_offset,
psd_duration=psd_duration, cache=True,
psd_duration=psd_duration, cache=True, outdir=outdir,
filter_freq=filter_freq, **kwargs)
# CHOOSE PRIOR FILE
......
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