... | @@ -643,7 +643,18 @@ $ rsync -avz --rsh="gsissh -p 2222" ldas-pcdev1.ligo.caltech.edu:/home/gregory.a |
... | @@ -643,7 +643,18 @@ $ rsync -avz --rsh="gsissh -p 2222" ldas-pcdev1.ligo.caltech.edu:/home/gregory.a |
|
$ head -n 11 precessing_bns_samples.dat > precessing_bns_samples_first10.dat
|
|
$ head -n 11 precessing_bns_samples.dat > precessing_bns_samples_first10.dat
|
|
```
|
|
```
|
|
|
|
|
|
|
|
and run the following:
|
|
|
|
|
|
```python
|
|
```python
|
|
|
|
from pesummary.io import read
|
|
|
|
|
|
|
|
f = read("/home/charlie.hoy/projects/pesummary_review/bbh_fits/precessing_bns_samples_first10.dat")
|
|
|
|
f.generate_all_posterior_samples(force_remnant_computation=True, evolve_spins='ISCO', approximant="IMRPhenomPv2")
|
|
|
|
assert "final_mass" in f.parameters
|
|
|
|
print(f.parameters)
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
$ python force_remnant.py
|
|
$ python force_remnant.py
|
|
2020-05-22 17:38:16 PESummary WARNING : Posterior samples for tidal deformability found in the posterior table. Applying BBH remnant fits to this system. This may not give sensible results.
|
|
2020-05-22 17:38:16 PESummary WARNING : Posterior samples for tidal deformability found in the posterior table. Applying BBH remnant fits to this system. This may not give sensible results.
|
|
2020-05-22 17:43:36 PESummary INFO : Evolving spins | 100% | 10/10 | 05:19
|
|
2020-05-22 17:43:36 PESummary INFO : Evolving spins | 100% | 10/10 | 05:19
|
... | | ... | |