Struct controlling all the aspects of the fake data (time-series + SFTs) to be produced by XLALCWMakeFakeData() and XLALCWMakeFakeMultiData()
Definition at line 71 of file CWMakeFakeData.h.
Data Fields | |
REAL8 | fMin |
smallest frequency guaranteed to be generated [returned fMin can be smaller] More... | |
REAL8 | Band |
smallest frequency band guaranteed to be generated [returned Band can be larger] More... | |
MultiLALDetector | multiIFO |
detectors to generate data for More... | |
MultiNoiseFloor | multiNoiseFloor |
... and corresponding noise-floors to generate Gaussian white noise for More... | |
MultiLIGOTimeGPSVector * | multiTimestamps |
timestamps to generate SFTs for More... | |
const char * | SFTWindowType |
window to apply to the SFT timeseries More... | |
REAL8 | SFTWindowParam |
parameter required for some windows [otherwise must be 0] More... | |
UINT4 | randSeed |
seed value for random-number generator More... | |
MultiREAL8TimeSeries * | inputMultiTS |
[optional] input time-series for signals+noise to be added to More... | |
REAL8 | sourceDeltaT |
[optional] source-frame sampling period. '0' means to use the previous internal defaults More... | |
REAL8 CWMFDataParams::fMin |
smallest frequency guaranteed to be generated [returned fMin can be smaller]
Definition at line 72 of file CWMakeFakeData.h.
REAL8 CWMFDataParams::Band |
smallest frequency band guaranteed to be generated [returned Band can be larger]
Definition at line 73 of file CWMakeFakeData.h.
MultiLALDetector CWMFDataParams::multiIFO |
detectors to generate data for
Definition at line 74 of file CWMakeFakeData.h.
MultiNoiseFloor CWMFDataParams::multiNoiseFloor |
... and corresponding noise-floors to generate Gaussian white noise for
Definition at line 75 of file CWMakeFakeData.h.
MultiLIGOTimeGPSVector* CWMFDataParams::multiTimestamps |
timestamps to generate SFTs for
Definition at line 76 of file CWMakeFakeData.h.
window to apply to the SFT timeseries
Definition at line 77 of file CWMakeFakeData.h.
REAL8 CWMFDataParams::SFTWindowParam |
parameter required for some windows [otherwise must be 0]
Definition at line 78 of file CWMakeFakeData.h.
UINT4 CWMFDataParams::randSeed |
seed value for random-number generator
Definition at line 79 of file CWMakeFakeData.h.
MultiREAL8TimeSeries* CWMFDataParams::inputMultiTS |
[optional] input time-series for signals+noise to be added to
Definition at line 80 of file CWMakeFakeData.h.
REAL8 CWMFDataParams::sourceDeltaT |
[optional] source-frame sampling period. '0' means to use the previous internal defaults
Definition at line 81 of file CWMakeFakeData.h.