gwpy
gwpy copied to clipboard
Package for analysing and characterising gravitational wave data in python
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...
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...
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...
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...
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 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...