gwpy
gwpy copied to clipboard
Package for analysing and characterising gravitational wave data in python
This PR extends #1714 by adding a Conda-based Python 3.12 CI build/test job.
This PR patches the `conda` CI workflow to use `conda` instead of `mamba`, but with the `libmamba` solver, which means its basically the same, but without increased risk of CLI...
At the latest Virgo computing (VDAS) meeting, #1550 was discussed. Currently users can manually specify `format="gwf.framel"` to set the default frame library, but it might nice to be able to...
Hello all, I have been working on converting some coherence calculation code from LIGO to Virgo and I have an encountered an issue in gwpy performance when reading in data...
I installed GWpy 3.0.7 via conda, but it did not include this package, causing the import in gwpy.io.nds2 ln 308 to fail. Installing the package fixes it, but that should...
The following code ```python from gwpy.timeseries import TimeSeries TimeSeries.get("H1:DCS-CALIB_STRAIN_CLEAN_C01", 1244704476.0, 1244724476.0) ``` produces the following full traceback using `gwpy=3.0.5`: ``` /home/ethan.marx/miniconda3/envs/aframe-test/lib/python3.9/site-packages/gwpy/io/datafind.py:400: UserWarning: failed to read channels for type 'H1_HOFT_C01': No...
When going from TimeSeries to FrequencySeries, the name of the Series are kept the same. This is not the case when going the opposite way. This was causing some issues...
This PR add support for the `min_gap` argument to the `series.append()` and `TimeSeriesList.join()` functions. The reason for this additional argument is how the `append()` function checks if two series are...
I am trying to make a range timeseries using `gwpy.astro.range_timeseries()` with some GEO data and am running into `RuntimeError : Could not find root of inside z=1000.`. The same command...
I'm getting a [datafind error](https://git.ligo.org/lscsoft/bilby_pipe/-/jobs/3021851) when using `find_best_frametype` I think the issue is that the `host` kwarg is not being propagated [here](https://github.com/gwpy/gwpy/blob/main/gwpy/io/datafind.py#L351) and [here](https://github.com/gwpy/gwpy/blob/main/gwpy/io/datafind.py#L367) which makes [this wrapper](https://github.com/gwpy/gwpy/blob/main/gwpy/io/datafind.py#L133) fail when...