gwpy icon indicating copy to clipboard operation
gwpy copied to clipboard

Package for analysing and characterising gravitational wave data in python

Results 179 gwpy issues
Sort by recently updated
recently updated
newest added

This PR does two different things, which are both related to interfacing with matplotlib, but technically independent. - Modifying the `Plot` object to use composition instead of inheritance, i.e. containing...

This PR bundles the following PRs to test a complete recovery of the CI pipeline: - #1574 - #1750 - #1751 - #1753 - #1755 - #1762 - #1763 -...

I (@duncanmmacleod) would like to explore the idea of moving this project onto gitlab.com. Almost all of my professional software development time is spent on one or more GitLab instances...

Hi, this is my first time using this package and I was trying to go through the tutorial. Following the tutorial, I was trying to execute this: hdata = TimeSeries.fetch_open_data('H1',...

This PR excises PyCBC from the experimental dependencies build until https://github.com/gwastro/pycbc/pull/4699 is released.

dep:pycbc
continuous-integration

This MR adds `git` to the `conda` extra in `[project.optional-dependencies]` to ensure that it is installed for dev testing.

continuous-integration

Is it possible to plot a `gwpy.Spectrogram` using the `.plot()` method in an already existing axis? This would be useful to create figures with multiple spectrograms. I tried ```python time_windows...

The current transfer function implementation between two time series gives incorrect results when the sampling rates of the two time series are not equal. Below is a code snippet to...

This PR upgrades the `experimental` dependency CI job to use Python 3.12.

continuous-integration