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

This PR introduces timeslides to `pycbc_multi_inspiral`.

work in progress
PyGRB

Hi, In order to use a file .xml for the bank and a file .xml also for the injections, I modified the configuration file of banksim in the following way:...

Similar to #4015. Recomputing FFTW plans (for data reading/high-pass filtering etc.) can be expensive. I know that the class-based API would be more efficient (expect that PR later), but it...

Ian says here https://github.com/gwastro/pycbc/pull/4028#issuecomment-1149716813 > > We probably want to add both > > pip install -r requirements-igwn.txt > pip install -r companion.txt > > to the docker-install.sh (and hope...

@spxiwh notes: ```python minchirp = mchirp * (1 - mchirp / 50.0) maxchirp = mchirp * (1 + mchirp / 50.0) ``` > It looks like there's a bug here....

low latency

Lots of work has been done on the PyGRB pipeline, but the workflow generation script hasn't been updated in 3 years! It is quite out of date with rest of...

PyGRB

Changes for the including singles into the offline search as described in the paper by myself and Ian In the same vein as the way that the multiifo search was...

offline search

In inference.sampler.__init__.py I had to change: _try: from .emcee import EmceeEnsembleSampler from .emcee_pt import EmceePTSampler samplers[EmceeEnsembleSampler.name] = EmceeEnsembleSampler samplers[EmceePTSampler.name] = EmceePTSampler except ImportError: pass_ for the new version I propse:...

## Description An error is raised while using `pycbc.catalog.Merger.strain()` to retrieve L1 strain data for the GW170817-v2 event from the O1_O2-Preliminary release. It seems that the data file is correctly...

This pull request is still work in progress as it depends on #3804 and includes commits that will be added as part of that PR. This PR adds support for...

offline search