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] |
| REAL8TimeSeries * | timeData |
| Detector name. More... | |
| REAL8TimeSeries * | whiteTimeData |
| A time series from the detector. More... | |
| REAL8TimeSeries * | windowedTimeData |
| REAL8TimeSeries * | varTimeData |
| 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... | |
| COMPLEX16FrequencySeries * | freqData |
| What is this? More... | |
| COMPLEX16FrequencySeries * | whiteFreqData |
| Buffer for frequency domain data. More... | |
| COMPLEX16TimeSeries * | compTimeData |
| LALInferenceVariables * | dataParams |
| Complex time series data buffers. More... | |
| REAL8FrequencySeries * | oneSidedNoisePowerSpectrum |
| REAL8FrequencySeries * | noiseASD |
| one-sided Noise Power Spectrum More... | |
| REAL8Window * | window |
| (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 |
| LALDetector * | detector |
| 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... | |
| char LALInferenceIFOData::name[DETNAMELEN] |
Definition at line 626 of file LALInference.h.
| REAL8TimeSeries* LALInferenceIFOData::timeData |
Detector name.
Definition at line 627 of file LALInference.h.
| REAL8TimeSeries * LALInferenceIFOData::whiteTimeData |
A time series from the detector.
Definition at line 628 of file LALInference.h.
| REAL8TimeSeries * LALInferenceIFOData::windowedTimeData |
Definition at line 628 of file LALInference.h.
| REAL8TimeSeries* LALInferenceIFOData::varTimeData |
white is not really white, but over-white.
Definition at line 629 of file LALInference.h.
| REAL8 LALInferenceIFOData::nullloglikelihood |
A time series of the data noise variance.
Definition at line 636 of file LALInference.h.
| REAL8 LALInferenceIFOData::fPlus |
Definition at line 637 of file LALInference.h.
| REAL8 LALInferenceIFOData::fCross |
Definition at line 637 of file LALInference.h.
| REAL8 LALInferenceIFOData::timeshift |
Detector responses.
Definition at line 638 of file LALInference.h.
| COMPLEX16FrequencySeries* LALInferenceIFOData::freqData |
What is this?
Definition at line 639 of file LALInference.h.
| COMPLEX16FrequencySeries * LALInferenceIFOData::whiteFreqData |
Buffer for frequency domain data.
Definition at line 640 of file LALInference.h.
| COMPLEX16TimeSeries* LALInferenceIFOData::compTimeData |
Definition at line 641 of file LALInference.h.
| LALInferenceVariables* LALInferenceIFOData::dataParams |
Complex time series data buffers.
Definition at line 642 of file LALInference.h.
| REAL8FrequencySeries* LALInferenceIFOData::oneSidedNoisePowerSpectrum |
Definition at line 643 of file LALInference.h.
| REAL8FrequencySeries* LALInferenceIFOData::noiseASD |
one-sided Noise Power Spectrum
Definition at line 644 of file LALInference.h.
| REAL8Window* LALInferenceIFOData::window |
(one-sided Noise Power Spectrum)^{-1/2}
Definition at line 646 of file LALInference.h.
| REAL8 LALInferenceIFOData::padding |
A window.
Definition at line 647 of file LALInference.h.
| REAL8FFTPlan* LALInferenceIFOData::timeToFreqFFTPlan |
Padding for the above window.
Definition at line 648 of file LALInference.h.
| REAL8FFTPlan * LALInferenceIFOData::freqToTimeFFTPlan |
Definition at line 648 of file LALInference.h.
| REAL8FFTPlan* LALInferenceIFOData::margFFTPlan |
Pre-calculated FFT plans for forward and reverse FFTs.
Definition at line 649 of file LALInference.h.
| REAL8 LALInferenceIFOData::fLow |
FFT plan needed for time/time-and-phase marginalisation.
Definition at line 650 of file LALInference.h.
| REAL8 LALInferenceIFOData::fHigh |
Definition at line 650 of file LALInference.h.
| LALDetector* LALInferenceIFOData::detector |
integration limits for overlap integral in F-domain
Definition at line 651 of file LALInference.h.
| LIGOTimeGPS LALInferenceIFOData::epoch |
LALDetector structure for where this data came from.
Definition at line 652 of file LALInference.h.
| REAL8 LALInferenceIFOData::SNR |
The epoch of this observation (the time of the first sample)
Definition at line 653 of file LALInference.h.
| REAL8 LALInferenceIFOData::STDOF |
IF INJECTION ONLY, E(SNR) of the injection in the detector.
Definition at line 654 of file LALInference.h.
| UINT4 LALInferenceIFOData::likeli_counter |
Degrees of freedom for IFO to be used in Student-T Likelihood.
Definition at line 655 of file LALInference.h.
| UINT4 LALInferenceIFOData::templa_counter |
counts how many time the likelihood has been calculated
Definition at line 656 of file LALInference.h.
| struct tagLALInferenceROQData* LALInferenceIFOData::roq |
counts how many time the template has been calculated
Definition at line 657 of file LALInference.h.
| struct tagLALInferenceIFOData* LALInferenceIFOData::next |
ROQ data.
Definition at line 659 of file LALInference.h.