Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
CWMFDataParams Struct Reference

Detailed Description

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...
 
MultiLIGOTimeGPSVectormultiTimestamps
 timestamps to generate SFTs for More...
 
const charSFTWindowType
 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...
 
MultiREAL8TimeSeriesinputMultiTS
 [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...
 

Field Documentation

◆ fMin

REAL8 CWMFDataParams::fMin

smallest frequency guaranteed to be generated [returned fMin can be smaller]

Definition at line 72 of file CWMakeFakeData.h.

◆ Band

REAL8 CWMFDataParams::Band

smallest frequency band guaranteed to be generated [returned Band can be larger]

Definition at line 73 of file CWMakeFakeData.h.

◆ multiIFO

MultiLALDetector CWMFDataParams::multiIFO

detectors to generate data for

Definition at line 74 of file CWMakeFakeData.h.

◆ multiNoiseFloor

MultiNoiseFloor CWMFDataParams::multiNoiseFloor

... and corresponding noise-floors to generate Gaussian white noise for

Definition at line 75 of file CWMakeFakeData.h.

◆ multiTimestamps

MultiLIGOTimeGPSVector* CWMFDataParams::multiTimestamps

timestamps to generate SFTs for

Definition at line 76 of file CWMakeFakeData.h.

◆ SFTWindowType

const char* CWMFDataParams::SFTWindowType

window to apply to the SFT timeseries

Definition at line 77 of file CWMakeFakeData.h.

◆ SFTWindowParam

REAL8 CWMFDataParams::SFTWindowParam

parameter required for some windows [otherwise must be 0]

Definition at line 78 of file CWMakeFakeData.h.

◆ randSeed

UINT4 CWMFDataParams::randSeed

seed value for random-number generator

Definition at line 79 of file CWMakeFakeData.h.

◆ inputMultiTS

MultiREAL8TimeSeries* CWMFDataParams::inputMultiTS

[optional] input time-series for signals+noise to be added to

Definition at line 80 of file CWMakeFakeData.h.

◆ sourceDeltaT

REAL8 CWMFDataParams::sourceDeltaT

[optional] source-frame sampling period. '0' means to use the previous internal defaults

Definition at line 81 of file CWMakeFakeData.h.