LALPulsar  6.1.0.1-b72065a

Detailed Description

Parameters defining the SFTs to be returned from LALSignalToSFTs().

Definition at line 321 of file GeneratePulsarSignal.h.

Data Fields

REAL8 Tsft
 length of each SFT in seconds More...
 
const LIGOTimeGPSVectortimestamps
 timestamps to produce SFTs for (can be NULL) More...
 
const SFTVectornoiseSFTs
 noise SFTs to be added (can be NULL) More...
 
const REAL4Windowwindow
 window function for the time series (can be NULL, which is equivalent to a rectangular window) More...
 

Field Documentation

◆ Tsft

REAL8 SFTParams::Tsft

length of each SFT in seconds

Definition at line 322 of file GeneratePulsarSignal.h.

◆ timestamps

const LIGOTimeGPSVector* SFTParams::timestamps

timestamps to produce SFTs for (can be NULL)

Definition at line 323 of file GeneratePulsarSignal.h.

◆ noiseSFTs

const SFTVector* SFTParams::noiseSFTs

noise SFTs to be added (can be NULL)

Definition at line 324 of file GeneratePulsarSignal.h.

◆ window

const REAL4Window* SFTParams::window

window function for the time series (can be NULL, which is equivalent to a rectangular window)

Definition at line 325 of file GeneratePulsarSignal.h.