UPV  3.2.0
An algorithm to measure noise correlations for gravitational-wave detectors
upv.cc File Reference

Program to run a UPV analysis. More...

#include "UUPV.h"
Include dependency graph for upv.cc:

Functions

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

Detailed Description

Program to run a UPV analysis.

upv is a command line program to perform a correlation analysis between one target channel and multiple source channels. The program generates an html page presenting the results of the analysis. The program must be given a timing and an option file.

upv [GPS start time] [GPS stop time] [option file]

This command runs the upv algorithm between 2 GPS times. The option file is a text file in which the parameters are listed using keywords. For more details about the syntax, see UPV::GetParameters().

upv [segment file] [option file]

This command runs the up algorithm over a list of time segments. The segment file is a text file with 2 columns listing the time segments (GPS start - GPS end).

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

Function Documentation

◆ main()

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

Main program.

◆ printhelp()

int printhelp ( void  )

Usage funcion.