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 contains code needed for the implementation of iDQ in PyCBC Live. It contains only the changes that are common to all of my proposed implementations of iDQ in...

low latency

Amend cuts module to allow multiple upper/lower cuts on the same parameter, also check and deal with duplicated cuts. This is done by updating the cuts dictionaries to be keyed...

offline search

The cuts module cannot deal with the same parameter having more than one limit. We should be able to specify, e.g. `template_duration:4:lower template_duration:152:upper`, however this is currently overwritten in the...

@MPillas and I are trying out the faithsim code in preparation for O4. Here is a list of broken things to have a better idea of what needs work to...

@titodalcanton Here's a suggestion for cutting back on memory usage of the single-detector triggers. This just reworks when the resizes are done to be more aggressive than the previous patch,...

This happened yesterday to the analysis of MDC O3 replay data, using PyCBC 0.0a8429 / git hash 41beb31b31e8bd3c867b914af048c7e412e23615. ``` Traceback (most recent call last): File "/home/pycbc.live/.conda/envs/conda-test/lib/python3.9/multiprocessing/pool.py", line 125, in worker...

bug
low latency

We should try and integrate https://github.com/duncanmmacleod/requests-ecp/, which is being set up by @duncanmmacleod as a backend to both ecp-cookie-init and ligo-proxy-init, but hopefully we can use directly

This is just a question about how to use pycbc inference. I am use pycbc_inference to estimate the parameters of GW150914. I copy the run files from https://github.com/gwastro/pycbc-inference-paper/tree/master/run_files/GW150914 (with small...

The sngls fitting currently uses a single model to describe the whole distribution, but it is known that the distribution is different in the tails and close to the snr...

offline search