LALPulsar  6.1.0.1-b72065a
MultiNoiseWeights Struct Reference

Detailed Description

One noise-weight (number) per SFT (therefore indexed over IFOs and SFTs.

Definition at line 71 of file PSDutils.h.

Data Fields

UINT4 length
 number of detectors More...
 
REAL8Vector ** data
 weights-vector for each detector More...
 
REAL8 Sinv_Tsft
 normalization factor used: \( \mathcal{S}^{-1}\,T_\mathrm{SFT} \) (using single-sided PSD!) More...
 
BOOLEAN isNotNormalized
 if true: weights are saved unnormalized (divide by Sinv_Tsft to get normalized version). More...
 

Field Documentation

◆ length

UINT4 MultiNoiseWeights::length

number of detectors

Definition at line 75 of file PSDutils.h.

◆ data

REAL8Vector** MultiNoiseWeights::data

weights-vector for each detector

Definition at line 76 of file PSDutils.h.

◆ Sinv_Tsft

REAL8 MultiNoiseWeights::Sinv_Tsft

normalization factor used: \( \mathcal{S}^{-1}\,T_\mathrm{SFT} \) (using single-sided PSD!)

Definition at line 77 of file PSDutils.h.

◆ isNotNormalized

BOOLEAN MultiNoiseWeights::isNotNormalized

if true: weights are saved unnormalized (divide by Sinv_Tsft to get normalized version).

Definition at line 78 of file PSDutils.h.