Processing math: 100%
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
MultiAMCoeffs Struct Reference

Detailed Description

Multi-IFO container for antenna-pattern coefficients a_{X\alpha}, b_{X\alpha} and atenna-pattern matrix \mathcal{M}_{\mu\nu} .

Definition at line 137 of file LALComputeAM.h.

Data Fields

UINT4 length
 number of IFOs More...
 
AMCoeffs ** data
 noise-weighted AM-coeffs \widehat{a}_{X\alpha} , and \widehat{b}_{X\alpha} More...
 
AntennaPatternMatrix Mmunu
 antenna-pattern matrix \mathcal{M}_{\mu\nu} More...
 

Field Documentation

◆ length

UINT4 MultiAMCoeffs::length

number of IFOs

Definition at line 141 of file LALComputeAM.h.

◆ data

AMCoeffs** MultiAMCoeffs::data

noise-weighted AM-coeffs \widehat{a}_{X\alpha} , and \widehat{b}_{X\alpha}

Definition at line 142 of file LALComputeAM.h.

◆ Mmunu

AntennaPatternMatrix MultiAMCoeffs::Mmunu

antenna-pattern matrix \mathcal{M}_{\mu\nu}

Definition at line 143 of file LALComputeAM.h.