![]() |
Omicron
4.2.0
An algorithm to detect and characterize transient events in gravitational-wave detectors
|
Program to print omicron triggers. More...
Functions | |
int | main (int argc, char *argv[]) |
Main program. | |
void | PrintUsage (void) |
Prints the program usage message. | |
Program to print omicron triggers.
omicron-print
is a command line program to print the list of omicron triggers from trigger files. The program must be given a minimum set of options:
omicron-print channel=[channel name] gps-start=[GPS start] gps-end=[GPS end]
This command prints the list of omicron triggers of a given channel between 2 GPS times. This command assumes that omicron trigger root files are saved in a standard place pointed by the environement variables $OMICRON_TRIGGERS
and $OMICRON_TRIGGERS_ONLINE
.
One can also print triggers from a list of root files with:
omicron-print file=[trigger file pattern] gps-start=[GPS start] gps-end=[GPS end]
where [trigger file pattern]
can contain wild cards. For example: file="/path1/to/triggers/*.root /path2/to/triggers/*.root"
. This method is the correct way to access triggers that you generate yourself. It is bad practice to modify the default environement variables $OMICRON_TRIGGERS
and $OMICRON_TRIGGERS_ONLINE
.
The omicron-print
command comes with many additional options. Type omicron-print
to get the full list of options. In particular, triggers can be filtered in frequency, snr and so on. You can also select the trigger parameters to print.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main program.
void PrintUsage | ( | void | ) |
Prints the program usage message.
[omicron-print-usage]
[omicron-print-usage]