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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gwdatafind-1.1.1.tar.gz
(39.3 kB
view hashes)
Built Distribution
gwdatafind-1.1.1-py3-none-any.whl
(45.3 kB
view hashes)
Close
Hashes for gwdatafind-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66135c76f215f6e52522bc73c67098ee28635dcee9c907b683e5097d014525af |
|
MD5 | bd6f0bc5dfaa01892c574ee9febdf0e0 |
|
BLAKE2-256 | f76cf03cd7bf9715d33a6c6d4637c576113a0cf2db8a505b7d869d4fe66d21b7 |