Triumvirate C++ API 0.5.0
Three-point clustering measurements in large-scale structure analyses.
Loading...
Searching...
No Matches
trv::BispecMeasurements Struct Reference

Bispectrum measurements. More...

#include <dataobjs.hpp>

+ Collaboration diagram for trv::BispecMeasurements:

Public Attributes

int dim = 0
 dimension of data vector
 
std::vector< double > k1_bin
 first central wavenumber in bins
 
std::vector< double > k2_bin
 second central wavenumber in bins
 
std::vector< double > k1_eff
 first effective wavenumber in bins
 
std::vector< double > k2_eff
 second effective wavenumber in bins
 
std::vector< int > nmodes_1
 number of first wavevectors in bins
 
std::vector< int > nmodes_2
 
std::vector< std::complex< double > > bk_raw
 bispectrum raw measurements (with normalisation and shot noise)
 
std::vector< std::complex< double > > bk_shot
 bispectrum shot noise
 

Detailed Description

Bispectrum measurements.

Definition at line 247 of file dataobjs.hpp.

Member Data Documentation

◆ dim

int trv::BispecMeasurements::dim = 0

dimension of data vector

Definition at line 248 of file dataobjs.hpp.

◆ k1_bin

std::vector<double> trv::BispecMeasurements::k1_bin

first central wavenumber in bins

Definition at line 249 of file dataobjs.hpp.

◆ k2_bin

std::vector<double> trv::BispecMeasurements::k2_bin

second central wavenumber in bins

Definition at line 250 of file dataobjs.hpp.

◆ k1_eff

std::vector<double> trv::BispecMeasurements::k1_eff

first effective wavenumber in bins

Definition at line 251 of file dataobjs.hpp.

◆ k2_eff

std::vector<double> trv::BispecMeasurements::k2_eff

second effective wavenumber in bins

Definition at line 252 of file dataobjs.hpp.

◆ nmodes_1

std::vector<int> trv::BispecMeasurements::nmodes_1

number of first wavevectors in bins

Definition at line 253 of file dataobjs.hpp.

◆ nmodes_2

std::vector<int> trv::BispecMeasurements::nmodes_2

number of second wavevectors in bins

Definition at line 254 of file dataobjs.hpp.

◆ bk_raw

std::vector< std::complex<double> > trv::BispecMeasurements::bk_raw

bispectrum raw measurements (with normalisation and shot noise)

Definition at line 256 of file dataobjs.hpp.

◆ bk_shot

std::vector< std::complex<double> > trv::BispecMeasurements::bk_shot

bispectrum shot noise

Definition at line 258 of file dataobjs.hpp.


The documentation for this struct was generated from the following file: