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

Three-point correlation function window measurements. More...

#include <dataobjs.hpp>

+ Collaboration diagram for trv::ThreePCFWindowMeasurements:

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 window shot noise
 

Detailed Description

Three-point correlation function window measurements.

Definition at line 288 of file dataobjs.hpp.

Member Data Documentation

◆ dim

int trv::ThreePCFWindowMeasurements::dim = 0

dimension of data vector

Definition at line 289 of file dataobjs.hpp.

◆ r1_bin

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

first central separation in bins

Definition at line 290 of file dataobjs.hpp.

◆ r2_bin

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

second central separation in bins

Definition at line 291 of file dataobjs.hpp.

◆ r1_eff

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

first effective separation in bins

Definition at line 292 of file dataobjs.hpp.

◆ r2_eff

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

second effective separation in bins

Definition at line 293 of file dataobjs.hpp.

◆ npairs_1

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

number of first separation vectors in bins

Definition at line 295 of file dataobjs.hpp.

◆ npairs_2

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

number of second separation vectors in bins

Definition at line 297 of file dataobjs.hpp.

◆ zeta_raw

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

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

Definition at line 300 of file dataobjs.hpp.

◆ zeta_shot

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

three-point correlation function window shot noise

Definition at line 302 of file dataobjs.hpp.


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