gwpy
gwpy copied to clipboard
Package for analysing and characterising gravitational wave data in python
The [`frequencyseries/coherence.py`](https://gwpy.github.io/docs/latest/examples/frequencyseries/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.
Hi everyone I’m having issues reading raw data from O3 with gwpy. The TimeSeries methods return a shorter time series than expected, even though the gps times are well within...
I loaded the npy file of signal and converted that to Timeseries to apply some preprocessing functions , now i want to convert the data back to npy . How...
In Google Colab gwpy package giving error - **AttributeError: module 'matplotlib.pyplot' has no attribute 'FigureManagerBase'** (However, this same code is running all good in local machine ). I already tried...
I'm grabbing data in a loop: ```python alldata = [] legends = [] for start, stride in PUMPDOWNS: print("Getting data from", tconvert(start)) data = TimeSeries.get(CHANNEL, start, start+stride, host="our-host", port=8088, verbose=True,...
A year or so ago Alex added the coherence and the coherencegrams to the timeseries class in support of plots made for the summary pages. These are sweet! Evan just...
@scottcoughlin2014, is there a publicly-accessible table anyone can access through `GravitySpyTable.fetch`? I'd love to include examples in the documentation etc to demonstate the gravity spy queries, and don't want to...
While working at CIT in gwpy, the DataQualityFlag.query_dqsegdb function will fail if there is not a ligo-proxy-init command previously run on the command line, asking for credentials. This particularly happens...
I design a simple bandpass filter. The center of frequency is 79.7 Hz. The detail code is following, ``` from gwpy.signal.filter_design import bandpass bp = bandpass(79.6,79.8,4096.) from gwpy.plot import BodePlot...
Evidently it's possible for Omicron to produce ligolw and hdf5 files with no triggers. This corner case occurs when - Reading from a list of files in a cache -...