Skip to content
Snippets Groups Projects
Commit 9d218fcc authored by Sylvia Biscoveanu's avatar Sylvia Biscoveanu Committed by Gregory Ashton
Browse files

Add outdir to call to get_open_data in advanced GW150914 example

parent f66f86d8
No related branches found
No related tags found
No related merge requests found
......@@ -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