GWOLLUM  4.2.0
Tools for gravitational-wave analyses
gwl-print-detector-response.cc File Reference

Program to compute the detector response to a gravitational wave. More...

#include "Streams.h"
Include dependency graph for gwl-print-detector-response.cc:

Functions

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

Detailed Description

Program to compute the detector response to a gravitational wave.

cerr<<"This program computes the detector response to a gravitational wave"<<endl;
cerr<<"with the following parameters:"<<endl;
cerr<<"ra = source right ascension [rad]"<<endl;
cerr<<"dec = source declination [rad]"<<endl;
cerr<<"psi = source polarization angle [rad]"<<endl;
cerr<<"gps = GW geocentric GPS time"<<endl;
cerr<<endl;
cerr<<"usage:"<<endl;
cerr<<"gwl-print-detector-response [det prefix] [ra] [dec] [psi] [gps]"<<endl;
cerr<<endl;
cerr<<" [det prefix] : detector prefix (\"V1\", \"H1\"...)"<<endl;
Author
Florent Robinet - florent.robinet@ijclab.in2p3.fr

Function Documentation

◆ main()

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

Main program.

◆ usage()

int usage ( void  )

Usage funcion.

[gwl-print-detector-response-usage]

[gwl-print-detector-response-usage]