Update Home authored by Haris K's avatar Haris K
......@@ -42,8 +42,11 @@ We have reviewed the implementation of 'search of higher modes in the gravitatio
The python implementation of the analysis can be found [here](https://git.ligo.org/soumen.roy/o3inspiralhom/-/wikis/Home#method). `inspiralhom_analysis.py` is the standalone script, which can take the summary table of PE analysis and produce a `h5` file with results along with figures. Separate *jupyter notebooks8 for producing customized figures for individual events are provided in the event directories.
The python implementation of the analysis can be found [here](https://git.ligo.org/soumen.roy/o3inspiralhom/-/wikis/Home#method). `inspiralhom_analysis.py` is the standalone script, which can take the summary table of PE analysis and produce a `h5` file with results along with figures. Separate *jupyter notebooks8 for producing customized figures for individual events are provided in the event directories. The codes require few python modules of lalsuite along with PyCBC. The following are the publicly available version of `lal`, `lalsimulation` and `PyCBC` used for this analysis.
* lal.__version__ = '6.21.0'
* lalsimulation.__version__ = '1.10.0'
* pycbc.__version__ = '1.15.2'
| Script | Short description | Status | git hash | Comment | final sign-off |
| ------ | ----------------- | ------ | -------- | ------- | -------------- |
......@@ -53,10 +56,8 @@ The python implementation of the analysis can be found [here](https://git.ligo.o
| [inspiralhom_analysis.py](https://git.ligo.org/soumen.roy/o3inspiralhom/blob/master/scripts/inspiralhom_analysis.py) | Stand-alone python script to perform the analysis on an event. | | | | Nathan: :x: , Haris: :x: |
| [ReadResults.ipynb](https://git.ligo.org/soumen.roy/o3inspiralhom/blob/master/GW190412/analysis/C01/ReadResults.ipynb) | Notebook used for producing final plots for GW190412 from `h5` file | | | | Nathan: :x: , Haris: :x: |
* Git hash of LALSuite used:
* Git hash of PyCBC used:
Below is the summary of investigations performed to test the pipeline.
We performed a set of investigation on the analysis to check it's efficiency. Below is the summary of investigations performed to test the pipeline.
# Investigations for code review
......
......