gwpy
gwpy copied to clipboard
Package for analysing and characterising gravitational wave data in python
This PR reimplements `gwpy.io.kerberos.kinit()` using python-gssapi, so that we don't have to use subprocess, which can introduce security holes.
The only place I see GravitySpy information is in https://gwpy.github.io/docs/stable/table/io/#accessing-gravityspy-events but I can't see the API docs corresponding to the `GravitySpyTable` class.
Hi, I get warnings when using TimeSeries.read using a cache file. The cache file (created with `lal_cache`) looks like this: ``` H H1_BurstBenchmark 1262307072 1024 file://localhost/home/florent.robinet/BurstBenchmark/H-H1_BurstBenchmark-1262307072-1024.gwf ``` When using `TimeSeries.read()`...
I was having some problems with injecting signals into data and encountering problems. The injection only worked when the start times of both series were identical, or if `t0` was...
I am trying to plot a qgram via ``` from gwpy.signal.qtransform import q_scan search = 'CBC' qrange = (4, 150) frange = (16.67, 268.69) trange = (t0 - .75, t0...
def to_pycbc(self, copy=True): """Convert this `TimeSeries` into a PyCBC `~pycbc.types.timeseries.TimeSeries` Parameters ---------- copy : `bool`, optional, default: `True` if `True`, copy these data to a new array Returns ------- timeseries...
When reading some Virgo O3 data and converting to `lal` timeseries there is a unit issue causing the data to be mangled. The data are read with units `h` (presumably...
Make some minor fixes to documentation for tconvert, to_gps, and from_gps, plus add some implied-but-missing code, and add some text to clarify what GPS times 'today', 'yesterday', and 'tomorrow' correspond...
Now that we are using sphinx-immaterial we don't need to use the custom sphinx-panels extension, we can use the [sphinx-immaterial tabs](https://jbms.github.io/sphinx-immaterial/content_tabs.html).
As a user, that `name` gets used to set the `channel` attribute on write has confused me several times. It would be useful to add some documentation explaining this. @duncanmmacleod...