... | ... | @@ -766,6 +766,17 @@ e_rad_evol - max difference: 2.07718500178089e-08 |
|
|
l_peak_evol - max difference: 0.00025579293297539607
|
|
|
```
|
|
|
|
|
|
This difference in `l_peak_evol` is due to a change in the fundamental constants stored in LAL (see commit https://git.ligo.org/lscsoft/lalsuite/-/commit/3b94faf66eea1dc170b81a68d91a75bc22e9af2a). To confirm this, we ran the following:
|
|
|
|
|
|
```python
|
|
|
corrected_posplots = posplots["l_peak_evol"] * 3.628254904411280064474144638555430509/3.628504984913064522721519179529402840
|
|
|
print("corrected_l_peak_evol - max difference: {}".format(np.max(np.abs(corrected_posplots - pesummary["peak_luminosity"]))))
|
|
|
```
|
|
|
```bash
|
|
|
corrected_l_peak_evol - max difference: 4.884981308350689e-15
|
|
|
```
|
|
|
|
|
|
|
|
|
## Review comments
|
|
|
|
|
|
## sign-off |
|
|
\ No newline at end of file |