Update PESummary metafile authored by Charlie Hoy's avatar Charlie Hoy
...@@ -23,6 +23,7 @@ The following script was used to check the data ...@@ -23,6 +23,7 @@ The following script was used to check the data
```python ```python
from pesummary.gw.file.read import read from pesummary.gw.file.read import read
from pesummary.gw.file.standard_names import lalinference_map from pesummary.gw.file.standard_names import lalinference_map
import configparser
import h5py import h5py
base = "/home/charlie.hoy/projects/pesummary_review/files/{}" base = "/home/charlie.hoy/projects/pesummary_review/files/{}"
... ...
......