![]() |
Omicron
4.2.0
An algorithm to detect and characterize transient events in gravitational-wave detectors
|
Program to search for omicron trigger files. More...
#include "OmicronUtils.h"
Functions | |
int | main (int argc, char *argv[]) |
Main program. | |
void | printhelp (void) |
Program to search for omicron trigger files.
omicron-listfile
is a command line program to search omicron trigger files in standard places. There are 2 standard directories where omicron trigger files can be stored:
$OMICRON_TRIGGERS
$OMICRON_TRIGGERS_ONLINE
The trigger files must be organized in a standard directory structure as described in the DetChar veto trigger conventions.
This program scans files in the offline area first. This is complemented by files in the online area (with no overlap).
The program must be given a timing and a channel name.
omicron-listfile [channel name] [GPS]
This command returns the file for this [GPS]
time.
omicron-listfile [channel name] [GPS START] [GPS END]
This command returns the list of file covering the time range [GPS START]-[GPS END]
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main program.
void printhelp | ( | void | ) |