... | ... | @@ -74,3 +74,18 @@ for k, m1_sel in enumerate(m1): |
|
|
|
|
|
print(max(abs(tilt1_inf - tilt1_inf_check)), max(abs(tilt2_inf - tilt2_inf_check)))
|
|
|
```
|
|
|
|
|
|
### `summarypages` implementation
|
|
|
|
|
|
To check that the newly added command line arguments work as expected we have generated 8 webpages using `summarypages`. These webpages test the following situations:
|
|
|
|
|
|
1) backward spin evolution is not performed for result files containing tidal parameters, [webpage](https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary/evolve_to_infinity/BNS_and_precession_averaged/home.html)
|
|
|
2) backward spin evolution can be performed for result files containing tidal parameters if the `--force_BH_spin_evolution` flag is provided, [webpage](https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary/evolve_to_infinity/BNS_and_precession_averaged_and_force_spin/home.html)
|
|
|
3) forward spin evolution works as expected, [webpage](https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary/evolve_to_infinity/ISCO/home.html)
|
|
|
4) forward and backward spin evolution can be ran simultaneously, [webpage](https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary/evolve_to_infinity/ISCO_and_precession_averaged/home.html)
|
|
|
5) backward spin evolution is not performed for an aligned-spin system, [webpage](https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary/evolve_to_infinity/aligned_spin_and_precession_averaged/home.html)
|
|
|
6) the hybrid-orbit averaged method works as expected, [webpage](https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary/evolve_to_infinity/hybrid_orbit_averaged/home.html)
|
|
|
7) the precession averaged method works as expected, [webpage](https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary/evolve_to_infinity/precession_averaged/home.html)
|
|
|
8) no spin evolution is performed when neither the `--evolve_spins_forwards` or `--evolve_spins_backwards` flags are provided, [webpage](https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary/evolve_to_infinity/no_evolve/home.html)
|
|
|
|
|
|
For details about the command lines that were run please see the `About` page. |
|
|
\ No newline at end of file |