configuration-variables derived from user-variables
Definition at line 76 of file makefakedata_v4.c.
Data Fields | |
PulsarParams | pulsar |
pulsar signal-parameters (amplitude + doppler More... | |
EphemerisData * | edat |
ephemeris-data More... | |
LALDetector | site |
detector-site info More... | |
LIGOTimeGPS | startTimeGPS |
start-time of observation More... | |
UINT4 | duration |
total duration of observation in seconds More... | |
LIGOTimeGPSVector * | timestamps |
a vector of timestamps to generate time-series/SFTs for More... | |
REAL8 | fmin_eff |
'effective' fmin: round down such that fmin*Tsft = integer! More... | |
REAL8 | fBand_eff |
'effective' frequency-band such that samples/SFT is integer More... | |
REAL8Vector * | spindown |
vector of frequency-derivatives of GW signal More... | |
SFTVector * | noiseSFTs |
vector of noise-SFTs to be added to signal More... | |
REAL8 | noiseSigma |
sigma for Gaussian noise to be added More... | |
REAL4Window * | window |
window function for the time series More... | |
CHAR * | window_type |
name of window function More... | |
REAL8 | window_param |
parameter of window function More... | |
COMPLEX8FrequencySeries * | transfer |
detector's transfer function for use in hardware-injection More... | |
transientWindow_t | transientWindow |
properties of transient-signal window More... | |
CHAR * | VCSInfoString |
Git version string. More... | |
MultiLIGOTimeGPSVector * | multiTimestamps |
a vector of timestamps to generate time-series/SFTs for More... | |
MultiLALDetector | multiIFO |
detectors to generate data for More... | |
MultiNoiseFloor | multiNoiseFloor |
... and corresponding noise-floors to generate Gaussian white noise for More... | |
SFTCatalog * | noiseCatalog |
catalog of noise-SFTs More... | |
MultiSFTCatalogView * | multiNoiseCatalogView |
multi-IFO 'view' of noise-SFT catalogs More... | |
MultiREAL8TimeSeries * | inputMultiTS |
'input' time-series to add other stuff to, and output as frames or SFTs More... | |
REAL8 | fminOut |
Lowest frequency in output SFT (= heterodyning frequency) More... | |
REAL8 | BandOut |
bandwidth of output SFT in Hz (= 1/2 sampling frequency) More... | |
const CHAR * | window_type |
name of window function More... | |
CHAR * | outFrameDir |
output frame directory More... | |
PulsarParams ConfigVars_t::pulsar |
pulsar signal-parameters (amplitude + doppler
Definition at line 77 of file makefakedata_v4.c.
EphemerisData * ConfigVars_t::edat |
ephemeris-data
Definition at line 78 of file makefakedata_v4.c.
LALDetector ConfigVars_t::site |
detector-site info
Definition at line 79 of file makefakedata_v4.c.
LIGOTimeGPS ConfigVars_t::startTimeGPS |
start-time of observation
Definition at line 81 of file makefakedata_v4.c.
UINT4 ConfigVars_t::duration |
total duration of observation in seconds
Definition at line 82 of file makefakedata_v4.c.
LIGOTimeGPSVector* ConfigVars_t::timestamps |
a vector of timestamps to generate time-series/SFTs for
Definition at line 84 of file makefakedata_v4.c.
REAL8 ConfigVars_t::fmin_eff |
'effective' fmin: round down such that fmin*Tsft = integer!
Definition at line 86 of file makefakedata_v4.c.
REAL8 ConfigVars_t::fBand_eff |
'effective' frequency-band such that samples/SFT is integer
Definition at line 87 of file makefakedata_v4.c.
REAL8Vector* ConfigVars_t::spindown |
vector of frequency-derivatives of GW signal
Definition at line 88 of file makefakedata_v4.c.
SFTVector* ConfigVars_t::noiseSFTs |
vector of noise-SFTs to be added to signal
Definition at line 90 of file makefakedata_v4.c.
REAL8 ConfigVars_t::noiseSigma |
sigma for Gaussian noise to be added
Definition at line 91 of file makefakedata_v4.c.
REAL4Window* ConfigVars_t::window |
window function for the time series
Definition at line 93 of file makefakedata_v4.c.
CHAR* ConfigVars_t::window_type |
name of window function
Definition at line 94 of file makefakedata_v4.c.
REAL8 ConfigVars_t::window_param |
parameter of window function
Definition at line 95 of file makefakedata_v4.c.
COMPLEX8FrequencySeries* ConfigVars_t::transfer |
detector's transfer function for use in hardware-injection
Definition at line 97 of file makefakedata_v4.c.
transientWindow_t ConfigVars_t::transientWindow |
properties of transient-signal window
Definition at line 99 of file makefakedata_v4.c.
CHAR * ConfigVars_t::VCSInfoString |
Git version string.
Definition at line 100 of file makefakedata_v4.c.
MultiLIGOTimeGPSVector* ConfigVars_t::multiTimestamps |
a vector of timestamps to generate time-series/SFTs for
Definition at line 81 of file makefakedata_v5.c.
MultiLALDetector ConfigVars_t::multiIFO |
detectors to generate data for
Definition at line 82 of file makefakedata_v5.c.
MultiNoiseFloor ConfigVars_t::multiNoiseFloor |
... and corresponding noise-floors to generate Gaussian white noise for
Definition at line 83 of file makefakedata_v5.c.
SFTCatalog* ConfigVars_t::noiseCatalog |
catalog of noise-SFTs
Definition at line 85 of file makefakedata_v5.c.
MultiSFTCatalogView* ConfigVars_t::multiNoiseCatalogView |
multi-IFO 'view' of noise-SFT catalogs
Definition at line 86 of file makefakedata_v5.c.
MultiREAL8TimeSeries* ConfigVars_t::inputMultiTS |
'input' time-series to add other stuff to, and output as frames or SFTs
Definition at line 87 of file makefakedata_v5.c.
REAL8 ConfigVars_t::fminOut |
Lowest frequency in output SFT (= heterodyning frequency)
Definition at line 88 of file makefakedata_v5.c.
REAL8 ConfigVars_t::BandOut |
bandwidth of output SFT in Hz (= 1/2 sampling frequency)
Definition at line 89 of file makefakedata_v5.c.
name of window function
Definition at line 91 of file makefakedata_v5.c.
CHAR* ConfigVars_t::outFrameDir |
output frame directory
Definition at line 96 of file makefakedata_v5.c.