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

Detailed Description

\[ \newcommand{\F}{\mathcal{F}} \]

Type to hold the fields that will be kept in a "toplist"

Definition at line 42 of file GCTtoplist.h.

Data Fields

REAL8 Freq
 frequency More...
 
REAL8 F1dot
 spindown value f1dot = df/dt More...
 
REAL8 F2dot
 spindown value f2dot = d2f/dt2 More...
 
REAL8 F3dot
 spindown value f2dot = d2f/dt2 More...
 
REAL8 Alpha
 skyposition: longitude in equatorial coords, radians More...
 
REAL8 Delta
 skyposition: latitude More...
 
REAL4 avTwoF
 average of F-statistic values \( 2\F \) over segments More...
 
UINT4 nc
 number count More...
 
REAL4 log10BSGL
 Line-robust statistic \( \log_{10} B_{\mathrm{SGL}} \). More...
 
REAL4 log10BSGLtL
 Line-robust statistic \( \log_{10} B_{\mathrm{SGLtL}} \). More...
 
REAL4 log10BtSGLtL
 Line-robust transient-CW statistic \( \log_{10} B_{\mathrm{tSGLtL}} \). More...
 
UINT4 numDetectors
 number of detectors for optional avTwoFX arrays More...
 
REAL4 avTwoFX [PULSAR_MAX_DETECTORS]
 fixed-size array of single-detector average \( 2\F^X \) -values More...
 
REAL4 maxTwoFl
 multi-detector maximum 2F over segments \( \max2\F^\ell \) More...
 
INT4 maxTwoFlSeg
 index of segment with maximum multi-detector 2F More...
 
REAL4 maxTwoFXl [PULSAR_MAX_DETECTORS]
 fixed-size array of single-detector maximum 2F over segments \( \max2\F^{X\ell} \) More...
 
INT4 maxTwoFXlSeg [PULSAR_MAX_DETECTORS]
 fixed-size array of index of segment with maximum single-detector 2F More...
 
REAL4 avTwoFrecalc
 average of \( 2\F \) -values as recomputed by recalcToplistStats More...
 
REAL4 avTwoFXrecalc [PULSAR_MAX_DETECTORS]
 fixed-size array of single-detector \( 2\F^X \) -values as recomputed by recalcToplistStats More...
 
REAL4 log10BSGLrecalc
 Line-robust statistic \( \log_{10} B_{\mathrm{SGL}} \) recomputed by recalcToplistStats. More...
 
REAL4 log10BSGLtLrecalc
 Line-robust statistic \( \log_{10} B_{\mathrm{SGL}} \) recomputed by recalcToplistStats. More...
 
BOOLEAN have_f3dot
 output F3dot value More...
 
INT4 loudestSeg
 index of the loudest segment in multi-F More...
 
REAL4 twoFloudestSeg
 loudest single-segment multi-IFO F-stat value More...
 
REAL4 twoFXloudestSeg [PULSAR_MAX_DETECTORS]
 single-IFO F-stat values from the loudest segment in multi-F More...
 

Field Documentation

◆ Freq

REAL8 GCTtopOutputEntry::Freq

frequency

Definition at line 43 of file GCTtoplist.h.

◆ F1dot

REAL8 GCTtopOutputEntry::F1dot

spindown value f1dot = df/dt

Definition at line 44 of file GCTtoplist.h.

◆ F2dot

REAL8 GCTtopOutputEntry::F2dot

spindown value f2dot = d2f/dt2

Definition at line 45 of file GCTtoplist.h.

◆ F3dot

REAL8 GCTtopOutputEntry::F3dot

spindown value f2dot = d2f/dt2

Definition at line 46 of file GCTtoplist.h.

◆ Alpha

REAL8 GCTtopOutputEntry::Alpha

skyposition: longitude in equatorial coords, radians

Definition at line 47 of file GCTtoplist.h.

◆ Delta

REAL8 GCTtopOutputEntry::Delta

skyposition: latitude

Definition at line 48 of file GCTtoplist.h.

◆ avTwoF

REAL4 GCTtopOutputEntry::avTwoF

