gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
307 stars 345 forks source link

PyGRB post processing and results webpage #3660

Open pannarale opened 3 years ago

pannarale commented 3 years ago

We have a first take on the PyGRB results webpage in the standard PyCBC format here. Right now it has most of what was on the old webpages, but there is a lot more that can and should be done. So use this issue to bring up bugs, desiderata, etc.

pannarale commented 3 years ago

Still missing from the old pages

pannarale commented 3 years ago

Known requests

titodalcanton commented 3 years ago

@pannarale could you also consider the following requests:

pannarale commented 5 months ago

https://github.com/gwastro/pycbc/pull/4639 may need some fixes downstream in the post-processing, as noted in the PR's thread.

pannarale commented 3 months ago
pannarale commented 2 months ago

Moving more webpage/post-processing tasks here from issue #4419.

Comparing the latest results webpage to the most complete one generated when using old xml results files, the items missing are

pannarale commented 2 months ago

On the basis of the April 2024 test I am marking some of the items in the previous comment as done. The remaining items are

pannarale commented 2 months ago

[x] @jakeb245, per the discussion we had today about extract_basic_trig_properties, please add the argument opts in pycbc_pygrb_efficiency when the extract_basic_trig_properties function call happens.

Done in https://github.com/gwastro/pycbc/pull/4718