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

Detailed Description

Resampling: List of SFT indices L for a given detector Y_K_X: indexing method is nominally original vectors but may be affected by gaps.

Definition at line 169 of file PulsarCrossCorr_v2.h.

Data Fields

UINT4 length
 number of SFTs More...
 
UINT4 detInd
 original vector index of detector Y More...
 
ResampSFTIndexdata
 array of SFT indices More...
 

Field Documentation

◆ length

UINT4 ResampSFTIndexList::length

number of SFTs

Definition at line 173 of file PulsarCrossCorr_v2.h.

◆ detInd

UINT4 ResampSFTIndexList::detInd

original vector index of detector Y

Definition at line 174 of file PulsarCrossCorr_v2.h.

◆ data

ResampSFTIndex* ResampSFTIndexList::data

array of SFT indices

Definition at line 175 of file PulsarCrossCorr_v2.h.