average of F-statistic values \( 2\F \) over segments

Definition at line 49 of file GCTtoplist.h.

◆ nc

UINT4 GCTtopOutputEntry::nc

number count

Definition at line 50 of file GCTtoplist.h.

◆ log10BSGL

REAL4 GCTtopOutputEntry::log10BSGL

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

Definition at line 51 of file GCTtoplist.h.

◆ log10BSGLtL

REAL4 GCTtopOutputEntry::log10BSGLtL

Line-robust statistic \( \log_{10} B_{\mathrm{SGLtL}} \).

Definition at line 52 of file GCTtoplist.h.

◆ log10BtSGLtL

REAL4 GCTtopOutputEntry::log10BtSGLtL

Line-robust transient-CW statistic \( \log_{10} B_{\mathrm{tSGLtL}} \).

Definition at line 53 of file GCTtoplist.h.

◆ numDetectors

UINT4 GCTtopOutputEntry::numDetectors

number of detectors for optional avTwoFX arrays

Definition at line 54 of file GCTtoplist.h.

◆ avTwoFX

REAL4 GCTtopOutputEntry::avTwoFX[PULSAR_MAX_DETECTORS]

fixed-size array of single-detector average \( 2\F^X \) -values

Definition at line 55 of file GCTtoplist.h.

◆ maxTwoFl

REAL4 GCTtopOutputEntry::maxTwoFl

multi-detector maximum 2F over segments \( \max2\F^\ell \)

Definition at line 56 of file GCTtoplist.h.

◆ maxTwoFlSeg

INT4 GCTtopOutputEntry::maxTwoFlSeg

index of segment with maximum multi-detector 2F

Definition at line 57 of file GCTtoplist.h.

◆ maxTwoFXl

REAL4 GCTtopOutputEntry::maxTwoFXl[PULSAR_MAX_DETECTORS]

fixed-size array of single-detector maximum 2F over segments \( \max2\F^{X\ell} \)

Definition at line 58 of file GCTtoplist.h.

◆ maxTwoFXlSeg

INT4 GCTtopOutputEntry::maxTwoFXlSeg[PULSAR_MAX_DETECTORS]

fixed-size array of index of segment with maximum single-detector 2F

Definition at line 59 of file GCTtoplist.h.

◆ avTwoFrecalc

REAL4 GCTtopOutputEntry::avTwoFrecalc

average of \( 2\F \) -values as recomputed by recalcToplistStats

Definition at line 60 of file GCTtoplist.h.

◆ avTwoFXrecalc

REAL4 GCTtopOutputEntry::avTwoFXrecalc[PULSAR_MAX_DETECTORS]

fixed-size array of single-detector \( 2\F^X \) -values as recomputed by recalcToplistStats

Definition at line 61 of file GCTtoplist.h.

◆ log10BSGLrecalc

REAL4 GCTtopOutputEntry::log10BSGLrecalc

Line-robust statistic \( \log_{10} B_{\mathrm{SGL}} \) recomputed by recalcToplistStats.

Definition at line 62 of file GCTtoplist.h.

◆ log10BSGLtLrecalc

REAL4 GCTtopOutputEntry::log10BSGLtLrecalc

Line-robust statistic \( \log_{10} B_{\mathrm{SGL}} \) recomputed by recalcToplistStats.

Definition at line 63 of file GCTtoplist.h.

◆ have_f3dot

BOOLEAN GCTtopOutputEntry::have_f3dot

output F3dot value

Definition at line 64 of file GCTtoplist.h.

◆ loudestSeg

INT4 GCTtopOutputEntry::loudestSeg

index of the loudest segment in multi-F

Definition at line 65 of file GCTtoplist.h.

◆ twoFloudestSeg

REAL4 GCTtopOutputEntry::twoFloudestSeg

loudest single-segment multi-IFO F-stat value

Definition at line 66 of file GCTtoplist.h.

◆ twoFXloudestSeg

REAL4 GCTtopOutputEntry::twoFXloudestSeg[PULSAR_MAX_DETECTORS]

single-IFO F-stat values from the loudest segment in multi-F

Definition at line 67 of file GCTtoplist.h.