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

Hi folks, I'd like to report an issue that had me stumped for quite a while. In the GWOSC ODW tutorial 2.2: https://github.com/gw-odw/odw-2020/blob/master/Day_2/Tuto_2.2_Matched_Filtering_In_action.ipynb In the last cell, it calls a...

@ahnitz This PR adds PSD functions for TianQin and Taiji. Similar to LISA, I also added confusion noise version PSD for Taiji, for TianQin, it will almost not be affected...

work in progress
LISA
Taiji
TianQin

This PR fixes a bug in `pycbc_grb_inj_finder` that caused the entire output dataset to be empty. It was a logical error in checking the datasets to merge. This does seem...

PyGRB

We noticed some plotting issues with when there are zero-live-time days for singles fit plots. This PR: - removes invalid values from the `mean` count and fit coefficient calculation inputs,...

low latency

This PR contains the changes required in pycbc to allow the use of the trigger fit files in the pycbc live search. This does not contain the scripts necessary to...

low latency

- Removed xml dependence from `pycbc_pygrb_page_tables` - Added hdf data extraction from `hdf` multi inspiral banks in `pygrb_postprocessing_utils` - Added quantities needed for postprocessin in `pycbc_multi_inspiral`

PyGRB

I'm creating this issue since I've been discussing with @pannarale the fact that the new PyGRB workflow generator, i.e. pycbc_make_offline_grb_workflow [code](https://github.com/sebastiangomezlopez/pycbc/blob/master/bin/pygrb/pycbc_make_offline_grb_workflow) has no on-source/off-source separation when it comes to doing/presenting...

PyGRB

When `pycbc` is used with some multiprocessing package such as `dask`, importing `pycbc` will set the multiprocessing context repeatedly. The `RuntimeError: context has already been set` will occur. This fix...

We can use precomputed PSD with inspiral now. This should be useful when we run injections. This way, no need to estimate PSD again during inspiral and injections will not...

offline search