Skip to content
Snippets Groups Projects
Commit 20c1f28b authored by Virginia d'Emilio's avatar Virginia d'Emilio
Browse files

Adding a comment in GW150914.py for running pe on other events available on...

Adding a comment in GW150914.py for running pe on other events available on LOSC, i.e. for GW170817 the kwarg "tag" is required to download the data.
parent 62d036ee
No related branches found
No related tags found
1 merge request!314Comment in GW150914.py
......@@ -23,6 +23,8 @@ bilby.core.utils.setup_logger(outdir=outdir, label=label)
# makes sense, for each detector a plot is created in the `outdir` called
# H1_frequency_domain_data.png and LI_frequency_domain_data.png. The two
# objects are then placed into a list.
# For GW170817, 170608 and 170814 add the following line to select clean data.
# kwargs = {"tag": 'CLN'}
interferometers = bilby.gw.detector.get_event_data(label)
# We now define the prior.
......
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