gwpy
gwpy copied to clipboard
Package for analysing and characterising gravitational wave data in python
Dear Duncan, Sorry to spend you some more time on my questions about the binary format of GW data. You have replied my E-mail about how to read the frame...
The custom `gwpy.testing.utils.skip_missing_dependency`, used to skip tests when an optional requirement isn't installed, has been spun off into a standalone project [pytest-requires](https://pypi.org/project/pytest-requires), so GWpy should be updated to remove to...
In addition to the current `EventTable.cluster()` algorithm, one can set `index`='omicron' to perform the clustering similarly as omicron. Examples -------- **As before**, to cluster an `EventTable` (``table``) whose `index` is...
GWPy and lalsuite versions: ``` $ pip list | grep gwpy gwpy 2.1.3 $ pip list | grep lal lalsuite 7.3 ``` Steps to reproduce ``` import lal import lalsimulation...
The [`timeseries/whiten.py`](https://gwpy.github.io/docs/latest/examples/timeseries/whiten/) example currently requires access to proprietary data, it should be updated to use public-only data so that it can be run by any user on any machine.
The [`timeseries/filter.py`](https://gwpy.github.io/docs/latest/examples/timeseries/filter/) example currently requires access to proprietary data, it should be updated to use public-only data so that it can be run by any user on any machine.
The [`timeseries/correlate.py`](https://gwpy.github.io/docs/latest/examples/timeseries/correlate/) example currently requires access to proprietary data, it should be updated to use public-only data so that it can be run by any user on any machine.
The [`timeseries/blrms.py`](https://gwpy.github.io/docs/latest/examples/timeseries/blrms/) example currently requires access to proprietary data, it should be updated to use public-only data so that it can be run by any user on any machine.
The [`spectrogram/coherence.py`](https://gwpy.github.io/docs/latest/examples/spectrogram/coherence/) example currently requires access to proprietary data, it should be updated to use public-only data so that it can be run by any user on any machine.
The [`frequencyseries/transfer_function.py`](https://gwpy.github.io/docs/latest/examples/frequencyseries/transfer_function/) example currently requires access to proprietary data, it should be updated to use public-only data so that it can be run by any user on any machine.