GWTrigFind
Installation
$ python -m pip install gwtrigfind
Supported python versions: 2.7, 3.4+.
$ conda install -c conda-forge gwtrigfind
Supported python versions: 2.7, 3.5+.
$ port install py37-gwtrigfind
Supported python versions: 2.7, 3.6+.
Package overview
Discover event trigger files in standard archive locations
gwtrigfind allows simple discovery of event trigger files generated by
automated processing of data from gravitational-wave detectors.
Functions
|
Find daily CBC analysis trigger files |
|
Find files in the detchar home directory following T1300468 |
|
Find DMT-Omega trigger XML files. |
|
Find KleineWelle output event files |
|
Find Omega triggers produced by online processes |
|
Find CBC pycbc live trigger files |
|
Find SNAX trigger files |
|
Find the paths of trigger files for this channel and ETG. |
|
DEPRECATED: use |
See Also
Running on the command line
The gwtrigfind package includes a command-line executable with the same name,
which takes in a channel name, ETG name, GPS start time, and GPS stop time,
and will display the locations of known files, for example to find all
Omicron files for L1:GDS-CALIB_STRAIN for the day of January 1 2016 (UTC):
$ gwtrigfind L1:GDS-CALIB_STRAIN omicron 1135641617 1135728017
For a full listing of all arguments and options, run:
$ gwtrigfind --help
Note
The command-line interface can also be accessed via
$ python -m gwtrigfind --help