LALPulsar  6.1.0.1-b72065a
FstatInputVector Struct Reference

Detailed Description

A vector of XLALComputeFstat() input data structures, for e.g.

computing the \( \mathcal{F} \) -statistic for multiple segments.

Definition at line 82 of file ComputeFstat.h.

Data Fields

UINT4 length
 Number of elements in array. More...
 
FstatInput ** data
 Pointer to the data array. More...
 

Field Documentation

◆ length

UINT4 FstatInputVector::length

Number of elements in array.

Definition at line 86 of file ComputeFstat.h.

◆ data

FstatInput** FstatInputVector::data

Pointer to the data array.

Definition at line 87 of file ComputeFstat.h.