@@ -56,3 +56,23 @@ Run settings are same as in regular bilby run, but the workflow is executed slig
The ini file does not include the sampler args. These are passed to parallel_bilby_analysis within the slurm submit file:
`mpirun parallel_bilby_analysis --nlive 1500`
## How we get data
The first step in the pipeline `python get_gwf.py` uses `gwpy` to get strain data in gwf format. The `.gwf` file is then passed into the subsequent stages of the pipeline. An example of how the data retrieval works is shown below: