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

Hello, I want to create multicolored bar plot like the guardian state plot on summary pages (see figure below). How would I do that with gwpy? ![L1-GRD_ISC_LOCK_SEGMENTS-1371772818-86400](https://github.com/gwpy/gwpy/assets/14856287/382d07bb-ea2f-4a14-af7d-74e499d8f11a) Say, I have...

Matplotlib widgets let us interact with plots. When I simply plot a timeseries (see figure), the standard interactions work as expected and the plot's x-axis, which is in epoch+offset style,...

This PR adds support for parsing the preferred (default) GWF API from the `GWPY_FRAME_LIBRARY` environment variables, allowing users to override the default search order. Closes #1720.

gwpy.timeseries
api:minor

The attempt to automatically build/upload distributions for GWpy v3.0.8 failed, see .

@MaxMelching found the following inconsistent behaviour when storing a negative epoch in `FrequencySeries` . When a `FrequencySeries` epoch is set to a negative value of the same type it is...

This PR renames the `url` keyword for `DataQuality{Flag,Dict}.query_dqsegdb` from `url` to `host`, to better match the upstream `dqsegdb2` parameters. This also updates the `DEFAULT_SEGMENT_SERVER` to be imported from `dqsegdb2` rather...

gwpy.segments
api:minor

This PR adds a new `scan` keyword argument to `TimeSeries.find` that allows for manually scanning a directory hierarchy instead of calling out to `gwdatafind`, e.g (from LIGO computing centres): ```python...

This PR refactors the `colorbar()` creation function to be outside of both the `Plot` and `Axes` classes, but called from the `.colorbar()` methods of both. This is mainly to support...

Attempting to create a GWpy colourbar for an `Axes` attached directly to a `matplotlib.figure.Figure` (rather than a `gwpy.plot.Plot`) fails in a fairly incomprehensible way: ```python >>> import gwpy >>> import...

dep:matplotlib
api:patch
gwpy.plot

This PR address some (non-fatal) errors and warnings emitted by sphinx when building the documentation.