#include <stdio.h>#include <math.h>#include <string.h>#include <time.h>#include <lal/LALStdlib.h>#include <lal/LALConstants.h>#include <lal/StochasticCrossCorrelation.h>#include <lal/AVFactories.h>#include <lal/RealFFT.h>#include <lal/ComplexFFT.h>#include <lal/Units.h>#include <lal/Random.h>#include <lal/Integrate.h>#include <lal/DetectorSite.h>#include "SimulatePopcorn.h"Include dependency graph for SimulatePopcorn.c:

Go to the source code of this file.
Defines | |
| #define | ho SIMULATEPOPCORN_ho |
| #define | om SIMULATEPOPCORN_OMEGAMATTER |
| #define | ov SIMULATEPOPCORN_OMEGAVACUUM |
Functions | |
| NRCSID (SIMULATEPOPCORNC,"$Id: SimulatePopcorn.c,v 1.12 2007/06/08 14:41:47 bema Exp $") | |
| void | LALSimPopcornTimeSeries (LALStatus *status, SimPopcornOutputStruc *output, SimPopcornInputStruc *input, SimPopcornParamsStruc *params) |
| #define ho SIMULATEPOPCORN_ho |
Definition at line 93 of file SimulatePopcorn.c.
| #define om SIMULATEPOPCORN_OMEGAMATTER |
Definition at line 94 of file SimulatePopcorn.c.
| #define ov SIMULATEPOPCORN_OMEGAVACUUM |
Definition at line 95 of file SimulatePopcorn.c.
| NRCSID | ( | SIMULATEPOPCORNC | , | |
| "$Id: SimulatePopcorn. | c, | |||
| v 1.12 2007/06/08 14:41:47 bema Exp $" | ||||
| ) |
| void LALSimPopcornTimeSeries | ( | LALStatus * | status, | |
| SimPopcornOutputStruc * | output, | |||
| SimPopcornInputStruc * | input, | |||
| SimPopcornParamsStruc * | params | |||
| ) |
output
input
parameters
read input parameters
check for mismatches
Definition at line 222 of file SimulatePopcorn.c.
1.5.2