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... | |
INT4 ExRegion::mm |
number of sidebands on either side of central spike
Definition at line 118 of file CombSearch.c.
INT4 ExRegion::dm |
number of bins spanned by mm
Definition at line 119 of file CombSearch.c.
INT4 ExRegion::fbins |
number of bins in Fstat
Definition at line 120 of file CombSearch.c.
INT4 ExRegion::cbins |
number of bins in Cstat
Definition at line 121 of file CombSearch.c.
REAL8 ExRegion::df |
size of bin
Definition at line 122 of file CombSearch.c.