LALInference  4.1.6.1-89842e6
LALInferenceIFOData Struct Reference

Detailed Description

Structure to contain IFO data.

Some fields may be left empty if not needed

Definition at line 623 of file LALInference.h.

Data Fields

char name [DETNAMELEN]
 
REAL8TimeSeriestimeData
 Detector name. More...
 
REAL8TimeSerieswhiteTimeData
 A time series from the detector. More...
 
REAL8TimeSerieswindowedTimeData
 
REAL8TimeSeriesvarTimeData
 white is not really white, but over-white. More...
 
REAL8 nullloglikelihood
 A time series of the data noise variance. More...
 
REAL8 fPlus
 
REAL8 fCross
 
REAL8 timeshift
 Detector responses. More...
 
COMPLEX16FrequencySeriesfreqData
 What is this? More...
 
COMPLEX16FrequencySerieswhiteFreqData
 Buffer for frequency domain data. More...
 
COMPLEX16TimeSeriescompTimeData
 
LALInferenceVariablesdataParams
 Complex time series data buffers. More...
 
REAL8FrequencySeriesoneSidedNoisePowerSpectrum
 
REAL8FrequencySeriesnoiseASD
 one-sided Noise Power Spectrum More...
 
REAL8Windowwindow
 (one-sided Noise Power Spectrum)^{-1/2} More...
 
REAL8 padding
 A window. More...
 
REAL8FFTPlan * timeToFreqFFTPlan
 Padding for the above window. More...
 
REAL8FFTPlan * freqToTimeFFTPlan
 
REAL8FFTPlan * margFFTPlan
 Pre-calculated FFT plans for forward and reverse FFTs. More...
 
REAL8 fLow
 FFT plan needed for time/time-and-phase marginalisation. More...
 
REAL8 fHigh
 
LALDetectordetector
 integration limits for overlap integral in F-domain More...
 
LIGOTimeGPS epoch
 LALDetector structure for where this data came from. More...
 
REAL8 SNR
 The epoch of this observation (the time of the first sample) More...
 
REAL8 STDOF
 IF INJECTION ONLY, E(SNR) of the injection in the detector. More...
 
UINT4 likeli_counter
 Degrees of freedom for IFO to be used in Student-T Likelihood. More...
 
UINT4 templa_counter
 counts how many time the likelihood has been calculated More...
 
struct tagLALInferenceROQData * roq
 counts how many time the template has been calculated More...
 
struct tagLALInferenceIFOData * next
 ROQ data. More...
 

Field Documentation

◆ name

char LALInferenceIFOData::name[DETNAMELEN]

Definition at line 626 of file LALInference.h.

◆ timeData

REAL8TimeSeries* LALInferenceIFOData::timeData

Detector name.

Definition at line 627 of file LALInference.h.

◆ whiteTimeData

REAL8TimeSeries * LALInferenceIFOData::whiteTimeData

A time series from the detector.

Definition at line 628 of file LALInference.h.

◆ windowedTimeData

REAL8TimeSeries * LALInferenceIFOData::windowedTimeData

Definition at line 628 of file LALInference.h.

◆ varTimeData

REAL8TimeSeries* LALInferenceIFOData::varTimeData

white is not really white, but over-white.

Definition at line 629 of file LALInference.h.

◆ nullloglikelihood

REAL8 LALInferenceIFOData::nullloglikelihood

A time series of the data noise variance.

Definition at line 636 of file LALInference.h.

◆ fPlus

REAL8 LALInferenceIFOData::fPlus

Definition at line 637 of file LALInference.h.

◆ fCross

REAL8 LALInferenceIFOData::fCross

Definition at line 637 of file LALInference.h.

◆ timeshift

REAL8 LALInferenceIFOData::timeshift

Detector responses.

Definition at line 638 of file LALInference.h.

◆ freqData

COMPLEX16FrequencySeries* LALInferenceIFOData::freqData

What is this?

Definition at line 639 of file LALInference.h.

◆ whiteFreqData

COMPLEX16FrequencySeries * LALInferenceIFOData::whiteFreqData

Buffer for frequency domain data.

Definition at line 640 of file LALInference.h.

◆ compTimeData

COMPLEX16TimeSeries* LALInferenceIFOData::compTimeData

Definition at line 641 of file LALInference.h.

◆ dataParams

LALInferenceVariables* LALInferenceIFOData::dataParams

Complex time series data buffers.

Definition at line 642 of file LALInference.h.

◆ oneSidedNoisePowerSpectrum

REAL8FrequencySeries* LALInferenceIFOData::oneSidedNoisePowerSpectrum

Definition at line 643 of file LALInference.h.

◆ noiseASD

REAL8FrequencySeries* LALInferenceIFOData::noiseASD

one-sided Noise Power Spectrum

Definition at line 644 of file LALInference.h.

◆ window

REAL8Window* LALInferenceIFOData::window

(one-sided Noise Power Spectrum)^{-1/2}

Definition at line 646 of file LALInference.h.

◆ padding

REAL8 LALInferenceIFOData::padding

A window.

Definition at line 647 of file LALInference.h.

◆ timeToFreqFFTPlan

REAL8FFTPlan* LALInferenceIFOData::timeToFreqFFTPlan

Padding for the above window.

Definition at line 648 of file LALInference.h.

◆ freqToTimeFFTPlan

REAL8FFTPlan * LALInferenceIFOData::freqToTimeFFTPlan

Definition at line 648 of file LALInference.h.

◆ margFFTPlan

REAL8FFTPlan* LALInferenceIFOData::margFFTPlan

Pre-calculated FFT plans for forward and reverse FFTs.

Definition at line 649 of file LALInference.h.

◆ fLow

REAL8 LALInferenceIFOData::fLow

FFT plan needed for time/time-and-phase marginalisation.

Definition at line 650 of file LALInference.h.

◆ fHigh

REAL8 LALInferenceIFOData::fHigh

Definition at line 650 of file LALInference.h.

◆ detector

LALDetector* LALInferenceIFOData::detector

integration limits for overlap integral in F-domain

Definition at line 651 of file LALInference.h.

◆ epoch

LIGOTimeGPS LALInferenceIFOData::epoch

LALDetector structure for where this data came from.

Definition at line 652 of file LALInference.h.

◆ SNR

REAL8 LALInferenceIFOData::SNR

The epoch of this observation (the time of the first sample)

Definition at line 653 of file LALInference.h.

◆ STDOF

REAL8 LALInferenceIFOData::STDOF

IF INJECTION ONLY, E(SNR) of the injection in the detector.

Definition at line 654 of file LALInference.h.

◆ likeli_counter

UINT4 LALInferenceIFOData::likeli_counter

Degrees of freedom for IFO to be used in Student-T Likelihood.

Definition at line 655 of file LALInference.h.

◆ templa_counter

UINT4 LALInferenceIFOData::templa_counter

counts how many time the likelihood has been calculated

Definition at line 656 of file LALInference.h.

◆ roq

struct tagLALInferenceROQData* LALInferenceIFOData::roq

counts how many time the template has been calculated

Definition at line 657 of file LALInference.h.

◆ next

struct tagLALInferenceIFOData* LALInferenceIFOData::next

ROQ data.

Definition at line 659 of file LALInference.h.