... | ... | @@ -694,7 +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
|
|
|
|
|
|
## Checks
|
|
|
## Check non_evolved quantities
|
|
|
|
|
|
To confirm that the remnant quantities calculated for non-precessing samples are named `{}` rather than `{}_non_evolved`, we run the following command line:
|
|
|
|
... | ... | @@ -712,6 +712,16 @@ assert "final_mass_non_evolved" not in data.dtype.names |
|
|
assert "final_mass" in data.dtype.names
|
|
|
```
|
|
|
|
|
|
## Check evolved quantities
|
|
|
|
|
|
To check that the `non_evolved` quantities are returned when the `--evolve_spins` flag is passed for a non-precessing result file, we run the following command line:
|
|
|
|
|
|
```bash
|
|
|
$ summarypages --webdir /home/charlie.hoy/public_html/LVC/projects/pesummary_review/v0.5.6/non_precessing_remnant/evolved --samples /home/charlie.hoy/projects/pesummary_review/remnant/non_evolved/PhenomD_samples.hdf5 --gw --approximant IMRPhenomD --labels non_precessing --evolve_spins
|
|
|
```
|
|
|
|
|
|
Next we
|
|
|
|
|
|
## Review comments
|
|
|
|
|
|
## sign-off |
|
|
\ No newline at end of file |