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 LIGOTimeGPSVector * | timestamps |
| timestamps to produce SFTs for (can be NULL) More... | |
| const SFTVector * | noiseSFTs |
| noise SFTs to be added (can be NULL) More... | |
| const REAL4Window * | window |
| window function for the time series (can be NULL, which is equivalent to a rectangular window) More... | |
| REAL8 SFTParams::Tsft |
length of each SFT in seconds
Definition at line 322 of file GeneratePulsarSignal.h.
| const LIGOTimeGPSVector* SFTParams::timestamps |
timestamps to produce SFTs for (can be NULL)
Definition at line 323 of file GeneratePulsarSignal.h.
noise SFTs to be added (can be NULL)
Definition at line 324 of file GeneratePulsarSignal.h.
| 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.