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

See discussion in #3780 Quote `` 'sigmasq' was not be written to the output files correctly! I think this is an old bug (or perhaps just forgotten by me bad...

I'm posting this early just so people are aware of something I'm planning to add. The PR is not feature complete and will require patches elsewhere (i.e. in mergetrigs, in...

work in progress

PyGRB (with `pycbc_multi_inspiral`) is in need of a power chi-sq implementation for the calculation of the detection statistic.

work in progress
PyGRB

I suspect this [line]( https://github.com/gwastro/pycbc/blob/master/pycbc/waveform/waveform.py#L951.) has an error. This function converts those Fourier domain waveforms with `_filter_time_lengths` to a time domain one. I tried to add a new FD waveform...

I've installed `pycbc` on my Linux machine, however, every time I run any pycbc script the kernel keeps freezing. I've tested it on VScode as well as on Jupyter, and...

When I tried to generate a gaussian noise and run the example code, > import pycbc.noise mport pycbc.psd import pylab flow = 30.0 delta_f = 1.0 / 16 flen =...

There are notes for these options which say just 'FIXME'. It seems the option itself is inherited from lalapps inspiral. The last visible state of that code had these help...

I'm plotting a posterior file from simulated data, the command is: > executable : /work/yifan.wang/virtualenv/3ogc/bin/pycbc_inference_plot_posterior > arguments : --plot-contours --plot-marginal --plot-density --density-cmap Blues --contour-color black --plot-injection-parameters --input-file H1L1V1-EXTRACT_POSTERIOR_INJECTION_9-1126259200-400.hdf --output-file H1L1V1-PLOT_POSTERIOR_SUMMARY_INJECTION_9_CHIP_CHIEFF-1126259200-400.png...

One reason we hesitate with some of the current checkpointing for PE / inspiral jobs when running O(10^3) or greater is that they often are set up to write to...

enhancement