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 modifies the pytest configuration to fail a test on any warnings, forcing us to stay on top of upstream dependency changes, etc. This will likely need to stay...

continuous-integration

This pull request aims to add support for reading gstlal trigger files. The rationale for a specific gstlal format is * A desire to calculate some useful derived quantities. This...

gwpy.table
api:minor

In the Spectrogram documentation (https://gwpy.github.io/docs/stable/spectrogram/), you have an "over over". Love this description by the way.

Below is a code showing issue with special case of index addressing of a spectrogram object. It seems the issue depends on how the spectrogram object is created. ```python import...

issue:bug
gwpy.types

I expected that `TimeSeriesDict.copy().crop(...)` and `TimeSeriesDict.crop(..., copy=True)` would be equivalent, but the latter modifies the existing dictionary in-place. Example: ```python $ python Python 3.9.13 | packaged by conda-forge | (main,...

It would be helpful to be able to pass a tolerance to the testing suite functions that compare whether two arrays are nearly equal: Currently, `almost_equal` is a valid keyword...

There is an issue with the coherence function of gwpy.timeseries. It produces the larger than 1 coherence. Besides, I tried to calculate coherence between DARM(H1:GDS-CALIB_STRAIN) and a channel (H1:SUS-OM1_M1_DAMP_L_IN1_DQ) with...

Hi, I've been having some problems with writing to file once changing the start time of a TimeSeries. I belive that the problem is that the series time is being...

issue:bug
gwpy.timeseries
dep:lalframe

It would be helpful if `gwpy` could take advantage of the ability of `gwdatafind` to return multiple locations for requested data to automatically fallback to a secondary location if the...

gwpy.timeseries
issue:feature-request
issue:help-wanted

`gwpy version: 2.0.1` While trying to get the Q-transform data slices using log spaced freq bins, the usual `xx.plot()` command gives a map that is elevated in freqs. However, the...

dep:matplotlib