Definition at line 37 of file GenerateSimulation.c.
Data Fields | |
Approximant | approximant |
waveform family or "approximant" More... | |
LALSimulationDomain | domain |
flag for time or frequency domain waveform More... | |
REAL8 | phiRef |
phase at fRef More... | |
REAL8 | fRef |
reference frequency More... | |
REAL8 | deltaT |
sampling interval More... | |
REAL8 | deltaF |
frequency resolution More... | |
REAL8 | m1 |
mass of companion 1 More... | |
REAL8 | m2 |
mass of companion 2 More... | |
REAL8 | f_min |
start frequency More... | |
REAL8 | f_max |
end frequency More... | |
REAL8 | distance |
distance of source More... | |
REAL8 | inclination |
inclination of L relative to line of sight More... | |
REAL8 | s1x |
(x,y,z) components of spin of m1 body More... | |
REAL8 | s1y |
z-axis along line of sight, L in x-z plane More... | |
REAL8 | s1z |
dimensionless spin, Kerr bound: |s1| <= 1 More... | |
REAL8 | s2x |
(x,y,z) component ofs spin of m2 body More... | |
REAL8 | s2y |
z-axis along line of sight, L in x-z plane More... | |
REAL8 | s2z |
dimensionless spin, Kerr bound: |s2| <= 1 More... | |
REAL8 | longAscNodes |
longitude of ascending nodes 0<= omega < 2 pi More... | |
REAL8 | ecc |
eccentricity 0<= ecc < 1 More... | |
REAL8 | meanPerAno |
mean periastron anomaly 0<= psi < 2 Pi More... | |
char | outname [256] |
file to which output should be written More... | |
LALDict * | params |
Container for all accessory parameters. More... | |
int | ampPhase |
int | verbose |
int | newinterface |
0 or 1: Old or New interface respectively More... | |
int | condition |
Conditioning waveform for (Inverse)Fourier Transform. More... | |
char | module [256] |
Name of the External python module. More... | |
char | object [256] |
Name of the python class defined in python-module which includes the methods generate_fd/td_waveform. More... | |
int | m1_newinterface |
Check if mass1 is an input argument. More... | |
int | m2_newinterface |
Check if mass2 is an input argument. More... | |
Approximant GSParams::approximant |
waveform family or "approximant"
Definition at line 38 of file GenerateSimulation.c.
LALSimulationDomain GSParams::domain |
flag for time or frequency domain waveform
Definition at line 39 of file GenerateSimulation.c.
REAL8 GSParams::phiRef |
phase at fRef
Definition at line 40 of file GenerateSimulation.c.
REAL8 GSParams::fRef |
reference frequency
Definition at line 41 of file GenerateSimulation.c.
REAL8 GSParams::deltaT |
sampling interval
Definition at line 42 of file GenerateSimulation.c.
REAL8 GSParams::deltaF |
frequency resolution
Definition at line 43 of file GenerateSimulation.c.
REAL8 GSParams::m1 |
mass of companion 1
Definition at line 44 of file GenerateSimulation.c.
REAL8 GSParams::m2 |
mass of companion 2
Definition at line 45 of file GenerateSimulation.c.
REAL8 GSParams::f_min |
start frequency
Definition at line 46 of file GenerateSimulation.c.
REAL8 GSParams::f_max |
end frequency
Definition at line 47 of file GenerateSimulation.c.
REAL8 GSParams::distance |
distance of source
Definition at line 48 of file GenerateSimulation.c.
REAL8 GSParams::inclination |
inclination of L relative to line of sight
Definition at line 49 of file GenerateSimulation.c.
REAL8 GSParams::s1x |
(x,y,z) components of spin of m1 body
Definition at line 50 of file GenerateSimulation.c.
REAL8 GSParams::s1y |
z-axis along line of sight, L in x-z plane
Definition at line 51 of file GenerateSimulation.c.
REAL8 GSParams::s1z |
dimensionless spin, Kerr bound: |s1| <= 1
Definition at line 52 of file GenerateSimulation.c.
REAL8 GSParams::s2x |
(x,y,z) component ofs spin of m2 body
Definition at line 53 of file GenerateSimulation.c.
REAL8 GSParams::s2y |
z-axis along line of sight, L in x-z plane
Definition at line 54 of file GenerateSimulation.c.
REAL8 GSParams::s2z |
dimensionless spin, Kerr bound: |s2| <= 1
Definition at line 55 of file GenerateSimulation.c.
REAL8 GSParams::longAscNodes |
longitude of ascending nodes 0<= omega < 2 pi
Definition at line 56 of file GenerateSimulation.c.
REAL8 GSParams::ecc |
eccentricity 0<= ecc < 1
Definition at line 57 of file GenerateSimulation.c.
REAL8 GSParams::meanPerAno |
mean periastron anomaly 0<= psi < 2 Pi
Definition at line 58 of file GenerateSimulation.c.
char GSParams::outname[256] |
file to which output should be written
Definition at line 59 of file GenerateSimulation.c.
LALDict* GSParams::params |
Container for all accessory parameters.
Definition at line 60 of file GenerateSimulation.c.
int GSParams::ampPhase |
Definition at line 61 of file GenerateSimulation.c.
int GSParams::verbose |
Definition at line 62 of file GenerateSimulation.c.
int GSParams::newinterface |
0 or 1: Old or New interface respectively
Definition at line 64 of file GenerateSimulation.c.
int GSParams::condition |
Conditioning waveform for (Inverse)Fourier Transform.
Definition at line 65 of file GenerateSimulation.c.
char GSParams::module[256] |
Name of the External python module.
Definition at line 66 of file GenerateSimulation.c.
char GSParams::object[256] |
Name of the python class defined in python-module which includes the methods generate_fd/td_waveform.
Definition at line 67 of file GenerateSimulation.c.
int GSParams::m1_newinterface |
Check if mass1 is an input argument.
Definition at line 68 of file GenerateSimulation.c.
int GSParams::m2_newinterface |
Check if mass2 is an input argument.
Definition at line 69 of file GenerateSimulation.c.