find_trigger_files

gwtrigfind.find_trigger_files(channel, etg, start, end, **kwargs)

Find the paths of trigger files for this channel and ETG.

This method uses an ETG-specific finder function to retrieve the file paths.

Parameters:
channel : str

name of data channel for which to search

etg : str

name of trigger generator that processed the data

start : int

GPS start time of search

end : int

GPS end time of search

**kwargs

custom keyword arguments to pass down to the underlying finder

Returns:
files : list of str

a list of file URLs

Examples

>>> from gwtrigfind import find_trigger_files
>>> cache = find_trigger_files('L1:GDS-CALIB_STRAIN', 'Omicron', 1135641617, 1135728017)