LALPulsar  6.1.0.1-89842e6

Detailed Description

This structure contains the per-SFT (weighted) antenna-pattern functions \( \widehat{a}_{X\alpha}, \widehat{b}_{X\alpha} \) , with \( \alpha \) the SFT-index, and \( X \) the IFO index.

The per-IFO summed antenna-pattern coefficients for detector X are \( \widehat{A}_X,\widehat{B}_X,\widehat{C}_X \) and their determinant \( \widehat{D}_X=\widehat{A}_X \widehat{B}_X - \widehat{C}_X^2 \) .

See Sec.4.1 in CFSv2 notes (https://dcc.ligo.org/cgi-bin/DocDB/ShowDocument?docid=T0900149&version=4)

Definition at line 63 of file LALComputeAM.h.

Data Fields

REAL4Vectora
 (weighted) per-SFT \( X\alpha \) antenna-pattern function \( \widehat{a}_{X\alpha} \) More...
 
REAL4Vectorb
 (weighted) per-SFT \( X\alpha \) antenna-pattern function \( \widehat{b}_{X\alpha} \) More...
 
REAL4 A
 summed antenna-pattern matrix coefficient: \( \widehat{A}_X = \sum_{\alpha} \widehat{a}^2_{X\alpha} \) More...
 
REAL4 B
 summed antenna-pattern matrix coefficient: \( \widehat{B}_X = \sum_{\alpha} \widehat{b}^2_{X\alpha} \) More...
 
REAL4 C
 summed antenna-pattern matrix coefficient: \( \widehat{C}_X = \sum_{\alpha} \widehat{a}_{X\alpha}\,\widehat{b}_{X\alpha} \) More...
 
REAL4 D
 determinant \( \widehat{D}_X = \widehat{A}_X \widehat{B}_X - \widehat{C}_X^2 \) More...
 

Field Documentation

◆ a

REAL4Vector* AMCoeffs::a

(weighted) per-SFT \( X\alpha \) antenna-pattern function \( \widehat{a}_{X\alpha} \)

Definition at line 64 of file LALComputeAM.h.

◆ b

REAL4Vector* AMCoeffs::b

(weighted) per-SFT \( X\alpha \) antenna-pattern function \( \widehat{b}_{X\alpha} \)

Definition at line 65 of file LALComputeAM.h.

◆ A

REAL4 AMCoeffs::A

summed antenna-pattern matrix coefficient: \( \widehat{A}_X = \sum_{\alpha} \widehat{a}^2_{X\alpha} \)

Definition at line 66 of file LALComputeAM.h.

◆ B

REAL4 AMCoeffs::B

summed antenna-pattern matrix coefficient: \( \widehat{B}_X = \sum_{\alpha} \widehat{b}^2_{X\alpha} \)

Definition at line 67 of file LALComputeAM.h.

◆ C

REAL4 AMCoeffs::C

summed antenna-pattern matrix coefficient: \( \widehat{C}_X = \sum_{\alpha} \widehat{a}_{X\alpha}\,\widehat{b}_{X\alpha} \)

Definition at line 68 of file LALComputeAM.h.

◆ D

REAL4 AMCoeffs::D

determinant \( \widehat{D}_X = \widehat{A}_X \widehat{B}_X - \widehat{C}_X^2 \)

Definition at line 69 of file LALComputeAM.h.