Utility to find files archived by GW event trigger generators
Project description
GWTrigFind
A utility to find GW trigger files produced by event trigger generators and archived on the LIGO Data Grid.
Quickstart for python
To discover trigger files for a given channel:
>>> from gwtrigfind import find_trigger_files
>>> cache = find_trigger_files(channel, etg, gpsstart, gpsend)
The resulting cache can then be read easily into a table using gwpy
:
>>> from gwpy.table import EventTable
>>> t = EventTable.read(cache, format='ligolw', tablename='sngl_burst')
The format argument depends on the etg you use, but is likely to be one of 'hdf5'
, 'ligolw'
, or 'root'
.
Quickstart for command-line
The same query can be performed from the command line by passing each of the functional arguments above as arguments to the gwtrigfind
executable script:
gwtrigfind <channel> <etg> <gpsstart> <gpsend>
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
Built Distribution
File details
Details for the file gwtrigfind-0.7.0.tar.gz
.
File metadata
- Download URL: gwtrigfind-0.7.0.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 161c24ba4a32c3ae3b7a045fb147c26f17d168f33f3ea392c37f4391ebaee84a |
|
MD5 | beed78aac2aa0f46ac3a0ba38d2cdc7f |
|
BLAKE2b-256 | 4883e21515bd0e38bb8d52f345ac37952752e8ec2421fc93bf3107c0b020b0f3 |
Provenance
File details
Details for the file gwtrigfind-0.7.0-py2.py3-none-any.whl
.
File metadata
- Download URL: gwtrigfind-0.7.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23956dd01e9dc566d3ee1e6194d18ababacaa14de30592f21651f3f990466800 |
|
MD5 | 351c5c20f31f74b2dab6b6987a617676 |
|
BLAKE2b-256 | b16a81ceb7986ffc661400f2acbeaa62ca7bc65346a9666a87628acc88311a64 |