Update GW150914_IMRPhenomPv2_lalinference authored by Rory Smith's avatar Rory Smith
...@@ -63,6 +63,7 @@ The files `slurm_submit.sh`, `get_gwf.py` and `run_GW150914_with_cal.ini` can be ...@@ -63,6 +63,7 @@ The files `slurm_submit.sh`, `get_gwf.py` and `run_GW150914_with_cal.ini` can be
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: 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:
# `get_gwf.py`
``` ```
from gwpy.timeseries import TimeSeries from gwpy.timeseries import TimeSeries
... ...
......