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

When trying to place constraints on a `JointDistribution` while using `ringdown` models, an error occured due to the passing of the `lmns` argument (a list of strings) to initiation of...

A support for generating a time varying noise is added. With the help of an additional argument `scale` (default = 1.0), one can generate a time varying noise where total...

With conda-forge, the package build is typically executed inside of a clone of the conda-forge feedstock repository for PyCBC. However, this means that when the PyCBC release tarball is unpacked,...

At the moment, as noted in https://github.com/gwastro/pycbc/pull/3868, interworkflow dependies require that files passed have a final stage-out location included in them. This may not be true for intermediate files or...

I put the function in it's own file with an example / a test case in the "if __name__ == '__main__':" block. Currently, it does not use any of the...

The documentation seems to have very little guidance on the "big picture" of the package. For instance: * It does not say things like "you should use the command line...

The use of docker to simplify install is a great thing to see in the install instructions! However, as it started pulling containers, it eventually ended up trying to do...

It was not easy to run your tests using `pytest-cov`. When it did run, the coverage was only 29% (at the time of the original post of this issue) without...

Would be nice if the code can understand `astropy.units.Quantity` directly instead of assuming given value must have certain unit, and in general, better integration with [astropy.units](https://docs.astropy.org/en/stable/units/index.html).

Would be nice if this package could integrate with [astropy.coordinates](https://docs.astropy.org/en/stable/coordinates/index.html). For example, in `pycbc/coordinates.py`.