gwpy
gwpy copied to clipboard
Package for analysing and characterising gravitational wave data in python
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?  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.
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...
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...
This PR address some (non-fatal) errors and warnings emitted by sphinx when building the documentation.