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

Detailed Description

INNER List of SFT indices.

Definition at line 130 of file PulsarCrossCorr_v2.h.

Data Fields

UINT4 length
 number of detectors Y More...
 
UINT4 sftInd
 original vector index of sft K More...
 
SFTCountdata
 arrays of count of SFTs L_Y, at given detector Y, that match each given SFT K_X More...
 

Field Documentation

◆ length

UINT4 ResampSFTMultiCountList::length

number of detectors Y

Definition at line 134 of file PulsarCrossCorr_v2.h.

◆ sftInd

UINT4 ResampSFTMultiCountList::sftInd

original vector index of sft K

Definition at line 135 of file PulsarCrossCorr_v2.h.

◆ data

SFTCount* ResampSFTMultiCountList::data

arrays of count of SFTs L_Y, at given detector Y, that match each given SFT K_X

Definition at line 136 of file PulsarCrossCorr_v2.h.