gwpy
gwpy copied to clipboard
Package for analysing and characterising gravitational wave data in python
I have been trying to pull some O2 data with gwpy. Using Python 2.7.5/gwpy 1.0.1 and Python 3.6/gwpy 0.15.0 I get the following error when looking for PEM data around...
Docstring in gwpy/timeseries/core.py: Read data into a `TimeSeries` Arguments and keywords depend on the output format, see the online documentation for full details for each format, the parameters below are...
https://github.com/gwpy/gwpy/blob/master/gwpy/signal/qtransform.py#L203, which results in errors such as these in gwcelery's qtransforms: https://sentry.io/organizations/ligo-caltech/issues/1358378586/events/8b0470bfa25d457bb5749c68551f4553/?environment=production&project=1425216
When I execute: **h1 = TimeSeries.fetch_open_data('H1', 1126259457, 1126259467)** (from https://gwpy.github.io/docs/stable/overview.html) I get the ten-second data in less than 10s. However, when I choose another ten-second segment: (ex) **h1 = TimeSeries.fetch_open_data('H1',...
I appreciate gwpy's lovely and convenient builtin visualization capabilities. However I was recently shocked to find out that importing gwpy hijacks the Matplotlib axes class and makes a whole bunch...
@alurban Integrating foton.py into gwpy would make it easier to apply FOTON filters to data. I'm not sure the complexity of such an undertaking, but it could/would make life a...
In reality, this would sort of be a nice general feature improvement to the `sql.py` and `fetch.py` functions to allow for `SQL` `IN` statements to be executes ina more natural...
For analysing data at high sample rates, downloading many hours worth of data requires huge amounts of memory and makes such a task only really suitable for clusters/servers. But when...
I am trying to build on the example https://gwpy.github.io/docs/stable/examples/signal/gw150914.html and show plots for multiple events. My current code is below. a) How could i show multiple plots - i tried...
When using gwpy to read in time-domain hoft data and generating a PSD, there can be some unexpected behaviour. This particular seems to effect Virgo data. An example. Here I...