![]() |
Omicron
4.2.0
An algorithm to detect and characterize transient events in gravitational-wave detectors
|
Program to scan and identify corrupted trigger files. More...
Functions | |
int | main (int argc, char *argv[]) |
Main program. | |
void | PrintUsage (void) |
Print the program usage message. | |
Program to scan and identify corrupted trigger files.
omicron-scanfile
is a command line program to analyze a set of omicron trigger files. The program must be given a minimum set of options:
omicron-scanfile channel=[channel name] gps-start=[GPS start] gps-end=[GPS end]
This command scans omicron trigger files for 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 variable $OMICRON_TRIGGERS
.
One can also scan files from a list with:
omicron-scanfile file=[trigger file pattern]
where [trigger file pattern]
can contain wild cards. For example: file="/path1/to/triggers/*.root /path2/to/triggers/*.root"
.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main program.
void PrintUsage | ( | void | ) |
Print the program usage message.
[omicron-scanfile-usage]
[omicron-scanfile-usage]