pycbc icon indicating copy to clipboard operation
pycbc copied to clipboard

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 ong...

Results 245 pycbc issues
Sort by recently updated
recently updated
newest added

For example, I found pp-test in [this link ](https://www.atlas.aei.uni-hannover.de/~work-cdcapano/scratch/prs/from_inj_update/py36_quick_test_from_inj_output/html/1._percentile-percentile_test/) seems it does not passed. By the way, does dynesty(instead of emcee_pt) passed pp-test? Thanks!

Unlike python2, python3 distinguishes between byte and string types, resulting in the ValueError to be raised in: https://github.com/gwastro/pycbc/blob/0c424d28187e87091d71d74003c806fc3a5b04ab/pycbc/io/hdf.py#L701 This could be fixed by ensuring `ifo` in `self.ifos` is of string...

In the multi-ifo plotting there are currently large numbers of near-identical 'injections-on-top' plots with the same injections and different coinc backgrounds, however the different backgrounds are not well visible on...

If a detector is not involved in the coincidence for a background event, the time for followup in other detectors is calculated as the average time between the involved detectors....

I would expect the function `overlap` to be symmetric in the input: `overlap(h1, h2) = overlap(h2, h1)`. In its current implementation, this is not true. I am attaching a minimum...

This patch includes changes needed to output metadata that can be plotted in a grafana dashboard. Example is attached.

We will soon be adding support for doing transdimensional MCMC to `epsie`. A transdimensional MCMC is one in which the number of parameters (or models) is itself a variable parameter....

enhancement

For distributions like angular ones, it would be nice to say the boundary was cyclic without having to also provide the min/max.

enhancement

This is (at least sometimes) due to ifo attributes being strings or bytes in the different python versions, and these used to key a dictionary which is then called according...

python3
offline search