LALSimulation  5.4.0.1-89842e6
detector_noise.c File Reference

Prototypes

int usage (const char *program)
 
int parseargs (int argc, char **argv)
 
double zeronoise (double f)
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Variables

static LALUnit strainSquaredPerHertzUnit = { 0, { 0, 0, 1, 0, 0, 2, 0}, { 0, 0, 0, 0, 0, 0, 0} }
 
double(* psdfunc )(double)
 
int(* opsdfunc )(REAL8FrequencySeries *, double)
 
double srate = 16384
 
double segdur = 4
 
LIGOTimeGPS tstart = LIGOTIMEGPSZERO
 
double duration
 
double overrideflow
 
double flow
 
int official
 
int psdonly
 
const chardetector
 
charasdfile
 
int verbose = 0
 

Function Documentation

◆ usage()

int usage ( const char program)

Definition at line 445 of file detector_noise.c.

◆ parseargs()

int parseargs ( int  argc,
char **  argv 
)

Definition at line 260 of file detector_noise.c.

◆ zeronoise()

double zeronoise ( double  f)

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 168 of file detector_noise.c.

Variable Documentation

◆ strainSquaredPerHertzUnit

LALUnit strainSquaredPerHertzUnit = { 0, { 0, 0, 1, 0, 0, 2, 0}, { 0, 0, 0, 0, 0, 0, 0} }
static

Definition at line 148 of file detector_noise.c.

◆ psdfunc

double(* psdfunc) (double) ( double  )

Definition at line 150 of file detector_noise.c.

◆ opsdfunc

int(* opsdfunc) (REAL8FrequencySeries *, double) ( REAL8FrequencySeries ,
double   
)

Definition at line 151 of file detector_noise.c.

◆ srate

double srate = 16384

Definition at line 152 of file detector_noise.c.

◆ segdur

double segdur = 4

Definition at line 153 of file detector_noise.c.

◆ tstart

Definition at line 154 of file detector_noise.c.

◆ duration

double duration

Definition at line 155 of file detector_noise.c.

◆ overrideflow

double overrideflow

Definition at line 156 of file detector_noise.c.

◆ flow

double flow

Definition at line 157 of file detector_noise.c.

◆ official

int official

Definition at line 158 of file detector_noise.c.

◆ psdonly

int psdonly

Definition at line 159 of file detector_noise.c.

◆ detector

const char* detector

Definition at line 160 of file detector_noise.c.

◆ asdfile

char* asdfile

Definition at line 161 of file detector_noise.c.

◆ verbose

int verbose = 0

Definition at line 162 of file detector_noise.c.