On this page, we'll collect results and output for runs on various known events/glitches. Please document in detail exactly what was done, which ini files, and which versions of the codes where used.
Suggested workflow
Here a suggested workflow for running on an event.
- Copy this base ini file to your somewhere on pcdev, preferably under
public_html
so that you can share the results.
# An ini file for running H1, L1, and H1L1 searches for GW150914 from its graceDB id
detectors = [H1, L1]
coherence-test = True
duration = 4
create-summary = True
sampler = dynesty
sampler-kwargs = {'nlive': 500}
channel_names = [H1:DCS-CALIB_STRAIN_C02, L1:DCS-CALIB_STRAIN_C02]
accounting = ligo.dev.o3.cbc.pe.lalinference
-
Edit the ini file, e.g. change the sampler or really anything you like.
-
Then, submit the jobs using
$ bilby_pipe ini_file.ini --gracedb G184098 --label GW150914 --outdir results_GW150914
here you should replace ini_file.ini
with the name of the ini file, and you may also want to provide a label
and outdir
to something memorable/useful.