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

Detailed Description

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...
 
EphemerisDataedat
 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...
 
LIGOTimeGPSVectortimestamps
 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...
 
REAL8Vectorspindown
 vector of frequency-derivatives of GW signal More...
 
SFTVectornoiseSFTs
 vector of noise-SFTs to be added to signal More...
 
REAL8 noiseSigma
 sigma for Gaussian noise to be added More...
 
REAL4Windowwindow
 window function for the time series More...
 
CHARwindow_type
 name of window function More...
 
REAL8 window_param
 parameter of window function More...
 
COMPLEX8FrequencySeriestransfer
 detector's transfer function for use in hardware-injection More...
 
transientWindow_t transientWindow
 properties of transient-signal window More...
 
CHARVCSInfoString
 Git version string. More...
 
MultiLIGOTimeGPSVectormultiTimestamps
 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...
 
SFTCatalognoiseCatalog
 catalog of noise-SFTs More...
 
MultiSFTCatalogViewmultiNoiseCatalogView
 multi-IFO 'view' of noise-SFT catalogs More...
 
MultiREAL8TimeSeriesinputMultiTS
 '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 CHARwindow_type
 name of window function More...
 
CHARoutFrameDir
 output frame directory More...
 

Field Documentation

◆ pulsar

PulsarParams ConfigVars_t::pulsar

pulsar signal-parameters (amplitude + doppler

Definition at line 77 of file makefakedata_v4.c.

◆ edat

EphemerisData * ConfigVars_t::edat

ephemeris-data

Definition at line 78 of file makefakedata_v4.c.

◆ site

LALDetector ConfigVars_t::site

detector-site info

Definition at line 79 of file makefakedata_v4.c.

◆ startTimeGPS

LIGOTimeGPS ConfigVars_t::startTimeGPS

start-time of observation

Definition at line 81 of file makefakedata_v4.c.

◆ duration

UINT4 ConfigVars_t::duration

total duration of observation in seconds

Definition at line 82 of file makefakedata_v4.c.

◆ timestamps

LIGOTimeGPSVector* ConfigVars_t::timestamps

a vector of timestamps to generate time-series/SFTs for

Definition at line 84 of file makefakedata_v4.c.

◆ fmin_eff

REAL8 ConfigVars_t::fmin_eff

'effective' fmin: round down such that fmin*Tsft = integer!

Definition at line 86 of file makefakedata_v4.c.

◆ fBand_eff

REAL8 ConfigVars_t::fBand_eff

'effective' frequency-band such that samples/SFT is integer

Definition at line 87 of file makefakedata_v4.c.

◆ spindown

REAL8Vector* ConfigVars_t::spindown

vector of frequency-derivatives of GW signal

Definition at line 88 of file makefakedata_v4.c.

◆ noiseSFTs

SFTVector* ConfigVars_t::noiseSFTs

vector of noise-SFTs to be added to signal

Definition at line 90 of file makefakedata_v4.c.

◆ noiseSigma

REAL8 ConfigVars_t::noiseSigma

sigma for Gaussian noise to be added

Definition at line 91 of file makefakedata_v4.c.

◆ window

REAL4Window* ConfigVars_t::window

window function for the time series

Definition at line 93 of file makefakedata_v4.c.

◆ window_type [1/2]

CHAR* ConfigVars_t::window_type

name of window function

Definition at line 94 of file makefakedata_v4.c.

◆ window_param

REAL8 ConfigVars_t::window_param

parameter of window function

Definition at line 95 of file makefakedata_v4.c.

◆ transfer

COMPLEX8FrequencySeries* ConfigVars_t::transfer

detector's transfer function for use in hardware-injection

Definition at line 97 of file makefakedata_v4.c.

◆ transientWindow

transientWindow_t ConfigVars_t::transientWindow

properties of transient-signal window

Definition at line 99 of file makefakedata_v4.c.

◆ VCSInfoString

CHAR * ConfigVars_t::VCSInfoString

Git version string.

Definition at line 100 of file makefakedata_v4.c.

◆ multiTimestamps

MultiLIGOTimeGPSVector* ConfigVars_t::multiTimestamps

a vector of timestamps to generate time-series/SFTs for

Definition at line 81 of file makefakedata_v5.c.

◆ multiIFO

MultiLALDetector ConfigVars_t::multiIFO

detectors to generate data for

Definition at line 82 of file makefakedata_v5.c.

◆ multiNoiseFloor

MultiNoiseFloor ConfigVars_t::multiNoiseFloor

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

Definition at line 83 of file makefakedata_v5.c.

◆ noiseCatalog

SFTCatalog* ConfigVars_t::noiseCatalog

catalog of noise-SFTs

Definition at line 85 of file makefakedata_v5.c.

◆ multiNoiseCatalogView

MultiSFTCatalogView* ConfigVars_t::multiNoiseCatalogView

multi-IFO 'view' of noise-SFT catalogs

Definition at line 86 of file makefakedata_v5.c.

◆ inputMultiTS

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.

◆ fminOut

REAL8 ConfigVars_t::fminOut

Lowest frequency in output SFT (= heterodyning frequency)

Definition at line 88 of file makefakedata_v5.c.

◆ BandOut

REAL8 ConfigVars_t::BandOut

bandwidth of output SFT in Hz (= 1/2 sampling frequency)

Definition at line 89 of file makefakedata_v5.c.

◆ window_type [2/2]

const CHAR* ConfigVars_t::window_type

name of window function

Definition at line 91 of file makefakedata_v5.c.

◆ outFrameDir

CHAR* ConfigVars_t::outFrameDir

output frame directory

Definition at line 96 of file makefakedata_v5.c.