The GWDataFind data discovery client
Project description
GWDataFind
The GWDataFind data discovery client.
The GWDataFind service allows users to query for the location of Gravitational-Wave Frame (GWF) files containing data from the current gravitational-wave detectors.
Installation
The simplest installation is via pip
:
python -m pip install gwdatafind
This package is also available as a Conda package:
conda install -c conda-forge gwdatafind
Basic Usage
To find the URLs of all H1_R
files for the LIGO-Hanford observatory in
a given GPS interval:
>>> from gwdatafind import find_urls
>>> find_urls('H', 'H1_R', 1198800018, 1198800618)
To utillise connection pooling, create a Session
:
>>> from gwdatafind import (find_urls, Session)
>>> with Session() as sess:
... for ifo in ("H", "L"):
... urls[ifo] = find_urls(
... ifo,
... f"{ifo}1_R",
... 1198800018,
... 1198800618,
... session=sess,
... )
## On the command-line
GWDataFind can also be executed via the command-line client, for full details
run
```bash
$ python -m gwdatafind --help
For more documentation, see https://gwdatafind.readthedocs.io/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gwdatafind-1.2.0.tar.gz
.
File metadata
- Download URL: gwdatafind-1.2.0.tar.gz
- Upload date:
- Size: 40.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f74942e66cdb9a53030da29069110b3cb30afc2a034790957786028fb09f451 |
|
MD5 | 6e844d5c75f70cfacc0bd9212be061ce |
|
BLAKE2b-256 | 2b109f1b9100f59e2ca4a85dad8a21942d0702d756f4b80a433c728be4a871d2 |
File details
Details for the file gwdatafind-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: gwdatafind-1.2.0-py3-none-any.whl
- Upload date:
- Size: 45.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58c505ee188c1186ff81b3de5f946f289179a4f8c334f7eb45d07dd70a71bd2c |
|
MD5 | 8418d43484e5ef64694829274c945824 |
|
BLAKE2b-256 | 89615020eff070e04b1e07c7cf8bed63705aa705011e057cbb839e9a31367bdd |