Update SummaryReview script authored by Nicola De Lillo's avatar Nicola De Lillo
...@@ -72,7 +72,7 @@ for index in params: ...@@ -72,7 +72,7 @@ for index in params:
which outputs which outputs
``` ```
#### Obtained using PESummary #### credible intervals btained using PESummary
chirp_mass_source [6.03 6.15] chirp_mass_source [6.03 6.15]
total_mass_source [24.31 26.73] total_mass_source [24.31 26.73]
mass_ratio [0.1 0.13] mass_ratio [0.1 0.13]
...@@ -91,7 +91,7 @@ V1_matched_filter_snr_abs [3.69 4.49] ...@@ -91,7 +91,7 @@ V1_matched_filter_snr_abs [3.69 4.49]
These numbers have been compared to the reviewed results for GW190814 `combinedPHM` at the bottom of this page [1], which correspond to numbers cited in the discovery paper [2], which we report her: These numbers have been compared to the reviewed results for GW190814 `combinedPHM` at the bottom of this page [1], which correspond to numbers cited in the discovery paper [2], which we report her:
``` ```
#### GW190814 reviewed numbers #### reviewed credible intervals GW190814
chirp_mass_source = 6.09^0.06_0.06 | [6.03 6.15] chirp_mass_source = 6.09^0.06_0.06 | [6.03 6.15]
total_mass_source = 25.52^1.21_1.22 | [24.31 26.73] total_mass_source = 25.52^1.21_1.22 | [24.31 26.73]
mass_ratio = 0.11^0.01_0.01 | [0.1 0.13] mass_ratio = 0.11^0.01_0.01 | [0.1 0.13]
...@@ -106,7 +106,6 @@ theta_jn = 0.9^1.49_0.28 | [0.63 2.39] ...@@ -106,7 +106,6 @@ theta_jn = 0.9^1.49_0.28 | [0.63 2.39]
L1_matched_filter_snr_abs = 22.2^0.13_0.21 | [21.99 22.32] L1_matched_filter_snr_abs = 22.2^0.13_0.21 | [21.99 22.32]
H1_matched_filter_snr_abs = 10.66^0.1_0.15 | [10.51 10.76] H1_matched_filter_snr_abs = 10.66^0.1_0.15 | [10.51 10.76]
V1_matched_filter_snr_abs = 4.27^0.22_0.58 | [3.69 4.49] V1_matched_filter_snr_abs = 4.27^0.22_0.58 | [3.69 4.49]
network_matched_filter_snr = 24.98^0.14_0.22 | [24.76 25.12]
``` ```
[1]: [https://git.ligo.org/publications/gw190814/gw190814-discovery/-/wikis/PE-result-table](https://git.ligo.org/publications/gw190814/gw190814-discovery/-/wikis/PE-result-table) . There are sum difference in the following parameters [1]: [https://git.ligo.org/publications/gw190814/gw190814-discovery/-/wikis/PE-result-table](https://git.ligo.org/publications/gw190814/gw190814-discovery/-/wikis/PE-result-table) . There are sum difference in the following parameters
... ...
......