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

We have a first take on the PyGRB results webpage in the standard PyCBC format [here](https://ligo.gravity.cf.ac.uk/~francesco.pannarale/LVC/new_pygrb_webpage_3/). Right now it has most of what was on the old webpages, but there...

work in progress
PyGRB

PyCBC has as one of its key goals the idea of providing a simple interface for GW waveform generation which can be used by humans, but also higher level algorithms...

This is an attempt to start speeding up certain likelihood calls where we can quickly determine it cannot return a high likelihood value. (1) determine where the SNR peaks are...

work in progress

I was wondering: would it be possible to disentangle some pycbc-inference 'core' functionalities such as probability distribution/prior handling and MCMC samplers from the more specific CBC application context, and from...

inference
urgent

The following are things I'd like to have completed before the PyCBC Inference workshop that will take place in May. In no particular order: - [x] Merge CPNest on to...

help wanted
inference

PyGRB should have short time slides enabled (sliding by multiples of the trial duration within segments). This will require changes to event manager: keep track of which time slide we...

work in progress
PyGRB

It is possible to hit errors in PyCBC Live due to excessive duration of a template. It would be nice to have some sort of sanity check performed at startup,...

low latency

I think pycbc should have a runtime requirement on `setuptools` due to the use of `pkg_resources` in `pycbc.waveform`: https://github.com/gwastro/pycbc/blob/3135d11ad886c6dd66a2b0150f01b0d677ca0e56/pycbc/waveform/__init__.py#L11 where `retrieve_waveform_plugins` is defined as: https://github.com/gwastro/pycbc/blob/3135d11ad886c6dd66a2b0150f01b0d677ca0e56/pycbc/waveform/plugin.py#L61-L64 Without setuptools, you end up...

bug

It would be convenient to have a setuptools `extra` that details the extra requirements for `pycbc-live`, so that users can execute ``` python -m pip install pycbc[live] ``` to get...

low latency