Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
BSGLComponents Struct Reference

Detailed Description

Type containing multi- and single-detector \( \mathcal{F} \) -statistics and line-robust statistic.

Definition at line 78 of file synthesizeLVStats.c.

Data Fields

REAL4 TwoF
 multi-detector \( \mathcal{F} \) -statistic value More...
 
REAL4 TwoFX [PULSAR_MAX_DETECTORS]
 fixed-size array of single-detector \( \mathcal{F} \) -statistic values More...
 
UINT4 numDetectors
 number of detectors, numDetectors=0 should make all code ignore the TwoFX field. More...
 
REAL4 log10BSGL
 line-robust statistic \( \log_{10}B_{\mathrm{SGL}} \) More...
 

Field Documentation

◆ TwoF

REAL4 BSGLComponents::TwoF

multi-detector \( \mathcal{F} \) -statistic value

Definition at line 79 of file synthesizeLVStats.c.

◆ TwoFX

REAL4 BSGLComponents::TwoFX[PULSAR_MAX_DETECTORS]

fixed-size array of single-detector \( \mathcal{F} \) -statistic values

Definition at line 80 of file synthesizeLVStats.c.

◆ numDetectors

UINT4 BSGLComponents::numDetectors

number of detectors, numDetectors=0 should make all code ignore the TwoFX field.

Definition at line 81 of file synthesizeLVStats.c.

◆ log10BSGL

REAL4 BSGLComponents::log10BSGL

line-robust statistic \( \log_{10}B_{\mathrm{SGL}} \)

Definition at line 82 of file synthesizeLVStats.c.