Omicron  4.2.0
An algorithm to detect and characterize transient events in gravitational-wave detectors
omicron-listfile.cc File Reference

Program to search for omicron trigger files. More...

#include "OmicronUtils.h"
Include dependency graph for omicron-listfile.cc:

Functions

int main (int argc, char *argv[])
 Main program. More...
 
void printhelp (void)
 

Detailed Description

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:

  • The offline area pointed by the environment variable $OMICRON_TRIGGERS
  • The online area pointed by the environment variable $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]

Author
Florent Robinet - florent.robinet@ijclab.in2p3.fr

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Main program.

◆ printhelp()

void printhelp ( void  )