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

I'm grabbing data from the control room, and asking for 20 minutes (1500 sec) of 16 Hz channel data from July 26 2023 at 01:10 UTC (channel list below). While...

I am trying to save a `TimeSeries` as HDF5 but am getting a `ValueError` (see stack trace). The file gets written to the correct directory, but when trying to read...

The `TimeSeries.fetch_open_data()` method discovers a series of URLs to download from gwosc.org and then downloads them in serial, meaning examples like the `open-data-spectrogram.py` example can take a _long_ time. It...

gwpy.timeseries
issue:feature-request

Not sure if this is a gwpy or a framecpp issue, but when reading .gwf data created from Virgo/ kagra systems using TimeseriesDict.read() with the latest versions of gwpy (3.0.5)...

Trivial one line to address issue #1652 "truthiness" Value error.

This seems to be an issue that produced a warning that has become an error with a current release of astropy.units. The error message produced is: ``` File "/Users/areeda/mambaforge/envs/igwn-py310/lib/python3.10/site-packages/gwpy/cli/qtransform.py", line...

I'm concerned about the default `unit='Hz'` for `TimeSeries.zpk()`, which doesn't work for the 'default' use case of something like ```python zpk = filter_design.lowpass(...) data.zpk(zpk) ``` In the above case, the...

gwpy.signal
gwpy.timeseries
dep:scipy

Some `V-HoftOnline` files from Virgo are partially empty, that is they contain valid `Frame` structures that contain no `FrProcData` structures. When reading those files and not specifying the GPS interval,...

Introducing logarithmic power spectrum density (LPSD) averaging method for PSD/ASD/CSD and coherence calculation in `TimeSeries`. The method produces variable-size frequency bins in `FrequencySeries` which results in a smooth curve over...

Matplotlib scale.py seems unhappy about the `epoch` keyword argument. An example is below ```python >>> import gwpy >>> range_plot = gwpy.plot.Plot(figsize=(12, 6)) >>> ax = range_plot.gca() >>> ax.set_epoch(1371239645) Traceback (most...