... | ... | @@ -694,6 +694,7 @@ print(f.parameters) |
|
|
|
|
|
* https://ligo.gravity.cf.ac.uk/~charlie.hoy/LVC/projects/pesummary_review/v0.5.6/non_precessing_remnant/home.html
|
|
|
* https://ligo.gravity.cf.ac.uk/~charlie.hoy/LVC/projects/pesummary_review/v0.5.6/non_precessing_remnant/evolved/home.html
|
|
|
* https://ligo.gravity.cf.ac.uk/~charlie.hoy/LVC/projects/pesummary_review/v0.5.6/non_spinning_remnant/home.html
|
|
|
|
|
|
## Check non_evolved quantities
|
|
|
|
... | ... | @@ -730,6 +731,16 @@ assert "final_mass_non_evolved" not in data.dtype.names |
|
|
assert "final_mass" in data.dtype.names
|
|
|
```
|
|
|
|
|
|
## Check non-spinning
|
|
|
|
|
|
To confirm that the remnant quantities calculated for non-spinning samples are named `{}` rather than `{}_non_evolved`, we run the following command line:
|
|
|
|
|
|
```bash
|
|
|
rsync -avz --rsh="gsissh -p 2222" ldas-pcdev1.ligo.caltech.edu:/home/anuradha.gupta/spin_evolution_test/pe_runs_160719/non_spinning_ns_run/run/posterior_samples/posterior_H1L1_1135136363.571641445-0.hdf5 ./non_spinning.hdf5
|
|
|
|
|
|
summarypages --webdir /home/charlie.hoy/public_html/LVC/projects/pesummary_review/v0.5.6/non_spinning_remnant --samples /home/charlie.hoy/projects/pesummary_review/remnant/non_spinning/non_spinning.hdf5 --gw --labels non_spinning --multi_process 10
|
|
|
```
|
|
|
|
|
|
## Review comments
|
|
|
|
|
|
## sign-off |
|
|
\ No newline at end of file |