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
ExRegion Struct Reference

Detailed Description

A structure for information on the exclusion region needed to avoid edge effects in calculation of Cstat.

Definition at line 117 of file CombSearch.c.

Data Fields

INT4 mm
 number of sidebands on either side of central spike More...
 
INT4 dm
 number of bins spanned by mm More...
 
INT4 fbins
 number of bins in Fstat More...
 
INT4 cbins
 number of bins in Cstat More...
 
REAL8 df
 size of bin More...
 

Field Documentation

◆ mm

INT4 ExRegion::mm

number of sidebands on either side of central spike

Definition at line 118 of file CombSearch.c.

◆ dm

INT4 ExRegion::dm

number of bins spanned by mm

Definition at line 119 of file CombSearch.c.

◆ fbins

INT4 ExRegion::fbins

number of bins in Fstat

Definition at line 120 of file CombSearch.c.

◆ cbins

INT4 ExRegion::cbins

number of bins in Cstat

Definition at line 121 of file CombSearch.c.

◆ df

REAL8 ExRegion::df

size of bin

Definition at line 122 of file CombSearch.c.