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
gwtrigfind-0.8.1.tar.gz
(29.4 kB
view hashes)
Built Distribution
gwtrigfind-0.8.1-py3-none-any.whl
(24.1 kB
view hashes)
Close
Hashes for gwtrigfind-0.8.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f861d6252e6e5f92dd4e3b6e147eeb581c9aae4d9508c0bed1c6842dac7f211d |
|
MD5 | 36d7cff8aab8e669b8f116a4f2f34024 |
|
BLAKE2b-256 | 14c5cca1c57daced429105784b636af3a2d0376b40fc3fd14bbb2af4a5fdfc07 |