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

Three-point correlation function measurements. More...

#include <dataobjs.hpp>

+ Collaboration diagram for trv::ThreePCFMeasurements:

Public Attributes

int dim = 0
 dimension of data vector
 
std::vector< double > r1_bin
 first central separation in bins
 
std::vector< double > r2_bin
 second central separation in bins
 
std::vector< double > r1_eff
 first effective separation in bins
 
std::vector< double > r2_eff
 
std::vector< int > npairs_1
 number of first separation vectors in bins
 
std::vector< int > npairs_2
 number of second separation vectors in bins
 
std::vector< std::complex< double > > zeta_raw
 
std::vector< std::complex< double > > zeta_shot
 three-point correlation function shot noise
 

Detailed Description

Three-point correlation function measurements.

Definition at line 265 of file dataobjs.hpp.

Member Data Documentation

◆ dim

int trv::ThreePCFMeasurements::dim = 0

dimension of data vector

Definition at line 266 of file dataobjs.hpp.

◆ r1_bin

std::vector<double> trv::ThreePCFMeasurements::r1_bin

first central separation in bins

Definition at line 267 of file dataobjs.hpp.

◆ r2_bin

std::vector<double> trv::ThreePCFMeasurements::r2_bin

second central separation in bins

Definition at line 268 of file dataobjs.hpp.

◆ r1_eff

std::vector<double> trv::ThreePCFMeasurements::r1_eff

first effective separation in bins

Definition at line 269 of file dataobjs.hpp.

◆ r2_eff

std::vector<double> trv::ThreePCFMeasurements::r2_eff

second effective separation in bins

Definition at line 270 of file dataobjs.hpp.

◆ npairs_1

std::vector<int> trv::ThreePCFMeasurements::npairs_1

number of first separation vectors in bins

Definition at line 272 of file dataobjs.hpp.

◆ npairs_2

std::vector<int> trv::ThreePCFMeasurements::npairs_2

number of second separation vectors in bins

Definition at line 274 of file dataobjs.hpp.

◆ zeta_raw

std::vector< std::complex<double> > trv::ThreePCFMeasurements::zeta_raw

three-point correlation function raw measurements (with normalisation and shot noise)

Definition at line 277 of file dataobjs.hpp.

◆ zeta_shot

std::vector< std::complex<double> > trv::ThreePCFMeasurements::zeta_shot

three-point correlation function shot noise

Definition at line 279 of file dataobjs.hpp.


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