Omicron  4.2.0
An algorithm to detect and characterize transient events in gravitational-wave detectors
Loading...
Searching...
No Matches
omicron-x.cc File Reference

Program to run an Omicron cross-correlation analysis. More...

#include "OxAnalysis.h"
Include dependency graph for omicron-x.cc:

Functions

int main (int argc, char *argv[])
 Main program.
 
void PrintUsage (void)
 Prints the program usage message.
 

Detailed Description

Program to run an Omicron cross-correlation analysis.

TBC.

cerr<<endl;
cerr<<"Usage:"<<endl;
cerr<<endl;
cerr<<"omicron-x [option file] ([timing])"<<endl;
cerr<<endl;
cerr<<"[option file]"<<endl;
cerr<<"Path to the Ox option file"<<endl;
cerr<<endl;
cerr<<"[timing]"<<endl;
cerr<<"To generate Ox ouput files, a timing must be provided."<<endl;
cerr<<"The timing is given either as 2 GPS times or 2 segment text files, one for each detector"<<endl;
cerr<<endl;
cerr<<"See also: https://virgo.docs.ligo.org/virgoapp/Omicron/omicron-x_8cc.html#details"<<endl;
cerr<<endl;
Author
Florent Robinet - florent.robinet@ijclab.in2p3.fr

Function Documentation

◆ main()

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

Main program.

◆ PrintUsage()

void PrintUsage ( void  )

Prints the program usage message.

[omicron-x-usage]

[omicron-x-usage]